Skip to Content
0
Former Member
Oct 08, 2015 at 09:46 AM

HTTP Parameters in SOAP adapter

600 Views

Hi Guys,

We are trying to add a new HTTP header in the SOAP call to a third party web service using SOAP adapter. Any pointers on how that can be acheived without SOAP axis adapter ?

Normal HTTP headers in SOAP call :

content-type=multipart/related;boundary=SAP_XXXXXX
sap-xi-length=3907
host=hostname:Port
soapaction="http://sap.com/xi/XI/Message/30"
http=POST
content-length=3852
user-agent=SAP NetWeaver Application Server (1.0;730)
accept-encoding=gzip
sap-xi-messageid=XXXXXXXXXXXXX

What is required:

content-type=multipart/related;boundary=SAP_XXXXXX

sap-xi-length=3907

host=hostname:Port

soapaction="http://sap.com/xi/XI/Message/30"

http=POST

content-length=3852

user-agent=SAP NetWeaver Application Server (1.0;730)

accept-encoding=gzip

sap-xi-messageid=XXXXXXXXXXXXX

Cookie : persistent_cookie_base64_text



Thanks in advance,