dev@ws-test-harness.java.net

Re: running the test harness

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Tue, 09 Oct 2007 13:08:10 -0700

>
> Can I assume that in this case (SEI with WSDL, sun-jaxws.xml) JAX-WS
> is not looking at the annotations at run-time? This is the content of
> the sun-jaxws.xml (after I had tweaked the @WebService parameters to
> match the wsdl names):
>
> <endpoints xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime"
> version="2.0">
> <endpoint service="{http://tempuri.org/}PingService"
> wsdl="WEB-INF/wsdl/EchoService.wsdl"
> implementation="wsrm.roundtrip.server.IPingImpl"
> url-pattern="/IPingImpl"
> port="{http://tempuri.org/}WSHttpBinding_IPing" name="endpoint0">

"service", and "port" are optional in sun-jaxws.xml If they are not
there in DD, then the runtime would look at the annotations.

Jitu