cancel
Showing results for 
Search instead for 
Did you mean: 

Alter the web dispatcher URL

Former Member
0 Kudos

Hi

I am doing a PI integration with a webservice. SOAP sender to ECC system is my scenario

I have not exposed my PI system to external internet and we are using a web dispatcher.

I have created a wsdl and this is my wsdl url

http://host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_Webservices&receiverPart...

This is the complete URL.

I want to give it tpo the client with the host:port at the start replaced by the host and port of webdispatcher. port is 80

where do I configure the changes in the webdispatcher?

the url will be same except at the start we will provide webdispatcher url instead of pi url. when messages hit webdispatcher it shoould be redirected to pi server

Accepted Solutions (0)

Answers (1)

Answers (1)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Midhun,

You should just configure your Web Dispatcher to forward requests to "/XISOAPAdapter" to the PI system.

Of, if the PI is the only backend of this Web Dispatcher, you can configure it to send all requests to the PI.

The Configuring the Web Dispatcher for Multiple Systems - Clarifications and Examples - Application Serv... WIKI page can help you with the Web Disp. settings.

Regards,

Isaías