cancel
Showing results for 
Search instead for 
Did you mean: 

Sender HTTP_AAE adapter

former_member15983
Participant
0 Kudos

Hi -

In SAP PI 7.0 we connected a third party system which will post the xml through HTTP and PI will receive the xml and send the idoc to SAP.

I used the same procedure where as in PI 7.0 there is no sender adapter and we have provided the link to the sender system which will send the data through that link.

In PO, I have created a sender http adapter with the message protocol as POST and created the link as below

sender channel use the URL:

http://server:port/HttpAdapter/HttpMessageServlet?interfaceNamespace=urn:pi:shipmentplanning&interfa...it gives the error as hereError: Binding not Found: CANNOT_FIND_BINDING, Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=
Can someone help me on this?

Thanks,PRem.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Prem - Just make sure that the supplied paramters are correct. Your URL looks good.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/05/10/pi-730-http-java-adapter-test-too...

Just copy the the sender system,interface name and namespace from the URL and compare it with your ID.

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Prem,

Try removing receiver service from the url

http://server:port/HttpAdapter/HttpMessageServlet?interfaceNamespace=urn:pi:shipmentplanning&interfa...and make sure the Sender Agreement is as created correctly.Regards
Suraj