|
Posted by RedGrittyBrick on May 25, 2007, 7:09 pm
Please log in for more thread options
sonet wrote:
> I can use SOAP::Lite to build a soap server.
> And use the SOAP::Lite to write the soap client.
> But a .Net guy say that he need a WSDL file.
> I have no idea how to generate the WSDL file.
use POD::WSDL;
|