Hello.
I have a client that is mandating that my 'required' string elements have nillable="false", currently all strings in the wsdl come out will nillable="true", IE:
<xs:element name="username" nillable="true" type="xs:string" />
how can i change the nillable="false" ?!?
I will take any suggestions on how to do this?
Am I the first person that has run into this?
Thanks a million.