|
Hello everybody!
I 've developped some services that have the
following format in general:
public SomeXObject[] getAllXObjects()
{
...
}
I generate the client Stub using WSDL2Java and
everythings works fine. On the other hand, on the client side, I get a different
implementation of the Java Bean "SomeXObject"
than the one on the server. Is it possible to do it in a
way as to keep on the client the same implementation of "SomeXObject" as the one on the server! It doesn't
matter if additional Axis stuff are generated in other
classes!
Thanks
Fady
|
- Re: WSDL2Java issue Fady Kaddoum
- Re: WSDL2Java issue Paul Callahan
- RE: WSDL2Java issue Thomas Bailey
- Re: WSDL2Java issue Fady Kaddoum
