cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Error

brian_briones
Participant
0 Kudos

Hi frends!

I have an interface ABAP Proxy to SOAP Sync.

The WS was developed in C.

When I execute the Proxy, an error occurs:

<SAP:AdditionalText>

com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Method 'nr1:p1.xxxxxx' not implemented: method name or namespace not recognized

</SAP:AdditionalText><SAP:ApplicationFaultMessage namespace="" />

This "nr1:p1.xxxxxx" is from WSDL.

Does somebody knows why?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Brian,

And if you test the webservice using SoapUI (or any other Soap test tool) it works fine?

If the above test works fine, try the following:

In the WSDL, look for a reference to a Soap action, use that soap action in the receiver Soap Channel SOAMANAGER (EDIT: sorry I just assumed you were also using SAP PI) & see if that makes a difference.

Regards, Trevor

Message was edited by: Trevor Naidoo

Answers (0)