cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP ERROR

Former Member
0 Kudos

When i call a rfc function Rfc_create_reservation I faced One error

How to Rectify Plz help me.

Error code

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

<soap-env:Body>

<soap-env:Fault>

<faultcode>soap-env:Server</faultcode>

<faultstring xml:lang="en">SOAP processing failure, error id = 1001</faultstring>

</soap-env:Fault>

</soap-env:Body>

</soap-env:Envelope>

My Soap File With Input Data

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">

<soapenv:Header/>

<soapenv:Body>

<urn:RfcCreateReservation>

<CreatedRsnum>

<!Zero or more repetitions:>

<item>

<Reservationno></Reservationno>-----> Output Table

<Created></Created>

</item>

</CreatedRsnum>

<IssueLocation>P110</IssueLocation>---->

<IssuePlant>P100</IssuePlant> -


> Input Values

<MaterialDetails>

<!Zero or more repetitions:>

<item>

<Materialno>191</Materialno>

<Description>Pistol Beretta 9mm</Description> -


>Input Table Values

<Quantity>3.0</Quantity>

</item>

</MaterialDetails>

<ReceiveLocation>W210</ReceiveLocation>

<ReceivePlant>W210</ReceivePlant>

<Recipient>Gopal</Recipient>

<ReservationNum>200000</ReservationNum>

</urn:RfcCreateReservation>

</soapenv:Body>

</soapenv:Envelope>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

refer

Thanks

Swarup