cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice call

Former Member
0 Kudos

Hi Experts,

How to call webservice inside BPM?

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Dont Doubt... It is only using the SEND step type..

<a href="/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1 -> XI -> WebService - A Complete Walkthrough (Part 1)</a> By Shabarish Vijayakumar

<a href="/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2 -> XI -> WebService - A Complete Walkthrough (Part 2)</a> By Shabarish Vijayakumar

Regards

San

Former Member
0 Kudos

Hi Santhosh,

Can I get any flow with BPM?

Regards

Sara

santhosh_kumarv
Active Contributor
0 Kudos

Hi Sara,

The flow of the BPM depends on the scenario.

Example scenario,

Your source file has he currency specified in the INR, but your target file needs the currency specified in the USD. Now you call the currency converter webservice with the source INR and get the response from the webservice in the USD and store it in the file. In this case the BPM flow will be like...

Receive(File)----> transform----->Send(Webservice Synchronous) -


>transform -


> Send(File).

A similar kind of scenario is explained in the Blog by shabarish.

Regards

San

Former Member
0 Kudos

Sry got the info.

Message was edited by:

Sara D

santhosh_kumarv
Active Contributor
0 Kudos

No Sara, transform step is nothing but you are refering the Interface Mapping which in turn will execute the message mapping(either graphical/java/xsl/abap).

Regards

San

Former Member
0 Kudos

Ya, I got the info..Thanks a lot.

santhosh_kumarv
Active Contributor
0 Kudos

Good....then I would suggest you to close the thread.

Former Member
0 Kudos

Ya, done

Answers (0)