blob: 68f80e9942b0d2a5011fdf56bb8fa84dba83b30e [file] [log] [blame]
The jUDDI TCK Runner is a standalone application used for performing live tests on a UDDI server.
Features
-supports UDDI and HTTP style authentication
-has test cases for the majority of the UDDI endpoints
-has test cases for jUDDI specific endpoints
Notes:
-This application will start a web service using Jetty.
-The hostname of the machine running the test must be resolvable by the UDDI server
-This application requires a number of usernames and passwords for users accounts used on the UDDI server. You'll have to create them ahead of time
-This application will optionally access a SMTP mail server and scan for subscription alerts send by a UDDI server, if supported
-Endpoint URLs are loaded from uddi.xml
-If you are running this against jUDDI and want to setup a temporary mail server, try hMail. A sample server config is provided
Exexcute using the following command
java -Duddi.client.xml=uddi.xml -jar juddi-tck-runner-3.3-SNAPSHOT-jar-with-dependencies.jar
This application SHOULD have a net zero effect on the registry, however it is recommended to make a backup of your registry server, database and/or content before proceeding.