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…

Viewing 1 reply thread
  • Author
    Posts
    • #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

      • #14934

        i tried the XmlReceive and when it didnt go i created custom pipline.
        i will try again.
        sure i can send the schemas.how? directly to mail, or here in forum?
        thanks again !

    • #14932

      It appears the Xml Disassembler is having trouble finding the schema for the document messages.
      Have you tried using the standard XmlReceive pipeline.

      Is it possible to email me your schemas

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.