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

  • SEARCH
  • Home
  • 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 6569267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:36:19+00:00 2026-05-25T14:36:19+00:00

I am having problems getting values to my WCF operation from my JQuery code.

  • 0

I am having problems getting values to my WCF operation from my JQuery code. I have a WCF operation with the following declaration:

[OperationContract]
[WebGet(BodyStyle = WebMessageBodyStyle.WrappedRequest, RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
public ResultList<MyResult> FindResults(string latitude, string longitude)
{
  // latitude and longitude are always "0" here.
}

My JQuery code looks like the following:

var latitude = GetLatitude();
var longitude = GetLongitude();
alert(latitude + ", " + longitude);

var json = { "latitude": latitude, "longitude": longitude };
$.ajax({
  url: "/services/myService.svc/FindResults",
  contentType: "application/json; charset=utf-8",
  data: json2string(json),
  dataType: "json",
  success: findResultsCompleted,
});

When I look in Fiddler, I receive a 200 status code as expected. The request header shows:

GET /services/myService.svc/FindResults?{"latitude":33.041599,"longitude":-119.298798}

What am I doing wrong? Why are latitude and longitude always 0 in the operation code? Thank you!

  • 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-25T14:36:19+00:00Added an answer on May 25, 2026 at 2:36 pm

    GET requests expect the parameters like ?Param=Value

    You could switch your OperationContract to WebInvoke and your JS service call to POST

    Or if you want to stick with GET you can just remove the stringify call and jQuery should take care of making the GET parameters correctly.

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

Sidebar

Related Questions

I am having problems getting the values of a dropdownlist from the FIndControl function.
I'm having problems getting an iPhone Unit Testing Bundle to compile when the code
I'm having problems with getting data using LINQ-to-SQL. I use the following piece of
I am having problems getting text within a table to appear centered in IE.
I am having problems getting my form to Post to my Save method in
I'm trying to merge two main menus together, but am having problems getting the
I'm having some problems getting my object to gracefully fail out if an invalid
I've been having tons of problems getting the non-xml configuration for Castle Windsor set
I bought a new Vista PC recently but was having lots of problems getting
Having a problem getting a TreeView control to display node images. The code below

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.