yup, now it works:<xsd:simpleType name="COMMAND"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="IMAGE"/> <xsd:enumeration value="THUMBNAIL"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="getImage"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="1" name="in0" nillable="true" type="xsd:string"/> <xsd:element maxOccurs="1" minOccurs="1" name="in1" nillable="true" type="tns:COMMAND"/> </xsd:sequence> </xsd:complexType> </xsd:element> thanks Werner! Werner Lehmann wrote: You don't have a method which takes the enum as parameter. You should use -- Matthew Kerle IT Consultant Canberra, Australia Mobile: +61404 096 863 Email: [EMAIL PROTECTED] Web: Matthew Kerle
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
|
- [xfire-user] how to expose constant instance fields via xFi... Matthew Kerle
- Re: [xfire-user] how to expose constant instance field... Werner Lehmann
- Re: [xfire-user] how to expose constant instance f... Matthew Kerle
- Re: [xfire-user] how to expose constant instan... Tomek Sztelak
- Re: [xfire-user] how to expose constant in... Matthew Kerle
- Re: [xfire-user] how to expose constant instan... Werner Lehmann
- Re: [xfire-user] how to expose constant in... Matthew Kerle
