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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:17:24+00:00 2026-05-28T19:17:24+00:00

I am running a WCF service with these methods, public string UploadInspections(Inspection[] inspections) public

  • 0

I am running a WCF service with these methods,

public string UploadInspections(Inspection[] inspections)
public string UploadInspection(Inspection inspection)

[DataContract]
public partial class Inspection
{
    [DataMember]
    public DateTime DateTime { get; set; }

    [DataMember]
    public int  Id { get; set; }

    [DataMember]
    public string Comment { get; set; }

    [DataMember]
    public int Rating { get; set; }
}

From javascript I tried to call a POST on these methods using JSON. The JSON I had for the UploadInspection method was this,

{"Id":10,"Comment":"New One","Rating":3}

The UploadInspection method was called, but the inspection object was set to null.

I wasn’t sure how to specify the Date field using JSON, and I thought that perhaps the parser didn’t like JSON with no Date field. I removed the Date field from the Inspection object, but the same thing happened.

Also what should the JSON look like for the UploadInspections method which is an array? I had some JSON that I tried,

"inspections": [{"Id":10,"Comment":"New One","Rating":3}]

And also this,

[{"Id":10,"Comment":"New One","Rating":3}, {"Id":11,"Comment":"New Two","Rating":2}]

But I was getting this error,

OperationFormatter encountered an invalid Message body. Expected to find an attribute with name 'type' and value 'object'. Found value 'string'.
  • 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-28T19:17:24+00:00Added an answer on May 28, 2026 at 7:17 pm

    The problem is not what I thought it was, in my service definition it initially looked like this,

    [WebInvoke(Method = "POST", BodyStyle = WebMessageBodyStyle.WrappedRequest, RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
    [OperationContract]
    string UploadInspections(Inspection[] inspections);
    

    Once I removed this,

    BodyStyle = WebMessageBodyStyle.WrappedRequest
    

    It worked!

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

Sidebar

Related Questions

When I am running a WCF service on my development machine it works as
I am running a WCF service from inside a exe (for debugging, it will
I'm running a WCF service locally on my dev box, and my tests check
I have a very simple WCF service running that has a single method that
I have a WCF service running on my machine, which get lauched while I
I have a netTcp WCF service running in a windows service on a remote
I have a WCF service running inside a windows service on a remote machine.
I have a WCF service running, I added a reference to the service by
I have a bunch of remote machines all running the same WCF service over
I have a WCF service which works on my dev machine running IIS 7,

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.