hi there,
I'd like to open a WSDl file for a Web Service Call, but there are problems (see attached image for details).
The definition of ChannelIndexArray is as follows (valid XSD):
<xsd:complexType name="ChannelIndexArray">
<xsd:sequence>
<xsd:element
maxOccurs="unbounded"
minOccurs="1"
name="ChannelIndex"
type="xsd:unsignedShort"
/>
</xsd:sequence>
</xsd:complexType>
Any help appreciated! Thanks!
hint: "Falscher Parameter" means "wrong parameter" (in the error image) error_message(1).PNG screenshot containing an error message
|