cancel
Showing results for 
Search instead for 
Did you mean: 

Error in calling WebService

Former Member
0 Kudos

Hi guys,

i have a problem calling a WebService - perhaps it's more getting back the Infos.

The error i am facing is this:

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

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="PARSER" />

<SAP:P1>SOAP:Envelope(1)SOAP:Header(1)SOAP:Fault(1)detail(3)err(1)</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4>ST: ST_XMS_MSGHDR30_SOAP_FAULT</SAP:P4>

<SAP:AdditionalText>Wert für Typ g erwartet</SAP:AdditionalText> (Means: Value for Type g expected)

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Es ist ein Systemfehler im Parser aufgetreten Wert für Typ g erwartet</SAP:Stack> (Means: System error in Parser Value for type g expected)

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Well now i am asking myself what Type g might be because it's nothing i call the WebService for. Maybe it's a type in WebService which i have no knowledge from....

Could it be the reason for the error?!

br

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Carsten.

I beleive that this problem is related to the date value (if any) you are sending.

Check if you are passing a date to the web service, and if yes, then check if you are passing it in the right format.

Hope this helps you.

Regards,

Hari.

Former Member
0 Kudos

Hi, i will check ur suggestions and let u know

thx so far!

br

Former Member
0 Kudos

Hi

can you please explai the scenario and give some more about your question.

Thanks

Rinku

Former Member
0 Kudos

Hi Carsten,

i dont think this error is related with webservice .....................

May be this issue is related with parsing , So kindly check the input values of the payload that u have given ............may be there some values inthe payload for which the parsing error is occuring .............try this

Reward with ponits if helpful

Regards

Sai Ganesh

Former Member
0 Kudos

Check the WSDL file and its Message Type.

Is your Webservice is running fine?

Did you import the WSDL file and later you changed the Webservice?

Check the variable type for the source and WS message format.

Thanks

Farooq.