Re: Reading WSDL content
"Andrzej Jan Taramina" <andrzej-2/[email protected]> Fri, 23 Dec 2005 10:45:52 -0500
| Newsgroups | gmane.comp.apache.webservices.wsif.user |
|---|---|
| Organization | Chaeron Corporation |
| Message-ID | <[email protected]> |
Fabricio: You don't seem to define the "soapenc" namespace prefix anywhere. That might be causing it. > <wsdl:types> > <schema > targetNamespace="urn:PessoaArr"xmlns="http://www.w3.org/2001/XMLSchema"> > <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> > <complexType name="Pessoa"> > <sequence> > <element name="idade"type="xsd:int"/> > <element name="nome"nillable="true" type="soapenc:string"/> > </sequence> > </complexType> > <complexType name="ArrayOfPessoa"> > <complexContent> > <restriction base="soapenc:Array"> > <attribute ref="soapenc:arrayType"wsdl:arrayType="impl:Pessoa[]"/> > </restriction> > </complexContent> > </complexType> > </schema> > </wsdl:types> Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com