User2043281626 posted
Hello,
I created a RESTful service using C# .net and I published it out to a server to run. I am able to get the wsdl and view the methods on the service, however, when I attempt to use a web request; e.g. (HttpWebRequest)WebRequest.Create("RESTfullURL"), I get
a 404 error.
Any clues on how to properly get this job done?