From: Saloustros Georgios <gesalous_at_gmail.com>
Date: Fri, 9 Nov 2007 20:19:47 +0200
Hi all.
I have a problem regarding invoking web services through a bpel process.
Heres the thing.
I hava downloaded netbeans 6 beta 2 which comes prebundled with
glassfish-v2-b58g.
I tested tha SampleSynchronous Application from the SOA examples in netbeans
6 beta 2 and worked just fine.
I have deployed also in glassfish an echo web service for testing reasons
which takes a string as input and returns the Glassfish +input String.
I added to the Echo service wsdl a PartnerLinkType element and then
designed the flow (The only thing I did was to add to the existing bpel
process flow an invoke command)
The final bpel process logic is start -> EchoIn=InputVar-> call web service
Echo->OutputVar=EchoOut
Now the input Message for testing is