[Catalyst] Soaping up Catalyst

Andy Grundman andy at hybridized.org
Thu Aug 18 17:11:36 CEST 2005


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



More information about the Catalyst mailing list