I am writing an application that will use the Java2WSDL to generate WSDL for various Java classes and interfaces. The WSDL from this application is to work in conjunction with the Axis Java and EJB WSIF Providers.
The WSIF Java extension at ws.apache.org/wsif/providers/wsdl_extensions/java_extension.html shows that an operation can be of type instance, static or constructor. Ideally, therefore, we would like to get the Java2WSDL Emitter to generate WSDL for constructors as well as the other methods. However, it does not seem to do this. I have read several posts on the requirement that the classes involved have a default constructor, so we'll say for argument's sake that the class in question has a default constructor and a one-argument constructor, and that I need WSDL information on both. Is there a way to get WSDL for constructors? Or is there a reason why the emitter does not do that? Thanks in advance, John __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/
