cancel
Showing results for 
Search instead for 
Did you mean: 

Read SOAP Header Information

Former Member
0 Kudos

Hello All,


We want to read SOAP header from incoming message. We followed blog from William to use the option "Do not use SOAP Envelop". However, we are not sure if we need to modify Sender Interface to include Envelope / Header in the message structure itself.

If we modify the message structure , it changes the WSDL as well and generating request message something like below :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aif="urn://transport.nsw.gov.au/test/poc/aif">

   <soapenv:Header/>

   <soapenv:Body>

      <aif:Envelope>   <------- Added by Modifying the structure

         <Header>

            <FileType>?</FileType>

         </Header>

         <Body>

            <MessageHeader>

               <!--Optional:-->

How can we use  "Do not use SOAP Envelop" feature without modifying the WSDL structure?

If we don't modify the message structure , it is failing to identify the receiver and also we would not be able to see the fields while doing graphical mapping.


Thanks !!

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Did you check the namespaces in your receiver determination? In interface determination, this could be solved by creating another mapping. Which PI version are you using?

Regards,

Mark