Calling a WCF service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Tmljaw==?=

    Calling a WCF service

    Hello,

    I'm sure this is a dumb question, but here goes. I've got an asmx web
    service that I want to move to WCF and then expose a netTcpBinding endpoint.
    Is it possible to consume that netTcpBinding endpoint using a .NET 1.1 client?

    Thanks,
    Nick
  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: Calling a WCF service

    Try basicHttpBindin g:


    --
    Gregory A. Beamer
    MVP, MCP: +I, SE, SD, DBA

    Subscribe to my blog


    or just read it:


    *************** *************** *************** ****
    | Think outside the box!
    |
    *************** *************** *************** ****
    "Nick" <nickfinity@nos pam.nospamwrote in message
    news:CA21476A-D9F5-48FF-82CB-FD96F721732E@mi crosoft.com...
    Hello,
    >
    I'm sure this is a dumb question, but here goes. I've got an asmx web
    service that I want to move to WCF and then expose a netTcpBinding
    endpoint.
    Is it possible to consume that netTcpBinding endpoint using a .NET 1.1
    client?
    >
    Thanks,
    Nick

    Comment

    • Cowboy \(Gregory A. Beamer\)

      #3
      Re: Calling a WCF service

      Try basicHttpBindin g:


      --
      Gregory A. Beamer
      MVP, MCP: +I, SE, SD, DBA

      Subscribe to my blog


      or just read it:


      *************** *************** *************** ****
      | Think outside the box!
      |
      *************** *************** *************** ****
      "Nick" <nickfinity@nos pam.nospamwrote in message
      news:CA21476A-D9F5-48FF-82CB-FD96F721732E@mi crosoft.com...
      Hello,
      >
      I'm sure this is a dumb question, but here goes. I've got an asmx web
      service that I want to move to WCF and then expose a netTcpBinding
      endpoint.
      Is it possible to consume that netTcpBinding endpoint using a .NET 1.1
      client?
      >
      Thanks,
      Nick

      Comment

      Working...