cancel
Showing results for 
Search instead for 
Did you mean: 

RFC-XI-SOAP scenario

Former Member
0 Kudos

Hi friends,

I m doing a RFC-XI-SOAP scenario. I m getting an error when tried to run this.

soap fault: Server was unable to read request. ---> There is an error in XML document (1, 297). ---> Input string was not in a correct format.

Is this because of any mapping error or SOAP URL error. Please advice.It is urgent.

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The server is down in the receiver side. Ok just try from XMLSPY and check you are able to send data.

Thanks

VIkranth

Former Member
0 Kudos

Hi Vikranth,

Webservice was tested from their end and it is working. But should I try to connect to that URL seperately thru XMLSPY?

Thanks

Former Member
0 Kudos

Hi,

Is it Synchronous Scenario? It will be good if you test the webservice using SAP Soap client and see what the output is coming back.You will be ale to debug the issue quickly.

Thanks

Amit

Reward points if suggestion helps

Former Member
0 Kudos

Hi Amit,

Thank you for the quick response.

Yes. It is a synchronous scenario.

I tried testing with SAP SOAP client.

Gave the inbound message payload from sxmb_moni as request. The error I m getting is

Failed to parse soap message

Original(raw) message:

com.sap.uddi.generic.impl.soap.NativeSOAPException : Failed to open socket

Cause : class java.net.UnknownHostException : proxy

Is this a reciever side server problem?

Thanks

Edited by: Anjana Sankarannambisan on Jun 27, 2008 9:43 PM

Former Member
0 Kudos

Hi,

There should be 2 problems

1.May SOAP url in the SOAP adapter is wrong check it once

2.Receiver side server is down.

I guess you have any sample payloads? if yes then try to send from Altoxmlspy and try to see you are getting any response or not.

Thanks

Vikranth

Edited by: Khimavath Vikranth on Jun 27, 2008 9:49 PM

Former Member
0 Kudos

Thank you so much guys for helping me.

Answers (2)

Answers (2)

kashif_bashir
Explorer
0 Kudos

HI Anjana!,

I am getting the same errors, can you plz reply, how did you resolve em ?

Regards,

Former Member
0 Kudos

Hi Kashif,

Please check the SOAP target URL and SOAP Action and verify that they are correct.

if they are correct, the error can be from the data type mismatch. eg in RFC we have all char's and in the reciever system they configured it as date time structures, it will give an error. So, check with the reciever side structure.

Regards,

Anjana.

Former Member
0 Kudos

Hi,

Can you tell me where exactly and what step you are getting this error. How are you testing this Interface?

Are you seeing any message in sxmb_moni?

Thanks

Amit

Former Member
0 Kudos

Hi Amit,

I tested it in sxmb_moni.

for sending message, i did not see any error. I saw this in the response message.

Thanks.