How and which tasks need to be done for accessing a web service from the client code (Java Script)?
Please help.
How and which tasks need to be done for accessing a web service from
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if it is ASP.net then following are the steps (http://msdn.microsoft.com/en-us/magazine/cc163354.aspx)
Writing a script method to display and invoke the methods of the service
Assign result to HTML elements
Here is the code,