From the logs you give in your post, it seems you are trying to catch
the wrong error :-)
The NoSuchMethodException is not an error condition. If you watch the
axis source code you will see that it is just a first attempt to get a
factory instance. Just after this log entry, there is a second attempt
(using another approach) and this one is successful.
The real problem is this one:
1047 [main] DEBUG org.apache.axis.ConfigurationException - Exception:
org.apache.axis.ConfigurationException: No service named WebDiskSOAP is
available
1048 [main] DEBUG org.apache.axis.ConfigurationException - Exception:
org.apache.axis.ConfigurationException: No service named
http://www.informatica.uniroma2.it/WebDisk/wsdl/upload
<http://www.informatica.uniroma2.it/WebDisk/wsdl/upload> is available
It seems the service is not correctly deployed on axis, and therefore,
it does not know how to handle your service soapAction.
Best Regards,
Rodrigo Ruiz
Simone Bonazzoli wrote:
i see that example but i have a problem and i didn't be able to
resolve it...
the title of the mail sended in this mailing list is SWA PRoblem...
howevere.... i paste the text below.... if u can help me i appreciate
your help :)
Simone
---------------------------------------------
Hi, i'm developing a simple webservice that support the upload and
download of binary files... i look at the example "swa" present in the
samples directory of the axis distribution....
i customize my wsdl and all otherthings but when i try to run my
client the axis.log report this exception:
java.lang.NoSuchMethodException:
org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory.create(java.lang.Class,
javax.xml.namespace.QName)