cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with WebDispatcher

Former Member
0 Kudos

Hi All,

We are facing the following problem with sending messages to PI server from external parties. The SAP WebDispatcher has been installed on the required server and the external parties are sending the messages to the webdispatcher url for further processing. But the messages are not going through successfully.

In a certain case, I am trying to send a SOAP request from XML SPY to the webdispatcher url along with all the details like service name and channel name. Here I am getting a HTTP Error which says that the server detected a Syntax error in the SOAP request. The same SOAP request goes through successfully to the PI server when I send it to http://<PIServer>:<Host>/XISOAPAdapter/MessageServlet?channel=:service:commchannel

If anyone has faced a similar kind of problem with messages to webdispatcher kindly revert back.

Thanks,

Rashmi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please call the SOAP communication channel using the following URL syntax:

http://host:port/XISOAPAdapter/MessageServlet?senderParty=FP&senderService=FS&interface=IF&receiverP...

For more information, please refer to the OSS note below:

[Note 856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=856597]

Former Member
0 Kudos

Is possible that on the Web Dispatcher is setted an EPROTERROR error handling, can you check it?