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.