TEST SUITE FOR THE USER PROFILE ACCESS SERVICE
-----------------------------------------------------------
-Author
* Panagiota Koltsida - NKUA - p.koltsida@di.uoa.gr

-Build

Dependencies: gCore, org.gcube.personalization.userprofileaccess.stubs

Compile: javac UserProfileAccessServiceClient.java

-Run

UserProfileAccessServiceClient

Syntax: The client has 3 parameters
* 1) <scope> (e.g. /gcube/devsec)
* 2) The URI of the Running Instance for that scope (e.g. http://dl15.di.uoa.gr:8091/wsrf/services/gcube/personalization/userprofileaccess/UserProfileAccessFactory)
* 3) The username of the user (profile to be edited or created) (e.g. testUser)

Example:
java UserProfileAccessClient.UserProfileAccessServiceClient /gcube/devsec http://dl15.di.uoa.gr:8091/wsrf/services/gcube/personalization/userprofileaccess/UserProfileAccessFactory testUser
