how to call asmx webservices?
-
Hi Guys, How can I call an asmx service using ASP.Net(vb code behind) that has a paramet? Thanks in advance
hifiger2004
-
Hi Guys, How can I call an asmx service using ASP.Net(vb code behind) that has a paramet? Thanks in advance
hifiger2004
-
Yes, you're right. But it failed whatever parameters I passed.
hifiger2004
-
Hi Guys, How can I call an asmx service using ASP.Net(vb code behind) that has a paramet? Thanks in advance
hifiger2004
add the web ref of your asmx web service to your project crate the object and call the method which will specify what are the parameters are required for this
-
add the web ref of your asmx web service to your project crate the object and call the method which will specify what are the parameters are required for this
Yes, it is working now. :) What I did is I just deleted the web reference and add it back again. And then, it works Thanks man
hifiger2004