Dashboard > OSL Monitor > ... > Modules > WebServices
OSL Monitor Log In   View a printable version of the current page.
WebServices
Added by SebastianWagner, last edited by SebastianWagner on Aug 23, 2006  (view change)
Labels: 
(None)

> 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:

  1. URL of JIRA-Gateway ( normaly http://The-JIRA-Domain:JIRA-PORT/rpc/soap/jirasoapservice-v2?wsdl )
  2. User and Password of an JIRA-User
  3. Create at least one Filter with that user ( see JIRA docs about Filters: http://www.atlassian.com/software/jira/docs/latest/issue_filters.html )
  4. 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

 

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators