dev@jax-ws.java.net

Re: creating responses with new jax-ws SPIs

From: Bobby Bissett - Javasoft <Robert.Bissett_at_Sun.COM>
Date: Wed, 04 Oct 2006 12:14:37 -0400

>
> Right now the mex client request is just a hard coded string

Ok, that's not *exactly* true, but close. For instance, I can create and
send the request using soap 1.2 namespace, and then send it again with
the soap 1.1 namespace if the first request was rejected (since we don't
know what the endpoint is using till we ask it).

FWIW.....