|
Samisa Abeysinghe made changes - 13/Dec/04 09:02 AM
The same problem is there in the Stub class.
Need to fix the tests and samples after the API change.
Changed the API of Stub, SOAPTransport and Axis2Transport classes to fix the mistake.
Also changed the client tests codes to make them use the correct API. Though it is a trivial issue, fix was a bit complex ;-)
Samisa Abeysinghe made changes - 20/Dec/04 08:52 AM
BTW, I forgot to mention, the old methods were deprecated in Stub and SOAPTransport classes. The methods with @deprecated tag in the method comment should not be used.
I propose that these deprecated methods be removed after tests are done.
Samisa Abeysinghe made changes - 20/Dec/04 09:00 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Will deprecate *Trasport* methods and will add *Transport* methods, so that we could phase out *Trasport* gradually.