cancel
Showing results for 
Search instead for 
Did you mean: 

adapter.soap_exception (parsing error) in sxi_monitor

Former Member
0 Kudos

Hello everyone.

I am getting the next error in the TC sxi_monitor when Im sending an Idoc:

soap fault: Server did not recognize the value of HTTP Header SOAPAction: http://wsceresdes/WSCeres/AsientoInsert/Servicio.asmx

I have changed the *.asmx file (external definition) that this interface uses, because they add one node in the xml receiver, and then I mapped it.

This idoc goes from Sap to non sap system.

I cheked the mapping result and there isnt any error, its all working fine.

What am I missing? Where is the problem?

Edited by: Claudio Carrer on Oct 8, 2008 8:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

You have a SOAP receiver channel and you have put a parameter SOAPAction which is not valid.

Figure out, which SOAPAction you really need and put that value. You find the SOAP action in the WSDL in an attribute with same name.

Regards

Stefan

Former Member
0 Kudos

The problem was that in DEV werent any WS working.

I transport it to QA and its now working fine, so I'd done everything ok.

Thanks for replying.

Answers (0)