KenBarnesJr wrote:
Thanks,
I know in the wsdl first you specify http://localhost:8192/Service but if I
use jsr-181 bean is it the parameters specified in @WebService(service="car
" targetNameSpace="urn:car:test")
so it would be http://localhost/car
??
No, jsr-181 is serviceengine, which means it's inside servicemix and
can't be seen for your external client, you do need a bindingcomponent
to expose it, you need specify locationUri like
http://localhost:8192/Service for binding component.
And the service name used in jsr-181 endpoint is used for internal
address in jbi container, which is used as address for the NMR to route
message.
And yes im a newb