cancel
Showing results for 
Search instead for 
Did you mean: 

Calling XI Using Http Get Method

Former Member
0 Kudos

Hi,

Is there a way to call an interface in XI using an http get instead of post method? If so, how can I pass the following xml structure in the query string:

<MT_EP_Production_Req>

<LOCATION_LIST>location1</LOCATION_LIST>

<START_DATE>01-JAN-05</START_DATE>

<END_DATE>31-DEC-05</END_DATE>

</MT_EP_Production_Req>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Alaa,

>>In special cases for particular external servers with CGI scripts, for example marketplaces, it is possible to send the payload as an HTML form using HTTP post.

http://help.sap.com/saphelp_nw04s/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

I tried using GET but I am unsuccessful. Hence, you must use only POST.

best regards,

Felix

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Felix for your response.