cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Empty Response Soap Envelope

Former Member
0 Kudos

Hi,

I am calling a web service via PI and the service always returns an empty soap envelope i.e. there is no response data to process. My Outbound and Inbound interfaces are both Asynchronous because they don't expect a response. However, as the web service returns something (even if it's an empty soap envelope) PI needs to handle it or it throws an error.

Is there a way for PI to internally handle an empty soap envelope ? As there is no data in it there is nothing to map back to the Outbound interface.

Cheers,

Paul Clements.

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

what exactly is the error message?

The PI SOAP adapter expects an empty envelope as response, so this should not cause an error..