Dearest ServiceMix experts,
I have been trying to grasp the concepts of the 'service' and 'endpoint' XML
attributes when defining a service in an xbean.xml file, but the more I read
the less I understand.
For example, in the servicemix-http section of the ServiceMix website, there
is the following example:
<http:endpoint service="test:MyConsumerService"
endpoint="myConsumer"
role="consumer"
locationURI="http://localhost:8192/Service/"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out" />
When some other service unit wishes to invoke this service, can they either
use the service name or the endpoint name? If yes, what is the difference
between invoking an endpoint and invoking a service?
When invoking a service unit from Camel, when would you use jbi:endpoint and
jbi:service?
Thank you very much!
Raul.
--
View this message in context:
http://www.nabble.com/Difference-between-%27service%27-and-%27endpoint%27-tp16327201s12049p16327201.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.