Do cocoon 2.1 have :

1) an input module that can perform an HTTP GET request 

..and just return response-body as pure text.

Sample use:
..
<map:select type="parameter" >
<map:parameter name="parameter-selector-test" value="{http:{my-url}}"/>
                                
                                <map:when test="true">                  
                                        <!-- redirect -->
                                </map:when>
                                
                                <map:otherwise> 
                                        <!-- do somethin else -->
                                </map:otherwise>
                                
                        </map:select>

-- 
View this message in context: 
http://www.nabble.com/http-client-as-input-module-tp21089499p21089499.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to