I have a problem with documenting my web service API. It is written in Java, then I use java2wsdl
go generate wsdl file, etc.
How do I create a documentation for this? I need some documentation that I could give to the user. Do I document my initial Java code?
How should it be done?