Hello all. I was able to successfully create a .net web service and deploy it to IIS on a Windows Server 2012 box. The service runs fine from there but I can't figure out how to invoke it from a client machine.
Here's some images of the service working on the server using localhost.
On the same server, I created a web site that submits this form, which works if I run it from the server, but returns a runtime error if I run it from a client . I'm not sure if I'm doing this part right.