I've successfully embedded Axis in my web app and bring up happyaxis.jsp without a problem.
My test web service code is in the following pkg: com.cpcus.jaru.webservices.calc3. This package contains the CalcIF interface and implemented code CalcImpl. I'm assuming the wsdl2java script will generate code in com.cpcus.jaru.webservices.calc3.ws. The url for my web app is: http://localhost:8080/Jaru/ Can someone PLEASE provide me a very detailed example of the Java2WSDL, WSDL2Java, and AdminClient (for deployment) commands? Use whatever namespace you want. Call the wsdl whatever you want. Assume the scope is session. I am new at developing web services. I've been able to develop, deploy and test one when Axis was not embedded in my webapp. However I can't get things other than happyaxis.jsp to work with Axis embedded in the web app. I'm pretty sure I'm not using/settng the parameters right somewhere along the way but just can't figure out what I'm doing wrong. I've spent days on this and am at my wits end not to mention my boss is losing his patience. Your help is greatly appreciated! Thanks, Marc
