I have defined scenario: PROXY => XI => WebService. Communication with WebService is synchronous.
When I try to run a test from SPROXY it always finish with error:
Connection timed out: connect
Full XML error from SXMB_MONI
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!-- Inbound Message --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1"> <SAP:Category>XIAdapterFramework</SAP:Category> <SAP:Code area="MESSAGE">GENERAL</SAP:Code> <SAP:P1 /> <SAP:P2 /> <SAP:P3 /> <SAP:P4 /> <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection timed out: connect</SAP:AdditionalText> <SAP:ApplicationFaultMessage namespace="" /> <SAP:Stack /> <SAP:Retry>M</SAP:Retry> </SAP:Error>
Is there any way to check if connection between XI and WebService is possible (e.g. to eliminate firewall issuess or wrong IP issuess?)
I will reward helping answers with point
Edited by: Tomasz Suchanek on May 13, 2008 1:29 PM