Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new senha touch. how call asp.net webservice ? pls help

my article : http://www.sencha.com/forum/showthread.php?178179-.asmx-so-asp.net-webservice-call
Posted
Updated 2-Feb-12 2:31am
Comments
Rajesh Anuhya 2-Feb-12 8:31am    
Edited: "Treat my content as plain text, not as HTML" disabled
--RA

1 solution

Make a ext Ajax call or use a javascript for httppost methods

Ajax call
new Ext.Ajax.request({ url:'http://foo', method:'POST', ... });


Hope this will help you
--RA
 
Share this answer
 
Comments
erhan demirci 2-Feb-12 8:37am    
now working mobile httpost. plase examle code with working in mobile
Rajesh Anuhya 2-Feb-12 8:39am    
you have to write javascript
see this links
http://moodle.org/mod/forum/discuss.php?d=189882
--RA
erhan demirci 2-Feb-12 8:42am    
thanks Rajesh. looking link :)
Rajesh Anuhya 2-Feb-12 9:00am    
Vote & accept my answer if it is helps you
--RA
erhan demirci 2-Feb-12 9:55am    
not solved my problem. pls help. how asp.net webservice call in souncha touch. example ? thanks .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900