You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by emicalc <em...@libero.it> on 2006/07/27 15:36:57 UTC

servicemix & web service

Can I use a servicemix component (for example XsltComponent) directly like a
web service  (how?) or I must create a web service between the client and
servicemix?
-- 
View this message in context: http://www.nabble.com/servicemix---web-service-tf2009607.html#a5521126
Sent from the ServiceMix - Dev forum at Nabble.com.


Re: servicemix & web service

Posted by Guillaume Nodet <gn...@gmail.com>.
You can take a look at the soap-binding example.
It exposes a service on the JBI bus as a web service accessible through
http+soap.
The same thing can be applied to a service which would be an xslt
transformation engine.
If you want to describe your service using a wsdl, you will need to write it
and deploy it
on the servicemix-http component.
See http://servicemix.goopen.org/site/servicemix-http.html

Cheers,
Guillaume Nodet

On 7/31/06, emicalc <em...@libero.it> wrote:
>
>
> thank you,
> but where I can find other information on this?
> Are there some examples on wsdl file necessary to publish a component like
> web service?
>
> --
> View this message in context:
> http://www.nabble.com/servicemix---web-service-tf2009607.html#a5575262
> Sent from the ServiceMix - Dev forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet

Re: servicemix & web service

Posted by emicalc <em...@libero.it>.
thank you,
but where I can find other information on this? 
Are there some examples on wsdl file necessary to publish a component like
web service?

-- 
View this message in context: http://www.nabble.com/servicemix---web-service-tf2009607.html#a5575262
Sent from the ServiceMix - Dev forum at Nabble.com.


Re: servicemix & web service

Posted by Guillaume Nodet <gn...@gmail.com>.
When you say ' web service', i guess you mean http+soap, right ?
You just need to create a wsdl that would describe the transformation and
deploy it to the servicemix-http component.

Cheers,
Guillaume Nodet

On 7/27/06, emicalc <em...@libero.it> wrote:
>
>
> Can I use a servicemix component (for example XsltComponent) directly like
> a
> web service  (how?) or I must create a web service between the client and
> servicemix?
> --
> View this message in context:
> http://www.nabble.com/servicemix---web-service-tf2009607.html#a5521126
> Sent from the ServiceMix - Dev forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet