no
minOccurs="1" is a default value so can be omitted .

On 5/1/07, Reshat Sabiq <[EMAIL PROTECTED]> wrote:
Before
    <property name="requestID" minOccurs="1" nillable="false"/>
:
<xsd:element name="requestID" minOccurs="0" nillable="true" type="xsd:string"/>

After:
<xsd:element name="requestID" type="xsd:string"/>

Shouldn't after element in WSDL be like this:
<xsd:element name="requestID" minOccurs="1" type="xsd:string"/>


Thanks.



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email




--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to