cancel
Showing results for 
Search instead for 
Did you mean: 

Plain HTTP sending Post Requests and Multipart Uploads

Former Member
0 Kudos

Hi,

I have a scenaio where I need to send an normal POST request

to the server. This request needs to have not the XML payload but

the same data in the form of a POST request.

Is there a way to transform the data out of the XML format into

the plain POST format prior to sending it?

Also, another scenario requires an file upload via HTTP (like a

file submitted by a web-form). Is this possible with PI and how?

Thanks for any pointers

Best regrads

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you do not send any payload in the http request you are going to get a http error.

For your second requirement, There is no any problem, You can use any existent tool, or maybe develop you own program.

Http client.

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417600)ID1536482550DB10501227175138097442End...

Regards

Ivan