WSDL2Java generates incorrect field reference (beta 2)

2002-04-30 Thread Alan Moore
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

RE: What is a good Axis compatible suite for doing C/C++ SOAP ser vices/clients

2002-06-04 Thread Alan Moore
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

saaj.jar missing from classpath list in User's Guide

2002-06-18 Thread Alan Moore
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

RE: No Support for Attachments

2002-10-01 Thread Alan Moore
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

RE: Stubs moving to single-threadedness

2002-10-15 Thread Alan Moore
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