sencha-touchsencha-architectsencha-touch-2.1

How to implement post web service call in sencha touch


Can anybody tell How to implement post web service call in sencha touch.What is bet way to implement webservice call


Solution

  • Use Ext.Ajax.request() and pass method : 'post' in the options object.