M
Mark
Is there a way I can be more specific about the attributes of a web service
parameter. For instance, instead of just defining a string, I would also
want to specify the maximum length allowed for that string or valid
characters for that string. Also, when passing an array, I might want to say
that 2 elements are required. The WSDL is effectively an XML schema for the
web service but I don't know how to have any effect on what WSDL is output -
the default WSDL in the Service Description just isn't tight enough.
Can I do this using Attributes?
parameter. For instance, instead of just defining a string, I would also
want to specify the maximum length allowed for that string or valid
characters for that string. Also, when passing an array, I might want to say
that 2 elements are required. The WSDL is effectively an XML schema for the
web service but I don't know how to have any effect on what WSDL is output -
the default WSDL in the Service Description just isn't tight enough.
Can I do this using Attributes?