[Catalyst] Soaping up Catalyst
Sebastian Riedel
sri at oook.de
Thu Aug 18 21:10:25 CEST 2005
Am 18.08.2005 um 19:33 schrieb Matt S Trout:
> On Thu, Aug 18, 2005 at 07:21:09PM +0200, Sebastian Riedel wrote:
>
>>> Right, you should probably make the SOAP plugin handle SOAP
>>> attributes.
>>>
>>
>> I disagree, the XMLRPC plugin redispatches to a single class, so just
>> have two different controllers for soap and xmlrpc and it's all
>> save. :)
>>
>
> Actually, with a bit of playing shouldn't it be possible to have one
> controller that will accept methods over SOAP *and* XMLRPC
> depending on the
> endpoint used?
They don't share that much common code, so i guess it would be nicer
to have two plugins.
Wonder if anyone's intersted enough in SOAP support to implement it,
cause it's going to be a PITA. ;)
--
sebastian
More information about the Catalyst
mailing list