---
title: "How to call web service using JQuery in asp.net?"  
description: "How to call web service using JQuery in asp.net?"  
author: "Anonymous User"  
published: 2013-02-16  
updated: 2013-02-18  
canonical: https://www.mindstick.com/forum/607/how-to-call-web-service-using-jquery-in-asp-dot-net  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# How to call web service using JQuery in asp.net?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances)!

I have working on [asp.net](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) project. I want to call exist [web service](https://www.mindstick.com/articles/895/web-service-introduction) [method](https://www.mindstick.com/forum/166/webservice-method) into my asp.net [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) using JQuery.

Can you provide me [demo](https://www.mindstick.com/forum/157370/how-to-swap-neighbor-characters-in-string-e-g-string-demo-would-be-edom) on web service with JQuery.

Please help me ASAP!

Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)!

## Replies

### Reply by AVADHESH PATEL

Hi Ashish!\
You can used below line of code for calling [Web](https://www.mindstick.com/articles/12783/the-ultimate-bunch-of-free-web-design-resources) [Service](https://www.mindstick.com/articles/105963/online-thesis-writing-service-for-college-kids-with-disabilities) using JQuery \

```
<script language="javascript" type="text/javascript">            $.ajax({                type: "POST",                url: "http://WebServiceWithJQuery/webservice.asmx/getSumJson",                data: "{null}",                contentType: "application/json; charset=utf-8",                success: ajaxCallSucceed,                dataType: "json",                failure: ajaxCallFailed            });        }    </script>
```

\

For more details and demo, read full article from below link

\

http://tempuri.org?link=new\

\
\


---

Original Source: https://www.mindstick.com/forum/607/how-to-call-web-service-using-jquery-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
