in reply to Convert Perl module to Web Service?

Take a look at SOAP::WSDL , JSON::RPC or CORBA ( but I can't recommend you any module as I haven't toy with it).

My preference on any of these would depend on the type of application you're trying to build, whether it will be internal only or published to the internet

  • Comment on Re: Convert Perl module to Web Service?