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

The Archive Base Latest Questions

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

I am nowhere near a professional level on this topic so please forgive me

  • 0

I am nowhere near a professional level on this topic so please forgive me when I use wrong terms.

A friend and I have been trying to create a http-based SOAP client/service for a personal project of ours.

The language used is C#, the IDE is VS2008.

We don’t really know where and how to start. The tutorials I have found are either too advanced or are no longer usable due to VS constraints (vs2008 doesn’t let me use WSE, which seemed quite nice for our purpose).

It would be great if anyone could help us on this task.

Regards
Daniel

  • 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:28:44+00:00Added an answer on May 18, 2026 at 7:28 am
    1. Add a new WCF project. It should
      create a default Web Service
      (Service1) for you with a method
      like GetData(…) or similar.

    2. Add a second Console application
      project.

    3. Right-click on the Console project
      and select Add Service Reference.

    4. In the dialog that pops up, select
      the option to search the solution
      for services.

    5. It should find the Service1 service.
      Add it.

      That basically generates client-side
      code to call your service.

    6. Then add some code to call it to the
      main method of your Console project.
      The code will look something like
      this:

      var myClient = new Service1Client();

      var result = myClient.GetData(…);

    7. Right click on the Console application and select Set as Startup project.

    8. Place a breakpoint on the line where you create the Service1Client. Press the F5 key to run the code in debug mode.

      Visual studio will run your application in debug mode. It’ll host the service itself. You should be able to step through the code using F10 to see how it works.

    9. When you added the service reference, and App.config will have been added to the console project. If you have a look in there it will have all of the client configuration data for connecting to the service. If you want to host your service in IIS, then you’ll need to update the service endpoint URL.

    Hopefully that’s enough to get you up and runnning with something that works. Once you’re there I’m sure you’ll have many other questions.

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

Sidebar

Related Questions

I have tried for three days now and gotten nowhere on this.... I absolutely
I been at this all day and feel like I'm getting nowhere, I need
I've been trying to figure this one out for a bit... I even downloaded
I have a unique layout I'm tring to build, but I'm nowhere near experienced
I have an application that uses multiple WebViews. Nowhere do I set the priority
I have gone through Google and Stack Overflow search, but nowhere I was able
I just started getting this error today, seemingly out of nowhere. Any one see
I have the following code: [[NSNotificationCenter defaultCenter] postNotificationName:kNewsfeedFetchCompleted object:self userInfo:userinfo]; only this, no where
I have data of this form: x y 1 0.19 2 0.26 3 0.40
I have the following problem: I am trying to make 3 links/anchors (with padding

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.