will AXIS replace apache soap?

2002-06-13 Thread James Kojo
Is the intention of AXIS to replace the apache soap project? If so, how long will development continue on apache soap? James

Deserializing Long[]

2002-05-06 Thread James Kojo
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

error in generated wsdl file

2002-05-04 Thread James Kojo
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

Re: New to axis. Kindly help.

2002-04-23 Thread James Kojo
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.