0 i have soled the problem.
I was passing int in parameter,
but when i passed the value in string it resolve the error.
0 Hi
I Used request.Method = "POST"; abut error have not solved
0 Hi,
Please add following code after creating request object:
request.Method = "POST";
0 Thank you for your quick Response
By My Service is worked when im using Get Method in Service.
But it Doesnt work when im trying to use post Method.
0 Hi,
As per your error, your url is not correct.
When you are creating WebRequest.Create("") and passing the string path - this is not correct.
Please recheck it.
Secondly your service should be in running mode.