cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice call by BPM from XI

Former Member
0 Kudos

Hi all,

I want to do a SOAP(WebService) to idoc scenario where the webservice should not invoke itself rather the webservice should be invoked by the XI.

The requirement is like this --

There should be a BPM that will poll for the Webservice data after a certain time.

Otherwise its a SOAP to idoc scenario.

Please give me suggestion on the BPM to be designed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved.

Former Member
0 Kudos

you can shecdule a report in XI that will trigger a message flow in XI or you can use a dummy file adapter that will poll over a source directory and start the message flow in XI and so on. But, as you will use some message to start the flow of message in XI, you would need a BPM.

regards

chandra

Former Member
0 Kudos

Hi chandra,

Can you please explain it more elaborately.Why I need a dummy file adapter and the structure of the BPM to be used here.I am very new to BPM stuff.

Former Member
0 Kudos

hi abhishek

as you said

webservice should not invoke itself rather the webservice should be invoked by the XI.

so we go for BPM

regards

chandra

Former Member
0 Kudos

Hey,

Bpm cannot initiate on its own

In order to initiate the BPM use a file reciever.

BPM design

Recieve step(abstract asynchronous) for file

Send step(abstract synchronous) for the web service call

transformation step(mapping between web service response and Idoc)

Send step(abstract asynchronous) for idoc

reward points if useful

regards,

Milan

Former Member
0 Kudos

Hi Mialn,

As i have said my scenario is a Webservice to idoc scenario and the webservice to be invoked by bpm.

you are suggesting for a file reciever.but i cant understand where i can put the file adapter and the file should contain what?coz i will get data from the webservice.

Please understand my issue and suggest me elaborately.

If you want i can call u,if you provide me your number in my mailid.

abhishek_paul @satyam.com

Former Member
0 Kudos

you can but you need to call it from a BPM via scheduled report

regards

chandra