URGENT: XSD Schema related Glue question

When you generate schema using a xsd file, It generates the datatypes for use within the webservice.

What is my question is, Is the XSD used only for the dataType generation, but not the validations is taken into consideration (like the min occurs, mandotory attribute) for the SOAP Response.

Because the the XSD inside the WSDL file generated and the XSD which we used to generate the schema is whole lot different.

I am having nillable=true in my wsdl schema so its sending the null objects or values in the RESPONSE :frowning:

Answer please