cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Webdispatcher Issue

Former Member
0 Kudos

Hi All,

I have setup my webdispatcher and it routed my message to SAP PI . When I tested it from a HTTP tool it worked , but when the same msg I am trying to send it through the sales force system , its not reaching PI through the Webdispatcher. Could some one help me where I can trouble shoot it further on the Webdispatcher side.

regards,

Ravijeet.

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

First understand if the Web dispatcher is open to receive any message from external parties or not. If not, you need to open port for Sales force system. What error are you receiving at Sales force side? It could also be that Sales force is not able to send any message out without opening some port at their end.

Regards,

Prateek Raj Srivastava

Former Member
0 Kudos

Has this issue been resolved?

We are facing a similar issue.

We have an integration route

SFDC -> Web dispatcher -> PI -> SAP

PI has generated a WSDl , for which the endpoint carries the hostname and port of the Webdispatcher. Th Web Dispatcher has opened up the port to receive requests from Salesforce. URL forwarding in the Web Dispatcher is set up to forward to the PI server.

However, when a request is being sent from Salesforce, we are getting a 'Request timed out error'.

We are unable to resolve this issue so far

Former Member
0 Kudos

Hi

I had similar issue with one of my vendor, they were sending the message and it was failing in Webdisptacher and they were receiving "Bad request".It turned out the HTTP message they were sending was not getting parsed by WEBdispatcher so I recommend you to have HTTP server (which I wrote myself, I can share with you if you like) in the same box where WEBdispacther is running and setup your HTTP server listening on same port webdispatcher was listening and see the incoming message.

You should be able see the error message in webdispacther log file.

Regards.

Shabarish_Nair
Active Contributor
0 Kudos

i will suggest you involve a n/w team in analyzing such an issue.

It could be that the headers are being changed when send from the salesforce network and hence the message is not understandable by PI