• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need some help with BPEl invoking another service (define and pass the data from one to the other)

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey there

I have not worked much with bpels, but I am working on an already existing one right now. Trying to have it invoke a separate web service.

So in the .bpel and .composite file I have added the service wsdl info and created the connections, so in my .bpel file I have the <invoke> element auto generated.

It looks like:



I am trying to figure out how I define the data that gets fed into the invocation of that service. I need it to receive data that looks like this:



I will worry about parsing the return and assigning it later. For now I just want to add whatever is needed to invoke the service using that data. I have read some jdev stuff online, but have not found what I need just yet. So before I leave for the day I wanted to create this thread in hopes I can speed up the learning process.
 
I am going down to the lab. Do NOT let anyone in. Not even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic