[Xml-compile] Re: XML::Compile::SOAP
Gert Doering
gert at space.net
Fri Jul 17 21:06:48 GMT 2009
Hi,
On Fri, Jul 17, 2009 at 07:19:20PM +0200, Mark Overmeer wrote:
> You could probably implement it via mod_perl. Question is what you save
> with that: then you do not use much of Apache, but mainly run Perl. The
> part of Apache which you do use can be implemented in Perl in a dozen
> or so lines of code. Then you do not get the complications of mod_perl
> either.
This brings up interesting questions. Assume you have an existing web
server that needs to hand out "other stuff" (cgi, static pages, ...)
and you need to do SOAP server functionality on the same machine, and
due to firewall (or whatever) reasons cannot do it on a different port.
What would the recommended approach be? Use Apache mod_proxy to
proxy incoming SOAP calls to a different port on the local machine, and
have a perl daemon with XML::Compile::SOAP::HTTPDaemon listen to that?
Being curious... (right now we use SOAP::Lite for this part of the
system, but having to maintain boath XML::Compile::SOAP and SOAP::Lite
on the same machine is a bit stupid)
regards,
Gert Doering
-- NetMaster
--
Total number of prefixes smaller than registry allocations: 128645
SpaceNet AG Vorstand: Sebastian v. Bomhard
Joseph-Dollinger-Bogen 14 Aufsichtsratsvors.: A. Grundner-Culemann
D-80807 Muenchen HRB: 136055 (AG Muenchen)
Tel: +49 (89) 32356-444 USt-IdNr.: DE813185279
More information about the Xml-compile
mailing list