I have a web service architecture like this: Method POST method. URL : https://deluxecms.net/dev/api/index.php
method - getdocument.
And it takes the following argument
- method
- deviceid
- chiper
- version
- lastSync
For cipher, concatenate device id with "11a6b75c30fb0420ed2fccbc9d9cdf80" and encrypt it using md5. lastSync: Value of Last Response_time from the server.
I am never used web services before,just help me how to get the response message and data from server.