Re: couple of questions

2003-10-11 Thread Ilja
On Wed, 8 Oct 2003 14:40:25 -0400, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> said: > Hi Ilja, Hi Shrikant, > If you already have java classes the why you have to regenerate those > from > WSDL? I thought I should, because of what vairamuthu thayapavan said: "hi

Re: couple of questions

2003-10-08 Thread Ilja
Anyone? On Tue, 07 Oct 2003 21:09:45 +0200, "Ilja" <[EMAIL PROTECTED]> said: > Ok thanks, so if I understand correctly, I first have to use java2wsdl to > generate a wsdl file from my interface-class and then I have to run > wsdl2java to generate those classes from my

Re: couple of questions

2003-10-07 Thread Ilja
Ok thanks, so if I understand correctly, I first have to use java2wsdl to generate a wsdl file from my interface-class and then I have to run wsdl2java to generate those classes from my wsdl file? Isn't there a solution to do it in one step? Ilja On Tue, 7 Oct 2003 16:42:53 +0600, "

Axis: couple of questions

2003-10-06 Thread Ilja
class. WidgetPriceSoapBindingSkeleton.java: Server side skeleton. WidgetPriceSoapBindingStub.java: Client side stub - I now have only a wsdl file and I'm pretty sure that's not enough to publish my own webservices, more classes are needed right? Thanks, Ilja