Is is possible to specify in a service's WSDL, a default value for element of complex type?
For exmaple, can I do something like: <complexType name="ChangeRequestSVT"> <sequence> <element name="instId" type="xsd:int" default="-1"/> . . . </sequence> </complexType> Additionally will wsdl2java (or other wsdl 'compilers') honor this in the creation of client stubs, by setting the default value? Thanks, Brian
