Hi Rahed,
SOAP::Lite does not publish WSDL documents from a service.
The long explanation is that due to perl being a weakly typed
language, it's not possible (without additional tricks) to
build WSDL documents from a perl web service like in Java or .NET.
The short is that this feature does not exist in SOAP::Lite
You'll have to add them as standard webserver document.
Best regards,
Martin
Am Mittwoch, den 08.12.2010, 11:58 +0100 schrieb rahed:
> Hello,
>
> I use SOAP::Lite server over http and need to publish the wsdl
> document in the server.
> The document should be rendered by the browser at a port where the web
> service is available.
>
> The path should by something like
>
> http://host:7777/wsdldoc?WSDL
>
> Some other web services frameworks use this but with SOAP::Lite I don't
> know how to implement this functionality.
>
> Any hint?
>
> Thank you much.
>
|