You must specify schema information in the <wsdl:types> section. You
can either define the schema inline or you can include or import a
schema (or both):

<wsdl:types>
  <xsd:schema targetNamespace="urn:foo"
       xmlns:foo="urn:foo"
       xmlns:bar="urn:bar">
       <xsd:include schemaLocation="foo-schema-path"/>
       <xsd:import namespace="urn:bar" schemaLocation="bar-schema-path"/>
       <xsd:element name="foobar">
          <xsd:complexType>
            <xsd:sequence>
               <xsd:element ref="foo:foo"/>
               <xsd:element ref="bar:bar"/>
            </xsd:sequence>
          </xsd:complexType>
       </xsd:element>
   </xsd:schema>
</wsdl:types>

Anne



On 8/13/06, wupeng <[EMAIL PROTECTED]> wrote:
why we can't see like xsi:schmelocation="***"?
how does the wsdl file find the schema?

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



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

Reply via email to