cancel
Showing results for 
Search instead for 
Did you mean: 

File to ABAP proxy via AAE

Former Member
0 Kudos

Hi All

Am doing a file to ABAP proxy scenario and using SOAP adapter(XI protocol 3.0) at target side in order to make use of AAE.

But while testing am getting the following error at both the channels(file and soap) :

Error Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.ConnectException: Connection timed out.

SOAP channel configuration :

Target URL : http://X.X.X.X:8001/sap/xi/engine?type=entry

Logon language : en

X.X.X.X being the IP address of the target system which is BW.

Appreciate any help.

Regards

Soumen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't think that you should use SOAP receiver for ABAP proxies and http://X.X.X.X:8001/sap/xi/engine?type=entry

is not a valid SOAP address.

Please change adapter to XI and it will work.

Regards,

Gourav

Former Member
0 Kudos

Re-Iterating my 1st post : Am using SOAP( Message Protocol : XI 3.0 ) as I want to make use of the AAE. XI adapter is not supported by AAE.

Followed this : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

Anyways, found out I was having some error in teh IP I was using ...corrected it and now my error is changed to :

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden

Now since my source is File which goes through mapping, what do I need to do for this error?

Shabarish_Nair
Active Contributor
0 Kudos

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

if you are using the guide make sure;

1. The correct URL is provided in the adapter

2. There has to be a user to connect to the ABAP engine for the application server. Create a user with sufficient roles. We are using a aaeuser (system user) with sap all rights

former_member472138
Active Contributor
0 Kudos

Check this please [TimeOutSolutions|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747?quicklink=index&overridelayout=true]

Regards

Pothana

Former Member
0 Kudos

Thanks for the reply but this one's for synchronous scenarios.Never the less tried it but no use.

Mine is a asynchronous one with target being a ABAP proxy. Just that am using SOAP adapter to deliver teh message in order to make use of AAE which is performance friendly.