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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:55:02+00:00 2026-05-27T09:55:02+00:00

I’ve got a WebService that is used by another application to retrieve data. We

  • 0

I’ve got a WebService that is used by another application to retrieve data. We need to add a new information on the retrieved entity. For example, let’s say you have an entity Product that exposes Name, Price, and you want to add a Provider property.

With the tests I’ve done, everything seems to work fine if I just update the WebService on the server side, but not the client side : The client side still works, but doesn’t have access to the new property, which is what I expected.

My question is the following : Aside from not being able to get the new properties, is there any hidden impact of updating the server-side definition of an entity without updating the client-side definition?

The reason for not updating the client side is for synchronization issues between the deployment of the different tiers / parts of the application. For the purpose of this question, consider that we don’t want to create a new entity with new methods to be called for the “enriched entity”.

  • 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-27T09:55:03+00:00Added an answer on May 27, 2026 at 9:55 am

    Depending on the client it can cause different issues. Some clients will explode if you send extra data back. In those cases you would want to do one of three things:

    1 – add optional parameters

    If you had getProduct(int id) before you would change it to getProduct(int id, bool includeProvider = false) This would allow you to only return what they expect, since an older client wouldn’t send the includeprovider in the request.

    2- Depricate the old call and add a new

    Add a new method and depricate the old.

    3- Version your webservice

    Keep supporting your webservice but create a new one at /v2/<webservice> so that you can easily track clients on different versions through logging.

    My preference is 1 & 3

    Anytime I want to add additional information to a call I just add a new optional include which then includes the new element in the response xml. Anytime I make a functionality change or a change that would break contract I create a new version.

    NOTE: If you supply your client we could better know how it handles additional elements in a response.

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

Sidebar

Related Questions

I've got a string that has curly quotes in it. I'd like to replace
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I need a function that will clean a strings' special characters. I do NOT
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I used javascript for loading a picture on my website depending on which small
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I need to clean up various Word 'smart' characters in user input, including but
i got an object with contents of html markup in it, for example: string

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.