http://www.perlmonks.org?node_id=214981

filmo has asked for the wisdom of the Perl Monks concerning the following question:

Did a little searching on the site buy didn't see anything.

Interested in creating SOAP wrappers for existing Perl Modules. We're doing some work with PHP and PHP simply doesn't have the same depth of pre-existing classes as does Perl. Rather than reinvent the wheel, it seems like it might be a simple thing to wrap a Perl Module in SOAP and make calls to it that way. (Obviously a little slower than a native PHP class, but will probably do the trick in our circumstances.)

It seems like somebody would have already done this. Can anybody point me in the right direction. Thanks.

Replies are listed 'Best First'.
Re: Quick and Dirty SOAP Wrapper
by merlyn (Sage) on Nov 22, 2002 at 02:09 UTC
    The right direction would be to abandon PHP and use Perl.
Re: Quick and Dirty SOAP Wrapper
by MadraghRua (Vicar) on Nov 22, 2002 at 23:41 UTC