I started working with the Alpha 2 version of Apollo.

Its great to be able to import a schema from the WSDL doc. Thanks for
getting this working so quickly.

I tried declaring the resource property document element as follows:

<complexType name="FooPropertiesType">
  <sequence>
  </sequence>
</complexType>
<element name="FooProperties" type="tns:FooPropertiesType"/>

Tns is defined for the target namespace of this document.

I get an error saying it is necessary to either include the type
attribute or include the complexType within the element.

The work-around I used successfully was to move the complexType be be a
child of the element for the resource properties doc.

Bryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to