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
ravi.k.sinha@gmail.com - 25 Jun 2007 07:23 GMT
Hi all,
I got the answer. It was a silly mistake, that wasted 2 whole hours.
In the server code, I was making a new holder object and referring. I
should have just changed the value of the existing Holder.
Thank you
Cheers