Re: example2 glitch

2002-03-13 Thread John Towell
Chris: This was answered yesterday by Yann: Dear Axis team, you're really doing great work with Axis. During my tests, the calculator example (userguide/example2) did not work. The result returned was always "null". I found that the following line was missing :

Re: example2 glitch

2002-03-13 Thread Russell Butek
H! I thought I fixed that! Sorry! I'll fix it right now... Russell Butek [EMAIL PROTECTED] "Chris Haddad" <[EMAIL PROTECTED]> on 03/13/2002 12:14:03 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:example2 glitch Axis-user In the 03/12 snapshot

Re: example2 glitch

2002-03-13 Thread Cun Yong Tan
You have to add this before call.invoke(: call.setReturnType( org.apache.axis.encoding.XMLType.XSD_STRING ); I am having trouble running example 3 and 4. After I deploy it using the AdminClient, when I try to acess the service using the client programs, in example 3, I get: java.lang.Class