You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Indra Syafruddin <in...@gmail.com> on 2005/12/08 05:43:20 UTC

Newbie Question

Hello, I am new in using Axis
I have one newbie question, can Axis return Object?

I tried to make web services that returns Vector (with String value),
it runs ok.
But when I put Object in the Vector and return it, there's always error :

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXParseException: Premature end of file.
...

do anyone know how to solve the problem?

plus, do anyone know any axis book or tutorial I can download?

thanks