Hi,

I felt that the hardest part in programming web services was to get started. Now that I have done most things I need at least once it's pretty easy.

My web service is now up and running and I have posted some information on it at http://sqlvalidator.mimer.com/beta2. It is a service that takes an SQL-statement and validates it against the SQL-99 Standard.

If you are having problems getting started you could start there. It has a web service that is up and running and the source code for a client that calls it, in case you want to start out by calling a web service.

Both published services return a complex object that is serialized automatically by axis by defining it in the server-config.xml-file. I found that to be probably the hardest part to figure out, although it looks simple now that I got it working.

Hope this helps someone.

Regards,

Olof Edlund

Reply via email to