Web Services Toolkit
For your convenience, the Web Services Toolkit is provided to decrease Web service application development time.
Access Toolkit
To access the Toolkit, use your Web browser to navigate to the following URL:
<Host>:<Port>/itg/download/webservice/webservice_toolkit.zip
The files are archived in Zip format and must be extracted before they can be used. The files can be copied to your local PC or workstation—they do not have to be installed on a PPM Server.
There are many ways to create client applications. The Toolkit provides copies of the WSDL and XSD files, along with several libraries, so that you can concentrate on your application's logic rather than worry about the framework.
Toolkit Contents
Although Web services can be implemented using numerous languages, the Toolkit currently provides only Java and .NET examples. These are included in the Toolkit in the following directories:
-
java -
MicrosoftDotNet
java Directory
The Java-specific directory in the Toolkit includes the following directories and files:
-
bincontains the scripts to set up the compiling and execution environment. -
client-
src -
examplescontains subdirectories with code samples which can be used as starting point for developing custom client program logic.odmcontains an example for Demand Management.ofmcontains an example for Financial Management.opfmcontains an example for Portfolio Managementopgmcontains an example for Program Managementopmcontains an example for Project Management.ormcontains an example for Resource Management.otmcontains an example for Time Management.osecuritycontains an example of the callback handler.
-
-
confcontains example configuration files which are required for authentication—these typically require modification. -
docs-
javadoc_7.5.zipcontains all the OpenText PPM version 7.5 javadocs. -
javadoc_6.0.zipcontains the javadocs for the Mercury IT Governance Center version 6.0 and OpenText PPM version 7.0 implementations.
-
-
libsubdirectories include all the required libraries for compiling and executing the client code, including thewebservice_client.jar, which is the stubs generated from WSDL. -
modulescontains the rampart and addressing libraries.
MicrosoftDotNet Directory Content
The .NET-specific directory of the Toolkit includes the following directories and files:
-
DemandServiceTestcontains an example for Demand Management-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostDemandServicecontains WSDL, XSD, and data source files.
-
-
FinancialDataTestcontains an example for Financial Management (Financial Data)A-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostFinancialDatacontains WSDL, XSD, and data source files.
-
-
FinancialSummaryTestcontains an example for Financial Management (Financial Summary)-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostFinancialSummarycontains WSDL, XSD, and data source files.
-
-
ProjectServiceTestcontains an example for Project Management-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostProjectServicecontains WSDL, XSD, and data source files.
-
-
PortfolioServiceTestcontains an example for Portfolio Management-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostPortfolioServicecontains WSDL, XSD, and data source files.
-
-
ProgramServiceTestcontains an example for Program Management-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostProgramServicecontains WSDL, XSD, and data source files.
-
-
TimeServiceTestcontains an example for Time Management-
Propertiescontains Visual Studio and .NET configuration files. -
Web References -
localhostTimeServicecontains WSDL, XSD, and data source files.
-

