Example: Get

The following example shows a launcher configuration that specifies a launcher item to trigger a Google search.

Note POST HTTP Requests are not supported due to issues with security that occur when executed across multiple Web application servers. However, if the target of the POST request is on the same Web application server instance as Service Request Catalog, these security issues are not present.

<launcher displayOrder="2" launcherId="getLauncher" showLogoBox="true" showLogoDropShadow="true" > <logo>test2_app.png</logo> <titleKey>get_launcher_title</titleKey> <descriptionKey>get_launcher_description</descriptionKey> <launcherType>APP</launcherType> <fields> <field fieldId="q"> <labelKey>get_search</labelKey> <type>TEXT</type> <defaultValueKey>get_search_value</defaultValueKey> </field> </fields> <action> <labelKey>get_action_label</labelKey> <link> <![CDATA[http://www.google.com/search]]> </link> <method>GET</method> </action> </launcher>