On Wednesday 09 April 2008, Benson Margulies wrote:
> A bit of googling got me nowhere here.
>
> I want to publish a service on both a http: address and a local:
> address. Two jaxws:endpoints? Can they point to the same
> #implementation bean?

Yep.   It's the same as if you did:

MyThing thing = new MyThingImpl();
Endpoint.publish(address1, thing);
Endpoint.publish(address2, thing);




-- 
J. Daniel Kulp
Principal Engineer, IONA
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to