cancel
Showing results for 
Search instead for 
Did you mean: 

Error Receiver AXIS

Former Member
0 Kudos

Hi People,

I need your help.

I have this scenario RFC -> PI -> Webservice

The Webservice is a Server APACHE, so my the receiver adapter is the following:

Adapter: SOAP

Protocol: AXIS

URL: http://<host>:<porta>/portal2IB/services/IB_Services?incluirCliente

Payload Extraction: SOAP Body

My WSDL the SOAPAction is empty and my operation is incluirCliente.

On the SXMB_MONI, I see the following error:

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

<SAP:P1>http://xml.apache.org/axis/</SAP:P1>

<SAP:P2>Client</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>No such operation 'operacao'</SAP:AdditionalText>

But, 'operacao' is an field in the WSDL.

Could someone please help me ?

Thanks in advance

Sebastian Quezada

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
My WSDL the SOAPAction is empty and my operation is incluirCliente
No such operation 'operacao'
But, 'operacao' is an field in the WSDL.

i hope that you are keeping the SOAP Action section blank in the CC....This error occurs if the operation (mentioned in the WSDL file given to XI) does not match with the operation name of the wsdl hosted on the receiver appplication

make sure that SOAP Action has neither operacao nor incluirCliente.

regards,

Abhishek.