After running WSDL2Java (beta2) against my wsdl file, the generated code
contains references to a non-existent field:
javax.xml.rpc.ParameterMode.PARAM_MODE_IN
I think this should be:
javax.xml.rpc.ParameterMode.IN
since the ParameterMode class in the xmlrpc.jar distributed with Axis beta2
has
You might also take a look at gSOAP. We have this working with Axis both on
the client and server sides.
In our setup, the gSOAP toolkit generates the WSDL and from that we create
the Axis stubs and skeletons. It took a while to get it working largely
because we were not following the naming conv
I think that the classpath list in the User's Guide should include the
saaj.jar file. Without it, executing the AdminClient application fails with
the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/xml/soap/SOAPElement
at java.lang.ClassLoader.define
Do you have all the required .jars? See http://localhost/axis/happyaxis.jsp
alan
-Original Message-
From: Carlos González [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 7:02 AM
To: [EMAIL PROTECTED]
Subject: No Support for Attachments
Hi All!
While testing this simple serv
FYI: We have code that depends on the current behavior and would prefer that
it didn't change.
alan
-Original Message-
From: Mike Spreitzer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 15, 2002 10:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Stubs moving to single-threadedness
I'm not