NetTalk Central

Author Topic: POST to a WCF method  (Read 3295 times)

sjmanavalan

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
POST to a WCF method
« on: October 13, 2016, 10:46:36 PM »
Hi,

Can I POST to a WCF method with custom binding authentication token using nettalk simple object? I checked the docs and there is no such thing mentioned there. Please help

Regards,
Sebastian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: POST to a WCF method
« Reply #1 on: October 14, 2016, 05:24:17 AM »
Hi Sebastian,

I've not interacted with WCF specifically, but from my reading it seems that WCF can connect over TCP/IP, and uses XML as well. It seems it can behave as a web service (over HTTP) (NetWebclient) or perhaps over a direct TCP connection ("NetSimple" in NetTalk terminology)

So the short answer seems to be "yes, if it supports tcp/ip" - but I would need a lot more documentation on the "thing" you are attempting to connect to in order to be more specific than that.

cheers
Bruce