PMES Web Service API user guide:


1. Configuration

- NOTE: The following commands require Internet connection.

1.1 Import PMES public certificate

- Add into the Java default keystore the PMES public certificate exported during the PMES framework installation guide:

1.2. Check PMES Service connection

- Check that the process has been done successfully by importing the service WSDL. If everything goes smooth, you are ready to start using the WS API.


2. Using the PMES WS API

- Add into your Maven project pom.xml file the following dependency and the BSC repository.

- NOTE: Remember that ${pmes.version} should correspond to the version of your PMES Service.

2.1 Add the BSC maven repository

    <repository>
          <id>grid-repo</id>
	  <url>http://compss.bsc.es/artifactory/grid-devel-repo</url>
    <repository>

2.2 Import the API library

    <dependency>
          <groupId>com.bsc.pmes</groupId>
	  <artifactId>pmes-api</artifactId>
          <version>${pmes.version}</version>
    <dependency>

2.3 Use the WS API into your project

- Now the WS API could be used within your project or embeeded client. You could find some more information about the API operations on the API documentation.


3. Additional information

3.1 Running the PMES sample client

TBD


NOTE: In case of finding any issue during the installation process do not hesitate to contact us at out support mailing list. To join send an e-mail to support-compss-join@bsc.es