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

I am brand new to WCF. Never created one before. I have been asked
Brand new to the Log4Net library and there is something I have not been
I have a brand new database on an ISP which I intend to use
Brand new to coding; been utilizing stackoverflow religiously for months; first time asking a
I have brand new Windows machine which we are planning to use as production
I am brand new to Sitecore and have been asked to extend the company's
I have created a brand new WCF Service. I created this service by just
Brand new poster here on StackOverflow. I've been reading and learning here for some
The brand-new WCF-based code needs (in the meanwhile) to provide a service to a
I have a brand new server with Windows 2008 Server 64 bit + SQL

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.