http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ImportProductListFromAsciiFile Element
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ImportProductListFromAsciiFile Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
testImport Element fileName Element productListId Element scannerId Element fileContent Element Sequence ImportProductListFromAsciiFile Element
Overview
Sequence
fileContent optional xs:base64Binary
scannerId xs:int
fileName optional xs:string
testImport xs:boolean
Source
<xs:element name="ImportProductListFromAsciiFile" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="fileContent" type="xs:base64Binary" />
      <xs:element minOccurs="1" maxOccurs="1" name="scannerId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="productListId" type="xs:int" />
      <xs:element minOccurs="0" maxOccurs="1" name="fileName" type="xs:string" />
      <xs:element minOccurs="1" maxOccurs="1" name="testImport" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents