You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Charles Souillard <Ch...@ext.bull.net> on 2006/03/21 10:57:56 UTC

servicemix-jms operation definition

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

Re: servicemix-jms operation definition

Posted by Charles Souillard <Ch...@ext.bull.net>.
This is done : http://jira.activemq.org/jira/browse/SM-359

Regards,
Charles

Guillaume Nodet wrote:

>I do not think this is possible at the moment.
>It should be if soap when soap is implemented in the servicemix-jms,
>but I guess it should also be possible using an attribute in the jms
>endpoint (xbean) or the jbi information in the wsdl.  Please raise a
>jira for that.
>
>Cheers,
>Guillaume Nodet
>
>On 3/21/06, Charles Souillard <Ch...@ext.bull.net> wrote:
>  
>
>>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
>>
>>    
>>
>
>  
>

Re: servicemix-jms operation definition

Posted by Guillaume Nodet <gn...@gmail.com>.
I do not think this is possible at the moment.
It should be if soap when soap is implemented in the servicemix-jms,
but I guess it should also be possible using an attribute in the jms
endpoint (xbean) or the jbi information in the wsdl.  Please raise a
jira for that.

Cheers,
Guillaume Nodet

On 3/21/06, Charles Souillard <Ch...@ext.bull.net> wrote:
> 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
>