cancel
Showing results for 
Search instead for 
Did you mean: 

soap fault: Server was unable to process request. ---> Input string was not

Former Member
0 Kudos

hello

I am having a RFC2WS scenario (SYNC) and after I send I recieve this message. it seems that the input and output are suppose to be string.

I can not find the root for the problem.

any suggestions?

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

SudhirT
Active Contributor
0 Kudos

Hi Kfir,

Try to check the SOAP target url and SOAP action and check that both are correct.

If yes then the error can be from the data type mismatch. eg if you are using date at receiver end so the format must be exactly same as sender side. Cross check once more the format and data types of various fields.

Thanks!

VijayKonam
Active Contributor
0 Kudos

Check the external web service is working with a tool like XML Spy. Then use the same wsdl url in your SOAP receiver adapter.

VJ

Answers (2)

Answers (2)

Former Member
0 Kudos

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

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: Server was unable to process request. ---> Input string was not in a correct format.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Former Member
0 Kudos

Can u send the error