Re: WSDL element restrictions

2008-03-09 Thread Amila Suriarachchi
=SigningServices_v1_0_0SOAP soap:address location= http://localhost:8080/SecureServices/Services/Signing_v1_0_0; / /wsdl:port /wsdl:service /wsdl:definitions David Bunzli [EMAIL PROTECTED] 25/02/2008 3:51 pm [EMAIL PROTECTED]/02/2008+3:51+pm+%3E%3E Hi, Where does Axis2 enforce WSDL element

WSDL element restrictions

2008-03-05 Thread David Bunzli
; / /wsdl:port /wsdl:service /wsdl:definitions David Bunzli [EMAIL PROTECTED] 25/02/2008 3:51 pm ( mailto:[EMAIL PROTECTED] ) Hi, Where does Axis2 enforce WSDL element restrictions? For example, if you wish a string element to have a minLength of 1 and maxLength of 3, are requests rejected by Schema

Re: WSDL element restrictions

2008-02-28 Thread Amila Suriarachchi
if you generated classes with ADB these restrictions are forced within the classes. you can see these codes from the generated classes. thanks, Amila. On Mon, Feb 25, 2008 at 11:21 AM, David Bunzli [EMAIL PROTECTED] wrote: Hi, Where does Axis2 enforce WSDL element restrictions? For example

WSDL element restrictions

2008-02-24 Thread David Bunzli
Hi, Where does Axis2 enforce WSDL element restrictions? For example, if you wish a string element to have a minLength of 1 and maxLength of 3, are requests rejected by Schema validation if they don't conform? Or are these restrictions in the generated classes from Wsdl2Java? Regards, David