Getting the WSDL Files

The WSDL files contain all the information the client application requires to connect to the RPM Web Services.

The following two WSDL files are retrievable from the Websphere EAR file or from the Tomcat JAR file:

From the EAR file

To get the WSDL files from the EAR file:

  1. Extract the EAR file.

    This will produce a file called rpm-web-services.war.

  2. Extract the rpm-web-services.war file.
  3. Go to the WEB-INF/wsdl folder of the extracted rpm-web-services.war.
  4. Take the Authenticate.wsdl file and edit the last section to match the connection URL of your server. <wsdlsoap:address location="http://my.server.url:9080/rpm/services/Authenticate"/>
  5. Take the Application.wsdl file and edit the last section to match the connection URL of your server.<wsdlsoap:address location="http://my.server.url:9080/rpm/services/Application"/>