cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Synch Scenario with SOAP Axis Adapter - Error on Receiving Request

Former Member
0 Kudos

Hi Experts,

I'm developing the Synchronous webservices scenario ECC<->PI (SOAP Axis) <->Third Party system. The webservice requires the WS Security so I used the Axis Adapter.

In the third party system, the error logs shows as below.

Accepted Solutions (1)

Accepted Solutions (1)

maheswarareddykonda
Active Contributor
0 Kudos

Hi,

Did you check required components had installed in PI server.

http://<system_host>:<system_port>/XIAxisAdapter/MessageServlet

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Maheswarareddy,

How to close the thread, I don't see any option to close thread.

Aswin.

Former Member
0 Kudos

Former Member
0 Kudos

Try setting parameter "mustUnderstand" for the com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllSender handler to "false".

Former Member
0 Kudos

The issue was resolved after the Axis adapter components were installed successfully.

Thank You all for your help!

Aswin

Former Member
0 Kudos

Even though the Axis adapter was used, I'm using XSLT mapping to build the complete SOAP envelope. If I use just Axis adapter the WS request is going out but the receiving application failed due to the unexpected tags in the message.

here is the Axis Parameter:

Aswin

maheswarareddykonda
Active Contributor
0 Kudos

ok..good to hear    that..pls close the thread

iaki_vila
Active Contributor
0 Kudos

Hi Aswani,

Could you share your AXIS parameters?, the problem could be that you don't have defined a handler class in the parameters tab.

Regards.