Envelope SOAP adapter part 2, greg.forsythe and others…

Home Page Forums BizTalk 2004 – BizTalk 2010 Envelope SOAP adapter part 2, greg.forsythe and others… Envelope SOAP adapter part 2, greg.forsythe and others…

#14933

Hi All,
I have envelope and document schema in my orchestration.
Im using custom pipeline which points to the envelope and document.
The orchestration starts with a file which looks like this:

<ERPReq xmlns=\”http://ERPActions.ScmERPRequestEnvelope\”>

<ERPReq Type=\”newuser\” xmlns=\”http://ERPActions.ScmERPRequestRespItems\”>
<ResponsibleId>10</ResponsibleId>
<EmpId>7866</EmpId>
</ERPReq>

<ERPReq Type=\”newuser\” xmlns=\”http://ERPActions.ScmERPRequestRespItems\”>
<ResponsibleId>10</ResponsibleId>
<EmpId>2428</EmpId>
</ERPReq>
</ERPReq>

It’s working [b:3df7e39872]GREAT[/b:3df7e39872].

Now im trying to start the orchestration with web service.i published the web service with “publish schemas as web service”, the request is the envelope and the response
Is some return value node that exists in the document schema.
Im always getting: [b:3df7e39872]Document type \”http://ERPActions.ScmERPRequestRespItems#ERPReq\” does not match any of the given schemas[/b:3df7e39872]
As u can see it’s exist
Any help will be helpful