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:
- Authenticate.wsdl
- Application.wsdl
From the EAR file
To get the WSDL files from the
EAR file:
- Extract the EAR file.
This will produce a file called rpm-web-services.war.
- Extract the rpm-web-services.war file.
- Go to the WEB-INF/wsdl folder of the extracted rpm-web-services.war.
- 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"/>
- 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"/>