You'll need the original definition identified in your definitions tag such as what we see here
 
<wsdl:definitions
/>
 
later on in the types tag you'll define the specific entity Map as in
       <wsdl:types>
               <schema
                        xmlns=" http://www.w3.org/2001/XMLSchema"
                        targetNamespace=" http://xml.apache.org/xml-soap">
                        <import namespace ="http://schemas.xmlsoap.org/soap/encoding/ "/> 
                        <complexType name ="Map">
                                <sequence>
                                        <element name ="item" minOccurs= "0" maxOccurs="unbounded" type="apachesoap:mapItem" /                      </sequence>
                        </complexType>
                </schema> 
            </wsdl:types>
This comes from webservices tutorial located at
Makes Sense?

Martin --
This e-mail communication and any attachments may contain confidential and privileged information for the use of the
designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its
contents
----- Original Message -----
Sent: Monday, October 16, 2006 2:20 PM
Subject: Where to find Schema

I need the schema for the type apachesoap:Map.  Where can I find this?

 

Thank you,
Ken

 

 



**************************************************************
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
TIAA-CREF
**************************************************************

Reply via email to