How to check the parameters passed to web method?
Hi Friends,
I have a web method which I'm consuming from a client. I'm passing a string parameter to this web method. From client, I'm passing a value in this string parameter. But, on server side, I'm receiving that parameter as "null". How I can check what's going wrong?
Can any of you have faced such problem?
Hoping for some help.
Thanks,
Ajit
|