R
ravi.k.sinha
Hi all,
With JAX-WS RI download there are several samples. One of them
illustrates MTOM. There when the code gets generated, parameters are
mapped to have mode of INOUT. I have an understanding that the server
process can modify the parameters (INOUT) and the updated value will
be available to the client after the operation invcation returns.
I tried to tweak the example. In the detail method I set the holder to
new value but it is not recieved by the client. Please enlighten me
about this topic!!
Cheers
Thanks in advance
With JAX-WS RI download there are several samples. One of them
illustrates MTOM. There when the code gets generated, parameters are
mapped to have mode of INOUT. I have an understanding that the server
process can modify the parameters (INOUT) and the updated value will
be available to the client after the operation invcation returns.
I tried to tweak the example. In the detail method I set the holder to
new value but it is not recieved by the client. Please enlighten me
about this topic!!
Cheers
Thanks in advance