Hi all,
I am using servicemix-jms BC.
As Guillaume said me, there are two ways to deploy a new Service Unit in
this component :
1) giving a servicemix.xml file using spring
2) giving a wsdl file
I am using the wsdl method but I have problems defining the operation I
want to call.
My example is the following :
I have a BPEL SE installed in SM exposing a helloworld service which
contains a hello operation.
Thanks to the first method (servicemix.xml), I can specify the
destinationService, the destinationEndPoint and the destinationOperation
(see bpel example with pxe).
I have not found the way to define the destinationOperation with the
second method (wsdl)
Can you tell me how I can do that ?
Thanks,
Charles