dev@jax-ws.java.net

Re: some rearch/tango questions

From: Bobby Bissett - Javasoft <Robert.Bissett_at_Sun.COM>
Date: Fri, 03 Mar 2006 15:28:25 -0500

>
> I fixed this. Please use
>
> Messages.create(xmlStreamReader);
>
> I'll commit it as soon as java.net comes back.

Excellent -- thanks.

Any chance I can get SDDocument.writeTo() to not write the xml
declaration first? Am writing some code to read past it in the input
stream I create from the wsdl, but it'd be nice to have a method like
writeFragmentTo() or writeToNoDecl() or something. It's minor, but would
be nice, heh heh.

Thanks,
Bobby