cancel
Showing results for 
Search instead for 
Did you mean: 

Call XI from 3rd Party via HTTP

Former Member
0 Kudos

Hi,

i've got a question. At the moment I have a szenario

Sybase->XI->SAP R3 and it works like this. XI poll every

10 sec. to sybase and look over a subquery for specific datasets... no I like to make it like this:

On every commit in Sybase it sends a http request to XI (works already) but how to handle this call in XI (?possible?) and could I use the rest of my already existing process? Means the http request trigger the rest of my process?

Thanks for reading!

Matt

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Matthias,

why not?

since you have HTTP adapter in XI the HTTP request can

start a BPM in which you'll invoke a database call using JDBC adapter (send step)

Regards,

michal

Former Member
0 Kudos

BPM = Business Process? (sorry I'm new

If I try to add under communication channel a adapter typ "HTTP" - XI switch automatical from Sender to receiver and its not possible to use it as sender channel.

Or did I understand something wrong?

THX

Matt

former_member187339
Active Contributor
0 Kudos

Hi

>> For BPM

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

>>If I try to add under communication channel a adapter typ "HTTP" - XI switch automatical from Sender to receiver and its not possible to use it as sender channel.

There is no need to specify sender adapter for HTTP. But if you want to use it as a receiver then you can create the communication channel for it.

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Regards

Suraj

Answers (1)

Answers (1)

STALANKI
Active Contributor
0 Kudos

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1134.It [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] can be useful with only difference is that the reciever end is legacy system as in the weblog and RFC adapter would do in your case at the reciever would do in this case for connecting XI to R3.