cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP AXIS - Include WS-A Action

Former Member
0 Kudos

Dear Experts,

We are facing a problem with a SOAP Adapter we have setup in our PI 7.1 environment.

We need to consume a web service from a third party application, we have setup all the required configuration,

and we are using a communication channel with a SOAP Adapter and Axis message protocol.

Following the instructions included in the OSS Notes 1028961 & 1039369, we have deployed the additional libraries for this adapter, including the "addressing-1.0.jar" library, since we have the requirement of including the WS Addressing headers in our message.

Unfortunately, everytime we try to execute this service, we receive the following error:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- XML Validation Outbound Channel Response

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="SOAP">FAULT</SAP:Code>

<SAP:P1>http://www.w3.org/2003/05/soap-envelope</SAP:P1>

<SAP:P2>Sender</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>La acción SOAP especificada en el mensaje, '', no coincide con la acción SOAP HTTP, 'ReadPartNumbers'.</SAP:AdditionalText>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

The "AddtionalText" is in spanish, but it means: The SOAP action specified in the message, '', doesn't match with HTTP SOAP action 'ReadPartNumbers'.

So basically, we are not able to include in the message the SOAP Action. Is it possible to include this action using the Module/Parameter configuration of the "module" tab of the communication channel?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,.

Any update on this as i have the same problem at my end.

-Kulwant