You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Paranoid_Fabio <pa...@yahoo.it> on 2009/01/13 17:00:03 UTC

Access to services from outside

Hello. I'm looking at ServiceMix as a possible ESB solution for my project.
My question is?

Are the various services "published" into the ESB also accessible like
standard web services from outside via the ESB?

Thank you.
-- 
View this message in context: http://www.nabble.com/Access-to-services-from-outside-tp21438662p21438662.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Access to services from outside

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Him

Using HTTP based component, you can publish your registered services in SOAP way.

Check the exemple provided in the HTTP component :

http://servicemix.apache.org/servicemix-http.html

and especially the new endpoints :

http://servicemix.apache.org/servicemix-http-new-endpoints.html

Regards
JB

On Tuesday 13 January 2009 - 08:00, Paranoid_Fabio wrote:
> 
> Hello. I'm looking at ServiceMix as a possible ESB solution for my project.
> My question is?
> 
> Are the various services "published" into the ESB also accessible like
> standard web services from outside via the ESB?
> 
> Thank you.
> -- 
> View this message in context: http://www.nabble.com/Access-to-services-from-outside-tp21438662p21438662.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> 

-- 
Jean-Baptiste Onofré (Nanthrax)
BuildProcess/AutoDeploy Project Leader
http://buildprocess.sourceforge.net
jb@nanthrax.net
PGP : 17D4F086

Re: Access to services from outside

Posted by Freeman Fang <fr...@gmail.com>.
Hi,
You can do it by servicemix-cxf-bc or servicemix-http component.
Take a look at cxf-wsdl-first and wsdl-first example from the kit.
Freeman


Paranoid_Fabio wrote:
> Hello. I'm looking at ServiceMix as a possible ESB solution for my project.
> My question is?
>
> Are the various services "published" into the ESB also accessible like
> standard web services from outside via the ESB?
>
> Thank you.
>