Hi,
Is there any way where I can extend standard SAP:Error.
Current Display:
<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="MAPPING">GENERIC</SAP:Code>
<SAP:P1>com/ups/xipiutil/HttpClientConnection</SAP:P1>
<SAP:P2>HTTP STATUS CODE <> 200. HTTPCode :341</SAP:P2>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:Stack>com/ups/xipiutil/HttpClientConnection HTTP STATUS CODE <> 200. HTTPCode :341</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
I want utilize P3, P4 and AdditionalText to write additional information of my error. Is there any way where i can achieve this using java api's? Appreciate for your response.
Thank you,
RAO