Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 7030

Issue with SOAP Message

$
0
0

Hi All,

 

Can someone please provide me inputs on the below. The WSDL which I am getting from the external team is of this format.

 

<soapenv:Envelope >

<soapenv:Header>
      <v2:XHeader>
        Header Fields
      </v2:XHeader>
   </soapenv:Header>
   <soapenv:Body>
      Body Fields
   </soapenv:Body>
</soapenv:Envelope>

 

I have imported the same in PO. But its just not able to pass the message mapping step and its failing as it doesnt recognize the fields.

Most of the WSDL which I have worked have had this format as below where in inside the Body part we have both header and body data.

 

But the one above has a separate header node where in the header details are mentioned and a separate body node. Am I missing something. Will this type of WSDL work . What needs to be done for the same. Development is a later step but at present I am not even able to pass this via mapping step.

 

<soapenv:Envelope>

   <soapenv:Header/>

   <soapenv:Body>

               <Header>

            Header Fields

               </Header>

               <Body>

                 Body Fields

               </Body>

   </soapenv:Body>

</soapenv:Envelope>


Viewing all articles
Browse latest Browse all 7030

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>