Hi Keith,

Thanks for getting back... Here is my Schema...

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns="http://www.w3.org/2001/XMLSchema";>
        <element name="person">
                <complexType>
                        <sequence>
                                <element name="name" type="string"/>
                                <element name="address" type="string"/>
                                <element name="ssn" type="string"/>
                                <element name="email" type="string"/>
                                <element name="home-phone" type="integer"/>
                                <element name="work-phone" type="integer"/>
                        </sequence>
                </complexType>
        </element>
</schema>

I created this schema from the following file
<?xml version="1.0" ?>
<person xmlns="urn:webservice15">
  <name>myName</name>
  <address>myAddress</address>
  <ssn>111-222-3333</ssn>
  <email>[EMAIL PROTECTED]</email>
  <home-phone>123355678</home-phone>
  <work-phone>1233455678</work-phone>
</person>

Appreciate your reply..
Ranjith Pillai.

-----Original Message-----
From: Keith Visco [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 22, 2003 1:29 PM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] Unmarshall-Name space problem.

What does the schema look like?

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to