cancel
Showing results for 
Search instead for 
Did you mean: 

Query String in HTTP Body

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Experts,

Good day! I'd like to consult with you about an HTTP scenario of mine. The data flow goes like this

SAP <-(ABAP Proxy)-> PI <-(SOAP)-> 3rd Party

I'm currently using SOAP HTTP but without the SOAP Envelope so that it would behave like an HTTP Adapter. My problem is about using HTTP Post, the 3rd Party needs the HTTP Query String in the HTTP Body.For example:

http://forums.sdn.sap.com/post!default.jspa?forumID=44

The http://forums.sdn.sap.com/post!default.jspa? would be the URL in the SOAP Receiver ( Solved by dynamic configuration), but the HTTP Body should only contain ?forumID=44 and no xml tags in between.

Inputs will be greatly appreciated.

Regards,

Mark

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Java mapping or XSLT. There is no standard solution for this.

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Stefan,

Thanks for the reply. It solved my issue by adding the prolog in the xml.

Regards,

Mark

stefan_grube
Active Contributor
0 Kudos

> Thanks for the reply. It solved my issue by adding the prolog in the xml.

>

Sometimes a solution can be so easy

Answers (0)