Post method on Web Service?
Hi,
I am basically familiar with how html pages work, but only doing my first web services so I am actually trying to compare both technologies together.
What I want to achieve is a web service that not only provides information as a response but also able to update information in a database on a request.
In html we can use forms to do this, we make our changes on the input objects in the html page, click the submit button, and our changes are posted back to the remote server were the server application will do something with those values.
I was wondering if web services also support such a feature!
Also on the forum i read that Java 1.6 now supports web service from J2SE .. is this true? and would you people recomend using that (rathern then a full blown application server)?
tx.

