By using the provided test client, wsutil.jar, you can test your
IBM Relationship Resolution Web services installation and configuration.
Before you begin:
- Web services must be installed.
- Make sure the WebSphere Application Server is running.
- The application server should have at least one pipeline configuration
file configured for Web services pipelines.
- Make sure that the webservices.properties file is configured with the
correct pipeline URL setting. This Web services pipeline must be running.
- Create at least one test UMF input document to use during testing.
Procedure:
- On the WebSphere Application Server, go to the directory that contains
the wsutil.jar. This file is usually located at installation_root/was_ee/webservice/wsutil.jar
- At a command line from this directory, enter the wsutil.jar command
syntax for the operation you want to perform: java -jar
wsutil.jar –-<SOAP method>=<URI> --input=<URL> –-output=<URI>
Example of testing the Web services load method
The
following wsutil.jar command loads records from a UMF file named "raw_entities.umf "and
saves the results to a UMF file named "results.umf":
java -jar wsutil.jar --load=http://localhost:13510/easws/services/SRDWebService --input=raw_entities.umf --output=results.umf