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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:40:45+00:00 2026-05-10T21:40:45+00:00

I have a web service class that the rest of the framework depends on

  • 0

I have a web service class that the rest of the framework depends on to grab its data, but the web service class needs to have different method attributes depending on what environment it’s in. For instance…

[SoapDocumentMethodAttribute('https://example',...)] public string Test() {     //doSomething } 

See that ‘https://example‘? That needs to change depending on the environment. AFAIK you can’t make that string dynamic for runtime, it has to be compiled that way. So I’m trying to get it so that I have multiple CS files for this web service that have the different attribute URLs hardcoded in them, and MSBuild swaps them on precompile. So I’d have a base ‘Service.cs’ for testing, ‘Service.cs.production’ for the production environment, and so on.

  • Is this the best way to do this, or am I missing something where I can have one CS that handles the environment on its own?
  • To preserve having the same class name and IntelliSense not thinking things are ambiguous, I’m mucking up the file extensions (‘Service.cs’ versus ‘Service.cs.production’). Is that the only way to do it?
  • Considering all the above is OK, and I’m compiling against a ‘Production’ configuration, can it compile Service.cs.production instead of Service.cs and everything goes hunky-dorey?

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. 2026-05-10T21:40:46+00:00Added an answer on May 10, 2026 at 9:40 pm

    Could you use conditional comments?

    #if TESTING         [SoapDocumentMethodAttribute(something)] #else         [SoapDocumentMethodAttribute(someotherthing)] #endif 

    For your test configuration you would define the constant:

    <DefineConstants>TESTING</DefineConstants> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have this service class that utilize Restkit to consume REST web services.
I have a web service client that has an Authenticator class. The Authenticator requires
I have created a REST Web Service that in all other ways is working
I have made a REST Web service, that works with Visual Studios WCF Test
I have class instantiated in a web service that, in a static member, holds
I have a simple REST web service in WCF that is declared as follows:
I have a serializable dictionary that I created for a WCF REST web service
I have a WCF/REST Web Service that I'm trying to add a global exception
I have a REST web service that returns a structure containing an array of
I have a REST web service that returns a javax.ws.rs.core.Response entity. When I run

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.