cancel
Showing results for 
Search instead for 
Did you mean: 

File to WS : Parsing error

Former Member
0 Kudos

Hello i am trying to work out with a basic scenario. i know that i have posted earlier in finding out an option to work this out. but with no success.

here is the error i am getting when i am running / exec the scenario.

The scenario is like this : there is a open webservice : where when submitted the zip i shall get the location city name. its a very simple operation and i find it executing well using xml spy.

now when using xi herez the error i know i am making some mistake some where:

<?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: No such operation 'zip'</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Please suggest

Krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As i checked along with the sidelines of a blog every step looks ok

Please suggest what might be the error

Krishna