Currently I am trying to Import following .xsd file:
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:complexType name="list"> <xs:annotation> <xs:documentation>SellOfferList structure</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ROWNUM" type="xs:long" minOccurs="0"/> <xs:element name="seed" type="xs:int" minOccurs="0"/> <xs:element name="PostSellID" type="xs:string" minOccurs="0"/> <xs:element name="UserName" type="xs:string" minOccurs="0"/> <xs:element name="ItemTitle" type="xs:string" minOccurs="0"/> <xs:element name="Unit" type="xs:string" minOccurs="0"/> <xs:element name="Packing" type="xs:string" minOccurs="0"/> <xs:element name="Quantity" type="xs:string" minOccurs="0"/> <xs:element name="Desc" type="xs:string" minOccurs="0"/> <xs:element name="Featured" type="xs:boolean" minOccurs="0"/> <xs:element name="PostedDate" type="xs:dateTime" minOccurs="0"/> <xs:element name="ImagePath" type="xs:string" minOccurs="0"/> <xs:element name="Price" type="xs:string" minOccurs="0"/> <xs:element name="Country" type="xs:string" minOccurs="0"/> <xs:element name="statename" type="xs:string" minOccurs="0"/> <xs:element name="ContactPurchased" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType></xs:schema>
But this is shown as :
as you can see, in left panel under GetSellOfferListService, xs:annotation, xs:Complextype, .... etx have been added. But I expected it to be List & Detail as mentioned in your documentation.
Thanks
Ashish
To use the full functionality of this web site, JavaScript needs to be turned on.
For best results, use the Firefox browser..
Copyright © 2003-2017 - Tersus Software Ltd., All rights reserved. Terms of Use License Graphic design by EmaraDesign