I couldn't think of a decent subject for this thread, sorry.
Ok, here's what I'm trying to do but I have no idea about how to do it.
On the WebServer I have an aspx file which just displays data from an XML file. (Messages from users in my intranet)
Now every user in my local intranet should be able to post some sort of message. However, I want to user to be able to use a simple windows application (a form) where he inputs the message and clicks the submit button. Now the Client Windows Application should send the data to the Web Server which then updates the XML file and reloads the aspx file.
What I tried to do is using a webservice but I figured that I can't call a Webservice from an Application which is running Client Side.
How should I go about this?
Ok, here's what I'm trying to do but I have no idea about how to do it.
On the WebServer I have an aspx file which just displays data from an XML file. (Messages from users in my intranet)
Now every user in my local intranet should be able to post some sort of message. However, I want to user to be able to use a simple windows application (a form) where he inputs the message and clicks the submit button. Now the Client Windows Application should send the data to the Web Server which then updates the XML file and reloads the aspx file.
What I tried to do is using a webservice but I figured that I can't call a Webservice from an Application which is running Client Side.
How should I go about this?