[Catalyst] Soaping up Catalyst

Christopher H. Laco claco at chrislaco.com
Thu Aug 18 17:20:14 CEST 2005


Andy Grundman wrote:
> Christopher H. Laco wrote:
>  > Just so I think I understand how it works...the example is a little
> 
>> think on the various options...
>>
>>   * load the XMRPC plugin
>>   * set an entrypoint listener via $c->xmlrpc
>>   * RPC calls to a somemethod get sent to somemethod : Remote
>>
>> I assume that the entrypoint takes care of sending the data back to 
>> the client, bypassing all view handlers in end.
> 
> 
> Yeah, your SOAP request goes to /entrypoint and the real method you are 
> calling must have the custom attribute on it.
> 
>> Back to yesterdays conversation...from the looks of this plugin, you 
>> CAN add custom attributes. I would think a SOAP plugin should NOT use 
>> the same attribute of Remote...that might cause a clash if you wanted 
>> to use both XMLRPC and SOAP in the same app.
> 
> 
> Right, you should probably make the SOAP plugin handle SOAP attributes.
> 
> -Andy
> 

I may just can the whole RPC idea and go RESTful. It's a lot easier when 
it's all said and done.

-=Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3178 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20050818/ccb68934/smime.bin


More information about the Catalyst mailing list