$Id: README,v 1.2 2004/02/04 17:56:02 ruut_ Exp $

Qt SOAP Manager README
----------------------

qsoapman stands for "Qt SOAP Manager". It is a GUI tool for sending SOAP 
messages and can be used for the development, debugging or exploration of 
Web Services. Right now, it does not yet support WSDL but support for this 
might be added in the future.

I wrote this tool to support the development of a web service that I'm
currently working on. It's in early alpha status, and may not always
produce the desired results. You have been warned! ;-)

qsoapman still lacks documentation but I added "Whatis"-help whereever
possible.

google-api-session.xml provides a sample session. To call the google web
service, you need a free license key that allows you to post up to 1000
queries a day. You can get it at http://www.google.com/apis/.
Remember to replace the key 00000000000000000000000000000000 with your 
license key before sending the SOAP message. If your computer is behind
a firewall, you might need to set the proxy fields in the options dialog.

amazon-api-session.xml provides another example. More information about
Amazon Web Services can be found at http://www.amazon.com/webservices

I hope you find this a useful tool for the development of your web services.
Have fun!
