Consume web service using post in c# -


currently have less information this, update more details. have been provided web page provides user name & password option access url & return token value. form contains url in action & method used post.

i have tried general httpwebrequest methods access url, have been unsuccessful far. gives error "cannot connect remote server"

the url www.somesite.com\method.php\level1\method1\xml

the url confuses me other links have extension @ end(i relatively new web service)

i have been told webservice has been consumed in mobile.

can please guide me how access web service in c# using post method?

i apologise lack of detailed information

first try understand how webservice works. can create simple c# rest web service. return json data , need specify return data format on specific operation in web service. use mysql database, can search mysql connector c# on google. can find libraries use in code. hope helps !

http://www.codeproject.com/articles/201901/create-restful-wcf-service-api-using-post-step-by


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -