cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: No SOAP Envelope

Former Member
0 Likes
22,428

Hi Experts,

                    My scenario is web service client to web service  i have created a web service in ECC system and trying to access it through PI using SOAP UI. The sender request is processed successfully but the error in message is failed to call the end point HTTP 200 ok. Here is a screenshot which shows the error of  my sender communication channel .  Can yu please help me out ?

View Entire Topic
GauravKant
Contributor
0 Likes

Hi Yamini,

Have you specified "no soap" checkbox in the communication channel ?


Regards,

Gaurav

Former Member
0 Likes

Hi Gaurav thanks for the reply I have made these configurations in the channel

Former Member
0 Likes

Hello Yamini,

Check the Service using SOAP UI.

Refer the below discussion

No SOAP Envelope | SCN

allamudi_loordh
Active Participant
0 Likes

Hi yamini,

try to test the exposed URL in IE or google give the credentials and see whether it is working or not.

regards,

Loordh.

Former Member
0 Likes

Hi Yamini,

Receiver communication channel expects the response with SOAP envelope but you received the response without SOAP envelope that is why you get below error.


Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: No SOAP Envelope

I think you are configured the WSDL URL instead of target end point URL in SOAP receiver communication channel like below.

Configure proper endpoint in SOAP receiver channel instead of WSDL URL.

Regards,