dev@ws-test-harness.java.net

Re: running the test harness

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Thu, 11 Oct 2007 17:48:19 -0700

>
> What I still don't get, when I use Endpoint.publish, JAX-WS verifies
> if the given port and service names match the given WSDL. If they
> don't match, it tries to generate a new WSDL. When I use the
> InVmContainer instead, this verification is not happening and JAX-WS
> does not try to generate new WSDL. Why is it different?
All of them go through the same EndpointFactory, so I don't see why it
is different. So something must be different(may be harness already done
that)

Jitu