yes they sure can - the only thing that you cannot do is have a parent jaxws
endpoint which the http/local/jms etc all inherit from which is a pity.
<jaxws:endpoint name="LocalV1" address="local://LocalV1"
implementor="#V1Impl" wsdlLocation="META-INF/wsdl/Local_v1.wsdl">
<jaxws:endpoint address="/NistV1"
implementor="#V1Impl"
wsdlLocation="META-INF/wsdl/Local_v1.wsdl">
On Wed, Apr 9, 2008 at 12:07 PM, Benson Margulies <[EMAIL PROTECTED]>
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?
>