If you look into the "stub" generated by AXIS you should eventually find a call to "invoke".
 
The "invoke" method starts a series of calls that will lead to the method "fromString" being called and passed
a java.lang.string as an argument.
 
My guess is that you are missing one of the AXIS libraries in your classpath. 
----- Original Message -----
From: Jay D
Sent: Wednesday, May 05, 2004 3:30 AM
Subject: URGENT: Axis client deserialization issue

Dear Listers,
 
Environment :
Axis 1.0
Client: Windows 2000 Professional
Axis used with weblogic 8.1 server for invoking a web service
 
I am doing a get operations on a webservice. I get an error message that
 
java.beans.IntrospectionException: java.lang.NoSuchMethodException
 
Any pointers as to when would the code call fromString method?
 
Error stack is given below.
 
Many thanks in advance
 
Regards
Jay
 
java.beans.IntrospectionException: java.lang.NoSuchMethodException: java.lang.String.fromString(java.lang.String)\r\n\tat org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement(SimpleDeserializer.java:223)\r\n\tat org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:495)\r\n\tat org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:942)\r\n\tat org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:206)\r\n\tat org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:684)\r\n\tat org.apache.axis.message.RPCElement.deserialize(RPCElement.java:241)\r\n\tat org.apache.axis.message.RPCElement.getParams(RPCElement.java:265)\r\n\tat org.apache.axis.client.Call.invoke(Call.java:1871)\r\n\tat org.apache.axis.client.Call.invoke(Call.java:1777)\r\n\tat org.apache.axis.client.Call.invoke(Call.java:1315)\r\n\tat


Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs

Reply via email to