cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding AII

Former Member
0 Kudos

Hi,

I am using AII and SUN App server.I want to know the XML structure of the RFID Tag commission. Also i need a Sample SGTIN-96 XML format. (Please send with examples)

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Mikhail,

Could I also get a copy of this documentation? It would be much appreciated.

Please send to: corystevens@yahoo.com

Thank you,

Cory

Former Member
0 Kudos

Hi Mikhail,

Please mark to me as well if possible ? It would be a great help.

santosh_kharje@rediffmail.com

Thank you,

Santy

former_member192343
Active Contributor
0 Kudos

give me your mail i will send you a document about this

Former Member
0 Kudos

Kindly send me the documents to "sivakumar_dsk@yahoo.com"

Thanks

former_member192343
Active Contributor
0 Kudos

SGTIN-96


<?xml version="1.0" encoding="UTF-8"?>
<Command xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Command.xsd">
	<WriteTagData readerID="Writer_Device">
		<item>
			<FieldList format="C.LABEL.PL" jobName="Writer_Device20040929165746" quantity="1">
				<Field name="EPC">30740242220403B8000000008</Field>
				<Field name="EPC_TYPE">SGTIN-96</Field>
				<Field name="EPC_URN">urn:autoid:tag:sgtin-96:3.5.0037000.065774.8</Field>
				<Field name="PRODUCT">SGPROD</Field>
				<Field name="PRODUCT_DESCRIPTION">Test product</Field>
			</FieldList>
		</item>
	</WriteTagData>
</Command>

former_member192343
Active Contributor
0 Kudos

tag comission

<?xml version="1.0" encoding="UTF-8"?>
<Command xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Command.xsd">
	<WriteTagData readerID="Writer_Device">
		<item>
			<FieldList>
				<Field name="EPC">30740242220403B8000000008</Field>
			</FieldList>
		</item>
	</WriteTagData>
</Command>