Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4012878
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:18:07+00:00 2026-05-20T09:18:07+00:00

I have to call the web service using java script? e.g. I’m creating one

  • 0

I have to call the web service using java script? e.g. I’m creating one app in HTML. In that I want to check user name and password in server machine(computer) and I want to collect the result from the server. Here I’m passing three arguments like user name, password and login mode(windows or others) then it’s sent to server and it returns json result then I parse the json result and then I’m binding in to a list.
so I got output in jQuery.

// Make the dataobject based on the credentials 
            var dataObject = {}; 
dataObject = {Username:uname,Password:pword,Domain:domain,WindowsUser:windowsuser};

//webservice

$.ajax({
        type: "POST", 
        url:"../REST/session.aspx?_method=put",
        data: JSON.stringify(dataObject, null,4),
        cache: false,
        dataType: "json",
        success: onSuccessLogin,
        error: function (xhr, ajaxOptions){
                alert(xhr.status + " : " + xhr.statusText);
            }    

    }); 

function onSuccessLogin(data)
{

    alert("success");
    $.mobile.pageLoading();

    //Parse the vault result
    parseResults(data);
}

then I successfully parsed. Here I want to change the web service because Non touch mobiles doesn’t support the jQuery. so that I’m changing that web service.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:18:08+00:00Added an answer on May 20, 2026 at 9:18 am

    I think what you are searching for is “XMLHttpRequest”. You can make an asynchronous call with it to your webserver, collect the results and parse it. You don’t need a special JavaScript Framework for that. In fact, every Ajax API uses the XMLHttpRequest Object.

    http://www.w3.org/TR/XMLHttpRequest/

    There are many easy Examples on the web how to do that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a customer that is trying to call our web service written in
I have an XML web service that javascript calls are made using jQuery. This
Here's my problem: I have to call a web service with a secure header
i am using script manager to call a web method on client side but
Let's say you have a Javascript function that calls a web service method. So
I have written a web service that returns some data as json. To display
I have a demo using jQuery ajax to invoke web service,at the same time,another
I have a script that appends some rows to a table. One of the
I have a new web app that is packaged as a WAR as part
I want to call web service in Objetive C which returning xml data and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.