Thanks Pavan, I'm glad to hear that. Let me tell you the problem in more specific terms...
My
test client currently looks like this...
At the moment I get the following error:
I'm not sure why, and this may be nothing to do with the problem that I'm having, but the types generated from the WSDL2Java axis class deal with the WSDL
Java packages in reverse (like namespaces) while the Weblogic conversion from WSDL to java puts the package naming in the order specified by the WSDL file.
Has anyone seen this 'missing deserializer' problem before? I wasn't aware that I needed to supply custom deserializers.
Is there a better, alternative way for me to use the axis client classes to get my web service results?