Development

Changeset 8403

You must first sign up to be able to contribute.

Changeset 8403

Show
Ignore:
Timestamp:
04/10/08 23:16:06 (6 months ago)
Author:
chrisk
Message:

[ckWebServicePlugin] updated README and package.xml to plugin version 1.2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ckWebServicePlugin/trunk/README

    r8152 r8403  
    4545        # set the persistence mode [optional] 
    4646        persist: %SOAP_PERSISTENCE_SESSION% 
     47        # set wether or not action views should be rendered as normal [optional] 
     48        render: off 
    4749        # set the custom method every action class implements to get the result of the action [optional] 
    4850        result_callback: getSoapResult 
     
    7274          - second 
    7375          - ... 
     76      # set for each action wether or not action views should be rendered as normal, if this isn't set for an action the value from `ck_web_service_plugin: render` in `app.yml` is used 
     77      soap_render_map: 
     78        # the action name [mandatory] 
     79        test: on 
    7480      # the name of the action member, which contains the result [optional] 
    7581      soap_return_key: result_key 
     
    204210   
    205211  This default getter has the following behavior: 
    206   * if only one variable exists in the actions parameter holder (set via ''$actionInstance->var = 'some value';''), this variable is returned 
    207   * if a default key into the parameter holder is configured using ''soap_return_key'' in the ''module.yml'' ('''Attention:''' if this is not configured ''result'' is assumed) and this key exists its corresponding value is returned 
    208   * if both approaches fail nothing is returned  
     212  * when rendering is enable for the action (depending on configuration in ''module.yml'' and ''app.yml''): 
     213    * the rendered view is returned 
     214  * when rendering is disabled: 
     215    * if only one variable exists in the actions parameter holder (set via ''$actionInstance->var = 'some value';''), this variable is returned 
     216    * if a default key into the parameter holder is configured using ''soap_return_key'' in the ''module.yml'' ('''Attention:''' if this is not configured ''result'' is assumed) and this key exists its corresponding value is returned 
     217    * if both approaches fail nothing is returned  
    209218 
    210219  The described mechanism should be an easy to use, but powerfull way for you to get the result of an action. 
     
    245254 
    246255  * decide how to handle redirects 
    247   * add the posibility to choose wether rendering is bypassed or not (per app / per module / per action) 
    248256  * switch to symfony 1.1 (change the ''build-wsdl'' task, ...) 
    249257  * write tests 
  • plugins/ckWebServicePlugin/trunk/package.xml

    r8153 r8403  
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2008-03-29</date> 
     13 <date>2008-04-10</date> 
    1414 <version> 
    15   <release>1.1.3</release> 
    16   <api>1.1.3</api> 
     15  <release>1.2.0</release> 
     16  <api>1.2.0</api> 
    1717 </version> 
    1818 <stability>