MACOW Ξ Mandatory Access Control on Open Worlds

PIP Client Description

This library provides remote access to PIP WS-Service. The way in which it is used is the following:

[1] PIPServiceService pdp = new PIPServiceService( …)
[2] PIPService s = pdp.getPIPServicePort();
[3] s. …

Line 1 creates a manager to PIP WS-Service. This constructor requires tree different parameters.

A) URL in which PIP WS-Service has been deployed.
B) Namespace of that service.
C) PIP Service name.

A) it should be analogous to " http://localhost:9000/PIPServiceService?wsdl " replacing the bold letters to the correct values.
B) It should be exactly " http://pip.macow.umu.org/"
C) It should be exactly “PIPServiceService”.

Line 3 uses “s” var providing all the PIP services.

The distribution contains all the library dependence under \libs\ folder.