11-25-05 10:51 PM
if i understand well what you say your problem is in the web reference you
create. when you create a web ref in a bts project the schema of messages of
referenced web services is included in your project like a referenced schema
.
look in the your web reference and you see what i say. if you create a schem
a
into your 'new' project with the same referenced“s target namespace you hav
e
a problem. the solution is change the target namespace of the new schema.
i hope this help you
"Daniel Gelinas" wrote:
> Hello,
>
> I published an orchestration as a Web Service, expecting a multipart
> message. Trying to consume this web service from an orchestration on a
> remote BizTalk machine, I add a web reference and make a one-way port send
ing
> the 3-part message of type defined by my web reference. It should work
> easily.
>
> Building is fine, but deployment gives me a bunch of error messages of the
> type "Target namespaces should be unique". Runtime blocks my incoming
> messages saying it can't find the schema referenced. My two BizTalk machi
nes
> do share some of the same schemas. When I add the web reference, it impor
ts
> the schemas from the main server, thus doubling the schema namespaces
> referenced by the orch project.
>
> Is there a way to share schemas between BizTalk machines communicating
> through a web service ? Any pointers would be quite appreciated.
>
> Daniel Gelinas
[ Post a follow-up to this message ]
|