Hi ��� I am trying to understand all the possibilities in which different soap servers sends response. I was accessing the wsdl: http://www.abundanttech.com/webservices/deadoralive/deadoralive.wsdl�and in that file I couldn't see where it refers for the element s:schema -- ??. � Also I got the following response from the web service. Is this a valid response? Why is the schema defined in the response? Can some describe me about this scenario or post some pointers where this is explained/spec'ed.
========================== <?xml version="1.0" encoding="UTF-8" ?> - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <soap:Body> - <getDeadOrAliveResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.abundanttech.com/webservices/deadoralive"> - <getDeadOrAliveResult> - <xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet"> - <xs:element name="NewDataSet" msdata:IsDataSet="true"> - <xs:complexType> - <xs:choice maxOccurs="unbounded"> - <xs:element name="Table"> - <xs:complexType> - <xs:sequence> <xs:element name="FullName" type="xs:string" minOccurs="0" /> <xs:element name="BirthDate" type="xs:string" minOccurs="0" /> <xs:element name="DeathDate" type="xs:string" minOccurs="0" /> <xs:element name="Age" type="xs:string" minOccurs="0" /> <xs:element name="KnownFor" type="xs:string" minOccurs="0" /> <xs:element name="DeadOrAlive" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:schema> - <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"> - <NewDataSet xmlns=""> - <Table diffgr:id="Table1" msdata:rowOrder="0"> <FullName>Williams, Barry</FullName> <BirthDate>09/30/1954</BirthDate> <DeathDate /> <Age>49</Age> <KnownFor>The Brady Bunch</KnownFor> <DeadOrAlive>Alive</DeadOrAlive> </Table> </NewDataSet> </diffgr:diffgram> </getDeadOrAliveResult> </getDeadOrAliveResponse> </soap:Body> </soap:Envelope> ========================== Thanks, dw � __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
