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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:21:00+00:00 2026-05-18T07:21:00+00:00

I have a xml web service like: [WebService(Description = The Calculator Web Service, Name

  • 0

I have a xml web service like:

[WebService(Description = "The Calculator Web Service",

                            Name = "CalculatorWebService")]

[WebServiceBinding(ConformsTo = WsiProfiles.None, EmitConformanceClaims = false)]

public class Service : System.Web.Services.WebService

{ 

    [WebMethod(Description = "Subtracts two integers.")]

    public int Subtract(int x, int y) { return x - y; }



    [WebMethod(Description = "Adds two float.", MessageName = "AddFloats")]

    public float Add(float x, float y) { return x + y; }



    [WebMethod(Description = "Adds two integers.", MessageName = "AddInts")]

    public int Add(int x, int y) { return x + y; }

}

I have read some articles regarding WebServiceBinding.EmitConformanceClaims and WebServiceBinding.ConformanceClaims. However, I could not find the differences between them. I got that confused because if ConformsTo = WsiProfiles.None then no matter EmitConformanceClaims = false or true, the above web service can be invoked successfully by clients. So, why do we need EmitConformanceClaims?

Thanks.

  • 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-18T07:21:00+00:00Added an answer on May 18, 2026 at 7:21 am
    • Setting EmitConformanceClaims simply means that when the WSDL of the service is requested, the claims set by ConformsTo are emitted.

    • The conformance claims (ConformsTo) is declaring what specification your binding adheres to.

    So setting ConformsTo sets your specification level, and EmitConformanceClaims allows you to output (or not) the level in your service description. Obviously if you set ConformsTo to None, there is nothing to emit, so EmitConformanceClaims has no effect.

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

Sidebar

Related Questions

I have a xml web service which I would like to track using Google
I have a .NET web service that returns XML, and I'd like to compress
i have a web service working like this: @WebService(serviceName = TempService) public class TempService
I have some problem when unmarshaling a .xml at a web service using JAXB.
I have a third party web service that returns this xml <book> <release_date>0000-00-00</release_date> </book>
I have a jax-rpc web service. When i try to pass xml to the
I have to create a web service for iPhone. So I would like to
I have access to an web service that returns an XML or JSON. Since
I have a tomcat web service that accepts opentravel.org OTA XML requests and responds
I have an ASP.NET web service (.asmx). My service is defined like the following:

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.