Hi again, The wsdl:types is:
- <complexType abstract="true" name="MyWebRes"> - <sequence> <element name="ID" nillable="true" type="xsd:string" /> <element name="name" nillable="true" type="xsd:string" /> <element name="parentID" nillable="true" type="xsd:string" /> <element name="type" type="xsd:boolean" /> </sequence> </complexType> How to pass this complexType parameter through SOAPParameter object? Thanks, Joe _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
