cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP Sender channel

anand_shankar10
Active Participant
0 Kudos

Hi All,

I have created a simple SOAP to File scenario and posting the messages through SOAP UI 4.0.0

I have used the SAP PI User and paswd and sending the message to HTTP endpoint.(For HTTPS it fails)

The scenario is working as I am receiving message in FTP location from File receiver channel but getting an error in SOAP UI

Also Channel monitoring shows an error in audit log:

When I checked the Message Monitoring, the message is in Cancelled status.

But on the other hand Message is send to FTP File location.

I am not able to understand how its going. Help required.

Regards

Anand Shankar

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi, in the sender SOAP Adapter change the status of the Quality of Service from Best Effort to Exactly Once

anand_shankar10
Active Participant
0 Kudos

Thanks, Though it was an unexpected miss from me. But its working now.

Answers (1)

Answers (1)

Former Member
0 Kudos

Soap interface is sync, and file interface is async right? Have you used some kind of sync-to-async bridge or trasformation (or adapter module)?

Cause, one possible reason for this issue, is that the Soap Interface is expecting a response from the Receiver System. Another possible reason, could be that you have set up the Sender Channel with QOS = BE (for async interface should be EO or EOIO)