I am getting below error when i try with RPC
Specified application name is not valid.Provide a correct one
Here is HTML form i am using to submit data
<form method="POST" action="http://creator.zoho.com/api/xml/write/apikey=######&ticket=######">
<input type="hidden" name="XMLString" value='<ZohoCreator><applicationlist><application name="CRM"><formlist><form name="New Contact"><add><field name="Last Name"><value>Jason</value></field></add></form></formlist></application></applicationlist></ZohoCreator>'>
<input type="submit" value="Sumit XML String">
</form>
I have hashed out api key and ticket.
I am not sure what is wrong....