Alright, thank you for answering. I also posted this one after I got a little smarter about the authentication/authorization dilemma.
http://p2p.wrox.com/topic.asp?TOPIC_ID=32962
Previously, I have never dealt with authentication/authorization related to web services, so do not know how it works. Moreover, I would like it to work with Mono as you can see in the above thread.
By passing a token for each method call can't fake users just do brute force attacks faking the token? Try different tokens, or im I way off? Web services are pretty much to be considered stateless unless sessions are used, and that is what you mean when you mention cookies right?
As I described in the above link I found some stuff about passing the user credentials in the header and I later found this article...
http://archive.devx.com/security/art...602/ps0602.asp
... which I have thought about. However, I have a time limit on my project. Deadline on August 1st, why I probably will not get time for implementation. Will perhaps try the SOAP header solution in the above article later.
Jacob.