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 6052793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:58:04+00:00 2026-05-23T07:58:04+00:00

So I have my web service which is a WCF and it supports JSON.

  • 0

So I have my web service which is a WCF and it supports JSON.
When i enter this url
http://localhost/HelloWorldWebService/HelloWorld.svc/getperson
in my browser it returns
{“GetPersonResult”:{“FirstName”:”John”,”LastName”:”Doe”}}

Now I have the following jquery:

function CallService() {
        $.ajax({
            url: "../HelloWorldWebService/HelloWorld.svc/getperson",
            type: "GET",
            dataType: "json",
            processdata: true,
            contentType: "application/json; charset=utf-8",
            success: function (msg) {
                alert('success');
            },
            error: function (xhr, status, error) {
                alert(xhr.responseText);
            }
        });
     }

     $(document).ready(function () { CallService(); });

it shoes the success pop-up …
how can I show the content of the msg in my pop-up?
I tried alert(msg) but it shows [object Object] ???

EDIT: This is what i get when using Firebug with console.log(msg)
enter image description here

So how do I access the FirstName to display it in the alert?

EDIT:

So finally found out how the syntax works. So to get the firstname I had to do
alert(msg.GetPersonResult.FirstName);

  • 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-23T07:58:04+00:00Added an answer on May 23, 2026 at 7:58 am

    Try logging it to the console, so you can see the properties returned by the “msg” object. You can then output the data.

    console.log(msg);
    

    It will output your msg object, you can then access variables such as msg.data if that is what it returns.

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

Sidebar

Related Questions

I have one WCF web service hosted on https. which android versions supports https.
I have a WCF web service which allows both Basic HTTP and WS-HTTP clients,
I have a WCF web service which is responsible for managing work sent from
I have a c# WCF web service which is a server and I do
i have a c# wcf web service and a c# client which makes calls
I have web service which return json string like : d={main0ID:abc.es/main,main1ID:ah/main} I wanna append
I have a restful web service which can deal with DTOs in json format
I have a WCF Web Service which is kept under an Application Pool on
I have converted my web service to wcf service which has some datacontracts. As
I have a WCF web service in which I want to use my Repositories

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.