cancel
Showing results for 
Search instead for 
Did you mean: 

Custom SOAP Header

Former Member
0 Kudos

Dear All,

I am new to PI, so please forgive me if my question sounds basic.

I have a synchronous scenario : RFC <-> PI <-> Web Service. I want to generate the SOAP Header. How I can do that?

Thanks in advance,

Monica.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Monica,

Why you want to generate a custom header? Can't you use the standard header? Please elaborate your requirement.

Regards,

Neetesh

Former Member
0 Kudos

Thanks for your quick response Neetesh.

I have a specific requirement, and I won't be able to use standard header. Please advice.

Former Member
0 Kudos

Monica,

You can create the SOAP header using an XSL or Java mapping.

Please make sure that in the SOAP channel, you have checked the option of "Do not use SOAP envelope".

Please search on SDN on how to create custom SOAP header. I have answered this in forum in the past, so you might be interested in looking up those as well.

Regards,

Neetesh

Former Member
0 Kudos

Thanks a lot! I will look for that on SDN. If I have any issues, I will come back to the forum. Thanks for your kind help and time.

Closing the thread.

Former Member
0 Kudos

Hi Moni,

Can you try poojas suggestion in this thread:

Regards,

---Satish

Former Member
0 Kudos

Thanks Satish!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello all,

Do I need to create the WSDL for the receiver side? It is a sync call, so kindly let me know what I should do?

Thanks in advance,

Monica

Former Member
0 Kudos

For receiving side, always take WSDL generated from the receiving system. But if it is for the sender side, you should provide the WSDL to them.

Hope this clears the doubt.

Former Member
0 Kudos

Thanks!

And is SOAP Action mandatory to be filled in SOAP Channel?

Former Member
0 Kudos

And is SOAP Action mandatory to be filled in SOAP Channel?

No, it is not mandatory.

All these are very basic questions and should be searched on SDN / SAP Help.

Regards,

Neetesh

Former Member
0 Kudos

Okay, I will search. Thanks for your answers!