[Home] [By Thread] [By Date] [Recent Entries]
Thanks for the reply. I believe I specified Contact's ns in schema as targetNamespace. Here is my wsdl:type <wsdl:types> <xsd:schema xmlns:tns="http://web.com/CRMUsers/types/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://web.com/CRMUsers" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://web.com/CRMUsers/types/test"> <xsd:include schemaLocation="xsd0.xsd" /> <xsd:complexType name="ContactReturnType "> <xsd:sequence> <xsd:element name="contact" nillable="true" type="r:ContactType" /> </xsd:sequence> </xsd:complexType> <xsd:element name=" contacts" nillable="true" type="r:ContactReturnType" /> ... </xsd:schema> </wsdl:types> <!-- xsd0.xsd --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified"> <xsd:complexType name=" ContactType"> <xsd:attribute name="id" type="xsd:string" /> <xsd:attribute name="firstName" type="xsd:string" /> <xsd:attribute name="lastName" type="xsd:string" /> <xsd:attribute name="email" type="xsd:string" /> </xsd:complexType> </xsd:schema> On 12/19/06, Andrew Welch <andrew.j.welch@g...> wrote: On 12/19/06, Ran <ran256@g...> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



