Skip to Content
0
Mar 01, 2009 at 11:56 PM

Error in BW -> (Proxy) -> XI ->(Receiver SOAP)-> Backend Webservice

34 Views

Hello All,

I am getting the following error in PI 7.1 for almost all of our scenarios. We have a simple scenario which is BW -> (Proxy) -> XI ->(Receiver SOAP)-> Backend Webservice. The scenario was working fone for a long time but today we started getting the following exception. Can anyone guide us on the steps to resolve the issue.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- 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 />

com.sap.engine.interfaces.messaging.api.exception.ConfigException: ConfigException in XI protocol handler. There is no connection registered at the Messaging System for adapter type: SOAP_http:// sap.com/xi/XI/System>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I tried running an already existing scenario and it is also giving the same error.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- 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 />

com.sap.engine.interfaces.messaging.api.exception.ConfigException: ConfigException in XI protocol handler. There is no connection registered at the Messaging System for adapter type: RFC_http:// sap.com/xi/XI/System>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Thanks.

Kiran