IM InfoSphere Identity Insight, Version 8.0

Testing Web services

By using the provided test client, wsutil.jar, you can test your IBM InfoSphere Identity Insight Web services installation and configuration.

Before you begin

Procedure

  1. On the embedded WebSphere Application Server, go to the directory that contains the wsutil.jar. This file is usually located at installation_root/ewas/webservice/wsutil.jar
  2. 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


Feedback

Last updated: 2011