Re: Static WSDL problems

2010-01-13 Thread Vinicius Carvalho
We are using Axis2 bundled with our server, using AxisServlet. Where should this classes go? Do I still need a services.xml? Regards On Mon, Jan 11, 2010 at 12:49 PM, Yashvant chauhan wrote: > Hi Vinicius, > > As per my understanding you have to do folowing things, > 1) create a WSDL first with

Re: Static WSDL problems

2010-01-11 Thread Yashvant chauhan
Hi Vinicius, As per my understanding you have to do folowing things, 1) create a WSDL first with proper schema... 2) generarte server side code using the Axis2 utility wsdl2Java and update the *Impl java file your business logic 3) create a war file with whole stuff and deploy it in a webserver o

Static WSDL problems

2010-01-11 Thread Vinicius Carvalho
Hello there! We have an legacy WS built with Pojo based deployment with Axis2. I was told that in order to override a few defaults from axis (soap address, and some nillable properties on elements) one should get the generated WSDL and copy it to the same folder that the services.xml resides. Prob