Hi there,
in SAP PI 7.11 i would like to message-map a fault message like:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
<SAP:P1/>
<SAP:P2/>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:Stack>No receiver could be determined</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Unfortunatelly i cannot find that NS in my Software Component called "SAP BASIS 7.11". So there is no Datatype available.
Can anybody provide the wsdl or xsd for that Message, or tell my how to find it?
Reagrds, Daniel