Hi guys,
i have a problem calling a WebService - perhaps it's more getting back the Infos.
The error i am facing is this:
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