Subject is my real question but i wonder that another issue about web services.
What is the key points of web services to return something?
- Serializable (Because everything converts to XML before adding them to SOAP Message)
- ? (What should i do for generic class)
- ?? (How can i put everything (which are serializable classes) to one return type like Object type)
- ??? (How can i pass exceptions over Web Services?)