cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter

Former Member
0 Kudos

hi experts.....

What is the meaning of encoded headers in sender SOAP adapters? i.e. headers to be encoded? What is encodeing? What is the difference between keep headers and encoded headers?

If we mention QoS as EOIO? How we will use this and how to mention queure name where we will define this queue name?

In receiver SOAP adapter what is the queue string? How and where we will define this queue string? What is SOAP default action?

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,


What is the meaning of encoded headers in sender SOAP adapters? i.e. headers to be encoded? What is encodeing? What is the difference between keep headers and encoded headers?

--> The request message from the SOAP receiver is normally encoded in UTF-8. If you want to change this encoding then you need to use this option. e.g. parse to iso-8859-1,

Refer the conversion Parameters in

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm


If we mention QoS as EOIO? How we will use this and how to mention queure name where we will define this queue name?

--> just select the Quality of Service as EOIO. The queue will be selected from the available instances. no need to mentione the Queue name and details.


In receiver SOAP adapter what is the query string? How and where we will define this queue string? What is SOAP default action?

--> the header information will be passed as query string

Refer the conversion Parameters in

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

&&

http://help.sap.com/saphelp_nw04/helpdata/en/1c/c55a90df24d511ae710800062afb0f/content.htm

While using the default Get Method it forms the query string in browser address bar.

Thanks

Swarup

Answers (0)