cancel
Showing results for 
Search instead for 
Did you mean: 

SAOP Header

former_member301120
Active Participant
0 Kudos

Hello,

I've got a szenario RFC <> PI <> Webservice.

How can I generate the SOAP header?

Is the a custom attribute to define?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>I've got a szenario RFC <> PI <> Webservice.

How can I generate the SOAP header?

Why do you need to generate the SOAP header?

Why dont you just use the standard SOAP adapter?

Can you explain your requirement in detail if the standard SOAP adapter does not cater to your requirements.

Regards

Jai

former_member301120
Active Participant
0 Kudos

Hello,

my SOAP Header should be like this.

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:akz="https://www.xxx.de/akz">
   <soapenv:Header/>
   <soapenv:Body>
      <akz:insertAkzeptanzstellen soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <akzeptanzstellen xsi:type="akz:akzeptanzstellen">

<PAYLOAD>


         </akzeptanzstellen>
      </akz:insertAkzeptanzstellen>
   </soapenv:Body>
</soapenv:Envelope>

Have I to generate a XSLT-Mapping or is there a parameter to define the structure of the soap header.

Shabarish_Nair
Active Contributor
0 Kudos

you can create the SOAP header using a XSLT or Java mapping.

Or if you can simulate the structure using a XSD you can do the required mapping in graphical also.

Only thing you will have to make sure is that in the SOAP adapter check the option of do not use soap envelop since you are yourself creating it.

Answers (0)