Package com.mayam.wf.ws.client
Class TasksTest
java.lang.Object
com.mayam.wf.ws.client.TasksTest
Utility class used to check the validity of an API base URL, availability of
the webservices at said URL and basic client/server compatibility
verification.
Example execution:
java -jar tasks-ws-client-jar-with-dependencies.jar http://localhost:8080/tasks-ws
- Author:
- Markus MÃ¥rtensson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createAssetTest
(TasksClient client, AssetType item, String[] args) static AttributeMap
getAssetTest
(TasksClient client, AssetType assetType, String id) static void
Connects to the test web service and runs the calls within.static void
-
Constructor Details
-
TasksTest
public TasksTest()
-
-
Method Details
-
main
Connects to the test web service and runs the calls within.- Parameters:
args
- args[0] is the mandatory base URL and the only argument used.- Throws:
RemoteException
Timecode.InvalidTimecodeException
-