cancel
Showing results for 
Search instead for 
Did you mean: 

How to invoke another Adapter in an XI adapter?

Former Member
0 Kudos

Hi friends,

Do you know is it possible to invoke another adapter in an XI adapter?

I'm developing my own XI adapter, I want to use HTTP or SOAP Adapter to send HTTP request, how can I invoke these adapters in the java code of my XI adapter?

Kind Regards,

Jason

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jason ,

I am also tyring to build my own adapters can you please send me concern links or the documments .

my mail ID is csk11783@yahoo.co.in

Former Member
0 Kudos

Hi Jason,

What do you want to do? Why don't you build a "sequence? Something like that:

- File Adapter reads file, sends Message

- other Adapter receives Message, does something

and sends Message to another adapter

and so on

otherwise check this link:

http://help.sap.com/saphelp_nw04/helpdata/de/89/b262427a65423f87706a0e3faea00d/frameset.htm

and click on:

Using Resource Adapter to Obtain Connection.

perhaps its that what you want.

Best regards,

Christian

Former Member
0 Kudos

u can lookup for those Adapter beans e.g. for RFC adapter its CallRFCAdapter..

Regards

Rajeev