cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data from SOAP-Header/MAIN-Section?

Former Member
0 Kudos

Hi,

I need some data of the SOAP-Header-MAIN-Section, e.g. <SAP:Sender><SAP:SERVICE>

Is it possible to get these data with XSLT-Mapping or Java-Mapping? Are there blogs about it?

I need these data of the MAIN-Section inside the condition of the receiver determination.

Thank you all.

Regards

Wolfgang

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Do you wnat to access the Sender Service details in your mapping using java or XSL mapping? this is possible.

Check this link,

http://help.sap.com/saphelp_nw04/helpdata/en/43/09b16006526e72e10000000a422035/content.htm

Or do you want to access the SOAP header itself?

Regards,

bhavesh

Former Member
0 Kudos

Hi Bhavesh,

thank you for your answer.

What I need are some data of the SOAP header (MAIN-Section) that I cannot get by "Adapter-Specific Message Attributes".

Is it possible to get the information of the SOAP header?

Regards,

Wolfgang

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Wolfgang,

Which Adapter are you using as the Sender? If it is SOAP , then select option <b>KEEP HEADER</b> and your header will be a part of the XI message.

You can then use XSL or JAVA mapping to get te data out of the SOAP header.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

unfortunately it is a mail adapter

Any chance?

Regards,

Wolfgang

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Wolfgang,

Read your other post regarding the mail adapter . Now, I get what you are trying to do. Unfortunately I dont have the solution

All the best,

Bhavesh

Answers (0)