RE: help on java2wsdl and parameter types

2006-04-27 Thread Santunu Podder
Guys, Any idea how to get the maxoccurs and minoccurs attributes using java2wsdl ? Regards, Santunu "Mati David" <[EMAIL PROTECTED]> 27/04/2006 12:11 Please respond to axis-user@ws.apache.org To cc Subject RE: help on java2wsdl and parameter types Thanks Dies, Tha

RE: help on java2wsdl and parameter types

2006-04-27 Thread Mati David
Thanks Dies, That indeed made it work as I wanted. -Original Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 2:38 AM To: axis-user@ws.apache.org Subject: Re: help on java2wsdl and parameter types Hello Mati, Use the option -u LITERAL. As far as I

Re: help on java2wsdl and parameter types

2006-04-26 Thread Dies Koper
Hello Mati, Use the option -u LITERAL. As far as I understood, the SOAP spec was being written when the XMLSchema spec was not finished yet. The SOAP spec defines a way to describe data types, so does the XMLSchema. Java2WSDL uses ENCODED (SOAP encoding) by default, but you can change it to u

help on java2wsdl and parameter types

2006-04-26 Thread Mati David
Hi,   I’m running java2wsdl (axis1.3) in rpc style on my java source files. In the generated wsdl I see that the messages arguments types have the ‘soapenc’ namespace i.e., . Yet, when I look at automatically generated wsdl from the axis engine on my web server I see that those type