Re: SOAP binding stub and wsdl2java -s

2006-01-30 Thread Jarmo Doc
From: Anne Thomas Manes <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: SOAP binding stub and wsdl2java -s Date: Mon, 30 Jan 2006 13:46:45 -0500 It always generates the client side stub. The -s switch tells it to also generate the server side code.

Re: SOAP binding stub and wsdl2java -s

2006-01-30 Thread Anne Thomas Manes
It always generates the client side stub. The -s switch tells it to also generate the server side code. AnneOn 1/30/06, Jarmo Doc <[EMAIL PROTECTED]> wrote: When I run wsdl2java with the -s option to generate server-side code, itgenerates MyServiceSoapBindingStub.java.  Why?  I can see the client-

SOAP binding stub and wsdl2java -s

2006-01-30 Thread Jarmo Doc
When I run wsdl2java with the -s option to generate server-side code, it generates MyServiceSoapBindingStub.java. Why? I can see the client-side use of this stub code but what use should one make of it server-side? Or is it a bug in wsdl2java? Thanks. ___