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&interface=Shipment&senderService=BC_sender_Dev&receiverService=BS_receiver&qos=EO&sap-user=User&sap-password=paassit 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.