NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sjmanavalan on October 13, 2016, 10:46:36 PM

Title: POST to a WCF method
Post by: sjmanavalan 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
Title: Re: POST to a WCF method
Post by: Bruce 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