[BULK] - [Catalyst] Catalyst and SOAP?
Mesdaq, Ali
amesdaq at websense.com
Mon Mar 19 17:47:59 GMT 2007
You could just have your soap app as a cgi script. I use soap a lot in
that method and it works perfectly. What I do is I make a intemediary
module that exposes methods in other modules. This way I can control
which methods I want exposed and don't have to expose the whole thing.
And if your accessing a .net soap service you just have to make a small
change in your request string and you have to handle the data you
receive more specifically.
------------------------------------------
Ali Mesdaq
Security Researcher
Websense Security Labs
http://www.WebsenseSecurityLabs.com
------------------------------------------
-----Original Message-----
From: Matthieu Codron [mailto:matthieu at codron.org]
Sent: Sunday, March 18, 2007 12:02 PM
To: catalyst at lists.rawmode.org
Subject: [BULK] - [Catalyst] Catalyst and SOAP?
Hi everyone,
I'm looking for the best strategy to mix a traditional Catalyst web app
and SOAP web services.
I just would like to quickly expose some actions as web services.
However, I just could not find a Catalyst-ic way to do that (found
Catalyst::Plugin::Server but I'm not sure how to use that one).
For now, I seems that I will need to operate a separate application
(using Apache::SOAP for example) for enabling web services.
As for the "Why SOAP?" question, I'm trying to communicate with a .Net
client application. Since accessing a Web Service in .Net is a
point-and-click operation, it was a no-brainer ... until I saw the
serverside problems, that is :)
Any ideas?
--
Matthieu Codron
matthieu at codron.org
_______________________________________________
List: Catalyst at lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
More information about the Catalyst
mailing list