I have a Java web service deployed using the nightly build of Axis (02/17/2002). This is a simple stock quote service using the example from the NasdaqQuotes service provided by the IBM WSTK tool kit. I have taken the NasdaqQuotes class and deployed it successfully in Axis. The "getQuote" method returns a NasdaqQuote JavaBean with getter/setter methods.
 
My problem is that when I invoke the "getQuote" method from a .NET or Java client, I get a java.lag.reflection.InvocationTargetException. The service class and the return object are in two different pacakages but are both deployed to the WEB-INF/classes directory of the Axis service. Can someone help?
 
Thank you.
 
Collin

Reply via email to