Hi,
I am facing the follwoing issue
Scenario IDOC-->HTTP
1) Error in call adapter:-
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Call Adapter
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIAdapter</SAP:Category>
<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
<SAP:P1>500</SAP:P1>
<SAP:P2>Internal Server Error</SAP:P2>
<SAP:P3>Error during parsing of SOAP header</SAP:P3>
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
In the XI system in SXMB_ADM, the role is integration server and the URL is htt://host:port/sap/xi/engine?type=entry
2) In my adapter monitoring I get to see only JPR adapter and no other adapters are appearing
When I debug the FM SAI_ADAPTER_GET_DETAILS I get an error
(it is unable to retreive the sap_xi_adapterservices in this line it throws an exception and gives the error msg)
running on XI 70 SP 06
Kindly suggest what could be the problem
Thanks in advance,
Arvind