I downloaded the nightly build and I have the following problem:

 

After wsdl2java, the generated files in the .ws directory  seem to be missing their method parameter names

----------------------------------------------

/**

 * Parser.java

 *

 * This file was auto-generated from WSDL

 * by the Apache Axis WSDL2Java emitter.

 */

 

package mypackage.ws;

 

public interface Parser extends java.rmi.Remote {

    public java.lang.String reverseString(java.lang.String ) throws java.rmi.RemoteException;

}

----------------------------------------------

 

It should be something like (java.lang.String test), not (java.lang.String ) !!

 

I have the Sep 19 nightly build, and the classpath:

 

 CLASSPATH=c:\anew\xml-axis;c:\anew\xml-axis\lib\axis.jar;c:\anew\xml-axis\lib\axis-ant.jar;c:\anew\xml-axis\lib\commons-discovery.jar;c:\anew\xml-axis\lib\commons-logging.jar;c:\anew\xml-axis\lib\jaxrdl4j.jar;c:\anew\xml-axis\lib\xerces.jar;c:\anew\junit3.8.1\junit.jar;c:\anew\junit3.8.1\src.jar;c:\ anew\xml-axis\samples

 

Liviu

 

 

-----Original Message-----
From: Agrawal, Anuj (Anuj)** CTR ** [mailto:[EMAIL PROTECTED]]
Sent:
Wednesday, September 18, 2002 11:34 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Problem with servlet engine config file server-config.wsdd

 

Liviu -

 

This was a bug in RC1 and has already been resolved.  Please try using one of the recent nightly builds.

For more information about the resolution of the bug, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12509

 

HTH.

Anuj.

-----Original Message-----
From: Liviu Chiriac [mailto:[EMAIL PROTECTED]]
Sent:
Wednesday, September 18, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Problem with servlet engine config file server-config.wsdd

My ‘server-config.wsdd’ is missing, and Tomcat complains:

---------------------------------------

Starting service Tomcat-Standalone

Apache Tomcat/4.0.4

Starting service Tomcat-Apache

Apache Tomcat/4.0.4

- Problem with servlet engine config file: C:\soap\jakarta-tomcat-4.0.4\webapps\axis\WEB-INF/server-config.wsdd

---------------------------------------

 

How can I generate one? .. or why is it missing… because I have no Web Services deployed yet?

 

Thank you in advance,

 

Liviu

Reply via email to