Is the intention of AXIS to replace the apache soap project? If so, how
long will development continue on apache soap?
James
I have a webservice method that is supposed to be returning an
array of type Long[]. For some reason, the return value
is not coming back from the call.invoke() method as a long.
I checked the class type name, and the response object is of type:
org.apache.axis.encoding.ser.ArrayDeserializer$Arr
I'm generating a wsdl file, and then generating the server stubs and
deployment descriptors from the wsdl file.
When I run the wsdl2java tool, I get an sax parser exception stating
that there is a error in the wsdl file.
Apparently, certain attributes are being defined twice in the
wsdl:definitio
I just recently started using axis myself, and I ran into this problem as
well.
My problem was that the service name that I was using in the code did not
match exactly the service name in the deployment descriptor.
look at the server-config.wsdd file in the you're appserver's WEB-INF
directory.