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