How to call a WCF web service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    How to call a WCF web service

    I have created a WCF service project. I need to call some of the methods in
    the service. How do you do this? I can't seem to find the class/object that
    has the methods in it. Is there any how tos online on how to do this in
    vs2008?



  • Mr. Arnold

    #2
    Re: How to call a WCF web service


    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:%23F$J%23X k1IHA.5048@TK2M SFTNGP06.phx.gb l...
    >I have created a WCF service project. I need to call some of the methods in
    >the service. How do you do this? I can't seem to find the class/object that
    >has the methods in it. Is there any how tos online on how to do this in
    >vs2008?
    Do you know what a Service Contract is about?

    Learn how to add code to implement a WCF service interface as part of a series of articles that help you get started creating a WCF application.


    WCF is nothing that you can just pick-up and run with, without knowing who
    is doing what and why it's doing it, to develop a WCF solution.

    I just came off of a WCF solution as a contractor, didn't know jack about
    it, but was able to stumble my way a little bit.

    I am correcting that problem with ISBN 978-0-470-08984-2. I just came
    through chapter 6 "Understand ing and Programming WCF Contracts".

    Since you on VS2008, there is this Service Factory: Modeling Edition, which
    is free to install that implements itself in to VS IDE.




    Comment

    Working...