cancel
Showing results for 
Search instead for 
Did you mean: 

BPM to consume table type output from Web-service

Former Member
0 Kudos

1.I want to learn that how can i pass input from BPM process to web-service and get relevant output.


2. if my web-service is returning me output in table format ,how can i consume in bpm process

example:-

Input is the Project_id which is a byte of 16 char.

And output is a table OT_SCENARIO_ID which is a table of “byte 16”.

Please post some help documents, videos .

Accepted Solutions (0)

Answers (3)

Answers (3)

ravicarpenter
Active Participant
0 Kudos

Hello,

>>> 2. if my web-service is returning me output in table format ,how can i consume in bpm process

Ans. The return table can be stored in the Data Object. This Data Object is then available for use within your BPM.

Former Member
0 Kudos

how? any help document depicting step wise procedure or video?

ravicarpenter
Active Participant
0 Kudos

Hi,

Search the SDN, you'll find lot of articles/useful blogs. William Li's blog on NW BPM for System to System Process Orchestration may be useful to you.

junwu
Active Contributor
0 Kudos

junwu
Active Contributor
0 Kudos

it is just input output mapping.....what is troubling you?

Former Member
0 Kudos

web service is giving me a table as a output , which i need to store in my process context.

Can u help?