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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:42:56+00:00 2026-05-12T09:42:56+00:00

I am brand new to WCF, and have limited experience coding against web services.

  • 0

I am brand new to WCF, and have limited experience coding against web services.

At work it has been dictated to use WCF for everything network service oriented. The work I need to do involves querying a non-WCF web service, apparently built in Java, with a Netscape certificate server and related infrastructure (the service is not under our control). I have the WSDL for the web service.

  1. Does WCF add any value to this job?

  2. Is it reasonable, normal, or a best practice to build a WCF client against a non-WCF service?

  3. Can anyone offer any advice in doing this?

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-12T09:42:56+00:00Added an answer on May 12, 2026 at 9:42 am

    Yes, a WCF client can work against a web service created with another technology or platform. It’s fairly common. With Visual Studio, the client side proxy code is generated for you from the WSDL, and you can invoke a remote service as if it was a local code.

    Not to pull a shameless plug, here’s a sample of a WCF client calling the Amazon S3 web service, which is quite certainly not built with .NET. The sample demonstrates a typical workflow when creating a WCF client:

    1. Add a Service Reference to the web service, by pointing Visual Studio at the WSDL URL. You don’t have to code anything in this step.

    2. Invoke the web service from your code. In the code below, the AmazonS3Client class was created by Visual Studio in step 1 above. You get full intellisense when typing client.ListAllMyBuckets to invke that service.

    static void Main(string[] args) {  
        DateTime       now    = LocalNow();  
    
        // create the web service client object
        AmazonS3Client client = new AmazonS3Client();  
    
        // invoke the web service
        var result = client.ListAllMyBuckets(  
            accessKeyId,  
            now,  
            SignRequest(secretAccessKey, "ListAllMyBuckets", now));  
    
        // show the results returned from the web service
        foreach (var bucket in result.Buckets) {  
            Console.WriteLine(bucket.Name);  
        }  
    }  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are ready to start a brand new project at work, no legacy code.
I’ve got a brand new Django project. I’ve added one minimal view function to
I've got my brand new VS2008 and decided to convert my main solution from
I'm not brand new to the concept of unit testing but at the same
For my brand new ORM ( chibi-ORM ) I face a design decision. I'm
I'm brand new to MVC and, as a learning exercise, I'm trying to re-write
I'm currently designing a brand new database. In school, we always learned to put
I'm getting this error message on all projects (including brand new empty templates) I'm
How can i convert an array of bitmaps into a brand new image of
I just got a shiny, brand-new Debian server handed to me by our Systems

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.