Does SOAP::Lite can be used for creating document/literal web services ? While it does support writing clients for an existing document/literal web services I cannot find how to created a document/literal server.
Is there any other module that enable this ?, it will also be helpful if there is a simple way to generate the WSDL for such a service, I tried using POD::WSDL, but the other side could not access it (while using SOAP::Lite I can use the WSDL)
Thanks