cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy as Receiver

Former Member
0 Kudos

Hi All,

I am doing a scenario like FTP>XI>JavaProxy-->FTP. I hve configured everything and registered the Proxy too. But I am getting the error in Proxy Adaptor something like ....

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

- <!--

Call Adapter

-->

- <SAP:Error xmlns:SAP="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_CLIENT</SAP:Code>

<SAP:P1>400</SAP:P1>

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client. Code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>

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

</SAP:Error>

My configuration details for receiver proxy is hereunder

Adapter Type : HTTP (Receiver)

Transaport Protocol : HTTP 1.0

Message Protocol : XI Payload in HTTP Body

Adapter Engine Intergration Server

Addressing Type : URL Address

Target Host : <host>

Service Number : <port Number>

Path : /MessagingSystem/receive/JPR/XI

Authentication Type : Use Logon Data for Non-SAP System

User Name : xidev1

Any help will highly be appreciated.

Thanks & Regards,

Perumal K

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Change Adapter Type to "XI".

Port has to be J2EE port.

Regards

Stefan

Former Member
0 Kudos

Hi,

i am trying to implement the same scenario. can you help me with the steps which you follwed for successful implementing this.

Thanks

Ankur