You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by rhythmic01 <rh...@gmail.com> on 2012/08/01 16:39:03 UTC

how to access a service

Ok, after hosting my services on servicemix, how can i access it? Is it a
URL, a context?

For e.g., the following is the endpoint on my xbean.xml. How can I call my
endpoint outside of the ESB?

<http:endpoint service="citytime:CityTime"
                 endpoint="Soap"
                 role="consumer" 
                 locationURI="http://0.0.0.0:8192/citytime/"
                 soap="true" />




--
View this message in context: http://servicemix.396122.n5.nabble.com/how-to-access-a-service-tp5714044.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: how to access a service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Per this configuration, you can just send soap request to the address 
http://ip_of_your_esb_machine:8192/citytime/"
-------------
Freeman Fang

FuseSource
Email:ffang@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042

On 2012-8-1, at 下午10:39, rhythmic01 wrote:

> Ok, after hosting my services on servicemix, how can i access it? Is it a
> URL, a context?
> 
> For e.g., the following is the endpoint on my xbean.xml. How can I call my
> endpoint outside of the ESB?
> 
> <http:endpoint service="citytime:CityTime"
>                 endpoint="Soap"
>                 role="consumer" 
>                 locationURI="http://0.0.0.0:8192/citytime/"
>                 soap="true" />
> 
> 
> 
> 
> --
> View this message in context: http://servicemix.396122.n5.nabble.com/how-to-access-a-service-tp5714044.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.