cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with proxy to SOAP scenario

minisha_uthaman
Explorer
0 Kudos

Hi,

I have a proxy to SOAP synchronous scenario.My request message is successful.But for the response message ,in message mapping step of the Pipeline in SXMB_MONI I am unable to find the correct payload.Only 2 tags are displayed as shown below

<?xml version="1.0" encoding="UTF-8" ?>

<ns1:F111_MT_F111Response xmlns:ns1="http://licthts.com/MR/G11/YourPayToOCIS" />

Please suggest how to resolve this issue.

Thanks & Regards,

Minisha Uthaman

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Apparently your receiver system sends you an empty response . You can confirm this by importing your web service to a test tool like SOAP UI, and check from there, but the results should be identical. If so, contact your web service provider to have the web service fixed.

Regards,

Greg

minisha_uthaman
Explorer
0 Kudos

does anyone have soap envelope remove xslt code or Java Code ?

former_member184681
Active Contributor
0 Kudos

You don't have to use XSLT nor Java code for this purpose. There is a setting in the receiver SOAP Communication Channel "Do Not Use SOAP Envelope", it will get the job done for you. See more details in SAP Help if required.

Regrads,

Greg

minisha_uthaman
Explorer
0 Kudos

Hi Greg,

We have used "Do Not Use SOAP Envelope" but no use.

Bhargavakrishna
Active Contributor
0 Kudos

Hi Minisha,

It seems, u r getting empty response from the system. Try to use Soap UI or web service navigator which is available in PI to test the web-service.

By using the below link you can go to web service navigator.

http://<host>:<port>/wsnavigator

http://help.sap.com/saphelp_nwce72/helpdata/en/48/1d3a6498f633f4e10000000a42189d/content.htm

As said by Grzegorz Glowacki we dont need to use XSLT or java mapping to remove envelope.

Regards

Bhargava krishna

Answers (0)