fixed!
Oleksiy Stashok wrote:
> Hi,
>
> in class com.sun.xml.ws.server.sei.EndpointMethodHandler method
> "public Packet invoke(Packet req)" at the end there is such code when
> returning response Packet:
> .................
> }
> (1) Packet res = new Packet(responseMessage);
> return new Packet(responseMessage);
> } finally {
> ..................
> Seems (1) has to be removed.
>
> WBR,
> Alexey.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>
--
- Doug