HI, I have web services calling each other using jaxws. The problem is that I am passing a compex object, classes. And every time I get the object, a different package belongs (proxy1.jaxs.myClass ...), so I have to write envelopes back and forth. Is there an easy way to convert between a proxy object, an origanl object, or another proxy object? Thanks, I hope I explained myself.
source
share