cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SOAP and HTTP adatper setting.

Former Member
0 Kudos

Hi,

I've a scenerio, where I send purchase order(PO) file to external partner via a HTTPS url. I use receiver SOAP adapter with transport protocol "HTTP", Message protocol "SOAP 1.1" and in the Target URL I use the https://url also I've the " Do Not Use SOAP Envelope" check box selected in the Conversion Parameters. This scenerio is working fine.

Now the external partner wants to send back the purchse order response (POR) file and he gave the http URL to pick the files. Now the question, Is there a straight simple configuration in sender SOAP adapter or sender HTTP adpter to pick POR

file(s) from the URL?

Can you please let me know whether is it possible? Any link showing the setup will be helpful.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Is there a straight simple configuration in sender SOAP adapter or sender HTTP adpter to pick POR

file(s) from the URL?

Based on the PI version you use. PI supports default HTTP post method only. If your version is below 7.3 then it is not possible. If your version is below 7.3, you might want to try alternate option using java proxy on the sender file to pick up the file.

Shabarish_Nair
Active Contributor
0 Kudos

what you need is a HTTP GET call which is not supported by the HTTP adapter until PI 7.3

So refer this : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/28487 [original link is broken] /

Edited by: Shabarish Vijayakumar on Mar 5, 2012 10:01 PM

Former Member
0 Kudos

Hi Shabarish, Thanks for your reply. I'm using PI7.3 So, I think the blog by Michal will work for me.

Hi Baskar, Thank you very much for your reply. I'll try that also.

Regards,

raj.