Hi

What has to be mandatory in a WSDL file regarding the RPs? It seems that 
<xsd:element name="ResourceProperties"> is enough and the Webservice works. 
(The build script complains only when this element is missing.) So I dont have 
to define the other elements like op and value?
 
<!-- RESOURCE PROPERTIES 
    <xsd:element name="op" type="xsd:string"></xsd:element>
     <xsd:element name="value" type="xsd:int"></xsd:element>-->

        <xsd:element name="ResourceProperties">
<!--    <xsd:complexType>
                <xsd:sequence>
                <xsd:element ref="tns:op" minOccurs="1" maxOccurs="1"/>
                <xsd:element ref="tns:value" minOccurs="1" maxOccurs="1"/>
                </xsd:sequence>
        </xsd:complexType>-->

Am i right that I just need them when I use reflection?

thx pod

-- 
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL 
für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

Reply via email to