xsd:any is not a defined type.  You probably mean xsd:anyType.
----- Original Message ----- 
From: "Samuel Solon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 15, 2004 3:08 PM
Subject: Element with type="xsd:any"


I'm using WSDL to define messages that have one (or more) elements
containing arbitrary XML and I'm running into problems.

I tried:

      <xsd:complexType name="AddContact">
        <xsd:sequence>
          <xsd:element name="UserId" type="xsd:string"/>
          <xsd:element name="AbookId" type="xsd:string"/>
          <xsd:element name="Contact" type="xsd:any"/>
        </xsd:sequence>
      </xsd:complexType>

Reply via email to