cancel
Showing results for 
Search instead for 
Did you mean: 

Problem accessing load balance url via soap sender.

Former Member
0 Kudos

Hi everyone!!!

We have configured load balance in our PI enviroment.

The wsdl url was changed to the new load balance url but we have problems when we try to send a message via soap ui or another system using SOAP protocol.

We have PI 7.31 java-only.

*Notice, only syncronous SOAP messages throw this error.

Regards,

Roger.

Accepted Solutions (0)

Answers (2)

Answers (2)

ambrish_mishra
Active Contributor
0 Kudos

Hi Rogerio,

From the error it seems like the load balancer is not routing the data to the adapter engine. please get in touch with basis/infrastructure team to enable this.

Hope it helps!

Ambrish

Former Member
0 Kudos

Hi Ambrish,

I will ask them to check and I reply after that they check.

Thanks

former_member186851
Active Contributor
0 Kudos

Hello Rogerio,

As Amrish said you should check with the basis.

Check and update as it will be helpful to us as well.

former_member186851
Active Contributor
0 Kudos

What is the error thrown?

Former Member
0 Kudos

Hi Sritharan,

Returns this message at soap ui:

<html>

   <head>

      <title>MessageServlet</title>

   </head>

   <body>

      <h3>Message Servlet is in Status OK</h3>

      <h3>Status information:</h3>

      Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NW731EXT_07_REL/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#3 $) bound to /MessageServlet

      <br/>

      Classname ModuleProcessor: null

      <br/>

      Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

      <br/>

      Lookupname for remoteModuleProcessorLookupName: null

      <br/>

      ModuleProcessorClass not instantiated

      <br/>

      ModuleProcessorLocal is Instance of com.sun.proxy.$Proxy540

      <br/>

      ModuleProcessorRemote not instantiated

   </body>

</html>

When I use the server url instead the load balance url it works properly.