Troubleshooting and Error Messages
BEA WebLogic Adapter for SAP User’s Guide 9-9
Example: Failure to Connect to SAP
When the BEA WebLogic Adapter for SAP cannot connect to SAP when executing a Web
service, the following SOAP response is generated:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/
soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Error processing agent [XDSapIfrAgent] - XD[RETRY]
Connect to SAP gateway failed Connect_PM GWHOST=ESDSUN,
GWSERV=sapgw00, ASHOST=ESDSUN, SYSNR=00 LOCATION CPIC (TCP/IP) on
local host ERROR partner not reached (host ESDSUN, service 3300)
TIME Mon Jun 30 16:01:02 2003 RELEASE 620 COMPONENT NI (network
interface) VERSION 36 RC -10 MODULE ninti.c LINE 976 DETAIL
NiPConnect2 SYSTEM CALL SO_ERROR ERRNO 10061 ERRNO TEXT
WSAECONNREFUSED: Connection refused COUNTER 1</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Example: Invalid SOAP Request
When the BEA WebLogic Adapter for SAP receives a SOAP request message that does not
conform to the WSDL for the Web services being executed, the following SOAP response is
generated:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/
soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>RPC server connection failed: Connection refused:
connect
</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>