We have this software with the webservices component.
Now the administrator of this system came to me, wanting to import data into the system using the webservices component.
So, I went to read the documentation to try to understand this thing, and I see things like this:
Click here to see what I'm talking about (this looks best in firefox, chrome and safari) <h / "> hit>
This documentation provides examples of interacting with the system using HTTP verbs such as GET, POST, PUT, DELETE. But in my limited experience, I never had to send either HTTP PUT or DELETE.
How do you do this? I created HTML forms that have a method = "post" or method = "get", and the request is sent to everything that is specified in the action attribute (action = "someResource"). But I really don't know what to do with this thing.
If I were to guess, I would have to create an application that creates some kind of HTTP request object and sets all its properties and somehow includes the data that I want to use for RESOURCE ( I'm trying to use the REST terminology, which is completely different for me. ). Then I will send a request using my programming language and blah blah blah. I'm just thinking about it. Please, help!
I thought I was a web developer because I know things like XHTML, CSS, JavaScript, etc., but it starts to look like I don't know anything about the basics of the Internet at all (HTTP).
EDIT
PS: I program mainly with .net. So any examples in .net would be pretty awesome.
Ronnie Overby May 01 '09 at 18:51 2009-05-01 18:51
source share