Forwarding for now, I will have a look if I get a chance. --Srinath
---------- Forwarded message ---------- From: Mike Greco <[email protected]> Date: Tue, Mar 10, 2009 at 2:49 PM Subject: Working on a Source Fore project and I'm completely lost moving from Axis 1 to Axis 2 To: [email protected] I was using Axis 1 and I used java2wsdl to generate wsdl from a java intereface and then use wsdl2java to generate the service locator and associated classes. My question is how do I map all of this to Axis 2 ? This is how I was using Java2WSDL and WSDL2Java in Axis 1. # build the conductor.wsdl file /usr/java/jdk1.6.0_12/bin/java org.apache.axis.wsdl.Java2WSDL -o ../src/com/katana/conductor/api/conductor.wsdl -lht tp://localhost:8080/axis/services/conductor -n urn:com.katana.conductor.api -p"conductor" "urn:com.katana.conductor. api" com.katana.conductor.api.User # build the soap template files /usr/java/jdk1.6.0_12/bin/java org.apache.axis.wsdl.WSDL2Java -o ./src -d Session -s -p com.katana.conductor.api.ws ./src/com/katana/conductor/api/conductor.wsdl I'm pretty much lost ... any help would be greatly appreciated. I'm working on this for a Source Forge Project called conductortap. Thank you ! Mike Greco -- ============================ Srinath Perera: Indiana University, Bloomington http://www.cs.indiana.edu/~hperera/ http://srinathsview.blogspot.com/
