How can I instruct the Sun JAX-WS Reference Implementation to construct a Web Service SOAP response
Posted
by Derek Mahar
on Stack Overflow
See other posts from Stack Overflow
or by Derek Mahar
Published on 2010-06-16T23:00:53Z
Indexed on
2010/06/16
23:32 UTC
Read the original article
Hit count: 242
Given a Web Service response object for which the Sun JAX-WS Reference Implementation has bindings to generate XML, how can I instruct the Sun JAX-WS RI construct a SOAP message that represents the object? The format of the output message should be identical to that which JAX-WS would generate if it were sending the message as a response to a SOAP request.
© Stack Overflow or respective owner