Hi Experts,
I created a Webservice for FM and trying to call the Webservice in XCODE.
I am getting the error in the request and Response.
Please help where to set up the WRONG SOAP Version in SAP ?
RESPONSE Error Message :
- <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header/>
- <soap-env:Body>
- <soap-env:Fault>
<faultcode>soap-env:VersionMismatch</faultcode>
<faultstring xml:lang="en">Wrong SOAP Version</faultstring>
<detail/>
</soap-env:Fault>
</soap-env:Body>
</soap-env:Envelope>
REQUEST Error Message :
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
<soap:Header/>
- <soap:Body>
- <n0:ZpmMobileTransCrtNotif xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style">
<Ausbs>2013-May-21</Ausbs>
<Ausvn/>
<Auztb>16:31:52</Auztb>
<Auztv/>
<Equnr>TATEST1</Equnr>
- <ItItem>
- <item>
<Fegrp>str_Fegrp</Fegrp>
<Oteil>Str</Oteil>
<Otgrp>Str_Otgrp4</Otgrp>
<Fetxt/>
<Fecod>Str</Fecod>
<Urgrp>Str_Urgrp7</Urgrp>
<Urcod>Str</Urcod>
<Urtxt>Str_Urtxt9</Urtxt>
</item>
- <item>
<Fegrp>Str 10</Fegrp>
<Oteil>Str</Oteil>
<Otgrp>Str 12</Otgrp>
<Fetxt>Str 13</Fetxt>
<Fecod>Str</Fecod>
<Urgrp>Str 15</Urgrp>
<Urcod>Str</Urcod>
<Urtxt>Str 17</Urtxt>
</item>
</ItItem>
<Qmart>M3</Qmart>
<Qmnam>US11111</Qmnam>
<Qmtxt>Test</Qmtxt>
<Tplnr>TESTTPLNR</Tplnr>
</n0:ZpmMobileTransCrtNotif>
</soap:Body>
</soap:Envelope>
With Regards,
Bala