Hi,

I have the following XML file given and I am trying to generate schema for
the below XML
But I keep getting this error 

Could not read file: 'APITestcase.xml'. Characters larger than 4 bytes are
not supported: byte 0x93 implies a length of more than 4 bytes

Can any body point where I am missing it?

<?xml version="1.0" encoding="UTF-8"?>
<Testcases xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 

xsi:noNamespaceSchemaLocation="C:\Workspace\Local_Traction_APITests\WebContent\WEB-INF\APITestcase.xsd">
<TESTCASE  NAME="ADDCUST VALIDCRED" VALUE="">
<PARAMETER NAME="USERID" VALUE="sundersat" />
<PARAMETER NAME="PASSWORD" VALUE="sunny" />
<PARAMETER NAME = “ENDPOINT”>
   <PARAMETER NAME="STAGING"     VALUE="740" />
   <PARAMETER VALUE="DEVLOPMENT" VALUE="741" />
   <PARAMETER NAME ="PRODCUTION" VALUE="742" />
</PARAMETER>
<PARAMETER NAME ="MATCHKEY" VALUE="E" />
<PARAMETER NAME ="MATCHVALUE" VALUE="[EMAIL PROTECTED]" />
<PARAMETER NAME ="CUSTOMER" VALUE="API_TEST" />
<PARAMETER NAME = “EXPECTEDRESULTS”>
   <PARAMETER NAME="TRAC-RESULT" VALUE="0" />
   <PARAMETER NAME="TRAC-CUSTOMERID"  VALUE="1" />
</PARAMETER>
</TESTCASE>
</Testcases>

Regards

-- 
View this message in context: 
http://www.nabble.com/Using-inst2xsd-tool-to-generate-schema-tp14409530p14409530.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to