I need some insights regarding the following SOAP::Lite related questions, and would appreciate any help:
1. Does SOAP handle incomming clients cuncurrently? If not, can you suggest a way for adding this property to it? (I'm referring to a daemon based server and not a server that is implemented over cgi)
2. Suppose I have a SOAP server implemented. How do clients know the supported API? I mean: where and how should a client obtain the WSDL specification of the server's API? How does SOAP::Lite generate the WSDL and where is that WSDL being placed?