I created an asp.net web service that has two methods the first is getBoughtApps(String imei)
and the other one is getAllApps() . The service name is ArttechApps . I need a code that invokes these methods using java or android
can anyone help me ?
I created an asp.net web service that has two methods the first is getBoughtApps(String
Share
You should write a middleware service that returns xml or json to your client.
Create a new web project, on your iis with receiver.aspx
Clear your aspx file codes, only left,
Then your code page (.cs file)
add your service to this project
on pageload
On your client side: