cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BC problem (http-->BC)

Former Member
0 Kudos

HI,

If suppose i have a routing rule configured in BC with the following data:

sender: XXXX1

receiver:XXXX2

message type:INVOIC

Package: Default

Main Flow service: wm.PartnerMgr.flows.XXXX1.XXXX2:INVOIC

Transport : B2B

Folder :wm.PartnerMgr.gateway.runtime

service:InboundProcess

And I need to send xml data from an html client to the BC server, what all information I need to send, so that this routing rule is run?

I am not clear of how to send the sender and reciever information from html client.

Right now i am sending to the following url

http://<server>:5555/invoke/wm.PartnerMgr.gateway.runtime/InboundProcess

I am getting the error,

Missing or invalid parameter: sender

com.wm.app.b2b.server.ServiceException: Missing or invalid parameter: sender at com.wm.util.LocalizedException.(LocalizedException.java:65)

Any help please,

yomesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure if I understand your problem correctly, but if the goal is to send an xml document to the Integration server using plain http, the URL should look something like this:

http://<server>:<abap stack icm port>/sap/xi/adapter_plain?namespace=<interface namespace>&interface=<message interface name>&service=<sender service>&agency=<optional agancy name>&scheme=<optional scheme>&QO=<EO | EOIO>&sap-user=<adapter framework user>&sap-password=<adapter framework user password>