cancel
Showing results for 
Search instead for 
Did you mean: 

How to access soap header in soap adapter

Former Member
0 Kudos

Hello,

I have scenario where PI calls a web service as receiver, so I need soap receiver adapter. But we need to put some information as soap header, not soap body. I have no idea how that will work.

In soap adapter CC, there is option * Keep Header *, looks like this is to keep soap header. Howeve how can I put data into soap header in UDF? DynamicConfiguration won't work for soap header, right?

Can somebody point me to the right direction?

Thanks

Jayson

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
Howeve how can I put data into soap header in UDF? DynamicConfiguration won't work for soap header, right?

Which data do you want ot put into the Header section.

ASMA or Dynamic Configuration is used to read/ put the details from/ into the header elements.....

Refer: http://help.sap.com/saphelp_nw04/helpdata/en/43/0a7d1be4e622f3e10000000a1553f7/frameset.htm

From the help section:
This information is not located in the payload of the message, but in additional message header fields.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Jason,

Please check this blog:

/people/william.li/blog/2009/07/30/how-to-read-soap-header-information

Regards,

---Satish