cancel
Showing results for 
Search instead for 
Did you mean: 

Soap response failure

Former Member
0 Kudos

HI All,

Am working on a BPM scenario where PI makes Synchronous soap call to target system. Request is reaching to target system but not receiving response from the target system.

As a result in PI both request and response messages got failed. I have confirmed with target system, that they have received the request and sent the response back successfully.

But in PI am not able to see the response that is being sent out by target system and getting an error in moni saying "bad envolope tag".

Could you please suggest me how to proced with that...thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184681
Active Contributor
0 Kudos

Hi,

Most probably your receiver system gives you an incorrect SOAP response. You can check this invoking your web service from an external tool like SOAP UI or XML Spy and checking the response as raw XML.

Hope this helps,

Greg

Former Member
0 Kudos

Check in the communication channel the message you received. Bad envelope seems to be related to the wrong kind of message being sent back by the target system