> home
> Documentation
> Modules
WebService
In OpenLaszlo WebServices are only supported in proxied Modus out of the Box. So you need another Proxy-Layer to connect,
LaszloSWF->Proxy-Layer->Soap-Service
The oslmon uses the nusoap ( http://sourceforge.net/projects/nusoap/
) php-lib for connecting to WebServices. There have been some slight modifications of nusoap neccesary to make it PHP5 compatible.
JIRA-Module
How to connect to JIRA --> activate the JIRA-SOAP-Gateway (JIRA > v.3.0 ):
The JIRA Modul uses WebServices to get the JIRA Issues in the oslmon. JIRA has a WebService-Gateway out of the Box since JIRA 3.0 but you need to activate it in the JIRA's Administration ( http://confluence.atlassian.com/display/JIRA/JIRA+XML-RPC+Overview
). You can check your/any JIRA if you browse to the url http://The-JIRA-Domain:JIRA-PORT/rpc/soap
. If it isn't activated you will recieve an message like " javax.servlet.ServletException: Remote API not activated for this JIRA installation." or if its already activated you'll get a list of availible functions. You can see a full list of availible Remote-Function of JIRA-SOAP-Service here: JIRA-latest/allServices
What is the basic configuration to load the JIRA tasks in oslmon:
4 config-params are needed to auth and load JIRA-Issues:
- URL of JIRA-Gateway ( normaly http://The-JIRA-Domain:JIRA-PORT/rpc/soap/jirasoapservice-v2?wsdl
)
- User and Password of an JIRA-User
- Create at least one Filter with that user ( see JIRA docs about Filters: http://www.atlassian.com/software/jira/docs/latest/issue_filters.html
)
- Choose which Issues should be displayed be choosing a Filter in oslmon
Optional you can specify a name and a url for the JIRA-Service to be displayed in oslmon.
Screens of the JIRA-Wizzard
How-To add a new JIRA-COnnection