Re: Newbie question about using axis as webservice client

2007-08-03 Thread DelGurth
On 8/3/07, Lahiru Sandakith [EMAIL PROTECTED] wrote: Hi DelGurth, As you say the webservice changed then the wsdl also should be different, so IMO there is no option other than regenerating the client using wsdl2java tool (via Eclipse), because its an interface level change. Thanks Lahiru

Newbie question about using axis as webservice client

2007-08-02 Thread DelGurth
Hi, I recently stated using axis as my web service client. I've used the wsdl2java tool (via Eclipse) to generate the client code based on the wsdl file of the service. Now the web service changed, it contains a new field, and my client application doesn't work anymore. Is there a way to make my