I am defining string array in WSDL using the following:
<types>
<xsd:schema targetNamespace="SOAPTester"
xmlns="http://www.w3.org/2000/10/XMLSchema">
<complexType name="ArrayOfstring">
<xsd:complexContent>
<xsd:restriction
base="SOAP-ENC:Array">
<xsd:attribute
ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]" />
</xsd:restriction>
</xsd:complexContent>
</complexType>
</xsd:schema>
</types>
WSDL Reader complains that it doesn't recognize wsdl:, how do I declare
wsdl namespace in my WSDL?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- RE: WSDL Hansen, Richard
- RE: WSDL Hansen, Richard
- RE: WSDL Nirmal Mukhi
- RE: WSDL Daniel Kruler
- RE: WSDL Daniel Kruler
- RE: WSDL Daniel Kruler
- RE: WSDL Peter Tandara-Kuhns
- RE: WSDL Daniel Kruler
- RE: WSDL Hansen, Richard
- WSDL Daniel Kruler
- RE: WSDL Daniel Kruler
- RE: WSDL Hansen, Richard
- RE: WSDL Daniel Kruler
- RE: WSDL Daniel Kruler
- WSDL Hecking, Dirck J
- Re: WSDL Sanjiva Weerawarana
- WSDL Ulf Reiman
- RE: WSDL Anne Thomas Manes
- Re: WSDL Nirmal Mukhi
- wsdl Lenhart Stefan
