cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver communication channel error

Former Member
0 Kudos

Hi All,

I am working on IDoc-PO-SOAP scenario and getting the following error while posting the message on web service

MP:Exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessageException:SOAP: Response message contains an errorXIadapter/PARSING/ADAPTER.SOAP_EXCEPTION- soap fault:upload throwable

Its an sysnchronous scenario and we need no response . Qos is EO. Can you please advise how to solve it?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi BRM,

Kindly clarify this sentence:


Its an sysnchronous scenario and we need no response . Qos is EO

1. If it is sync -> you should have sync service interfaces and QoS BE.

2. If it is async -> you should have async service interfaces and QoS EO.

I think if you are using a sender IDOC you are in the second case. Are you sure you have defined async service interfaces?

Regards.

Former Member
0 Kudos

Hi,

There is a possibility that the data you are trying to send to the destination is not in the expected format or maybe some details are missing in the header which is expected by the receiver.

Please check on the requirements with the receiver system and get a confirmation if any further configuration is needed.

Thanks,

Satanik

former_member186851
Active Contributor
0 Kudos

Refer the below link and make the scenario Async

SOAP faults with "Do not use SOAP envelope" | SCN