Can anybody tell How to implement post web service call in sencha touch.What is bet way to implement webservice call
Use Ext.Ajax.request() and pass method : 'post' in the options object.
method : 'post'