Running the SOAP IFW requests using Java client

To run the SOAP IFW requests using Java™ client, complete this procedure.

Procedure

  1. Create the client by running the following:
    wsimport
     -d <workspace>\MDMIFWWSClient\src -keep -verbose  
    <workspace>\MDMIFWMappingSample\AdditionalResources\wsdl\IFW_WS_FourServices.wsdl
  2. If you are using the sample client MDMIFWWSClient, browse to class IFWWSClient, modify the WSDL location appropriately.
    For example, if the WSDL is located at C:/WorkSpace/MDMIFWMappingSam-ple/AdditionalResources/wsdl/IFW_WS_FourServices.wsdl on your local system, annotate the client class as @WebServiceRef(wsdlLocation=" file:/c:/Workspace/MDMIFWMappingSample/AdditionalResources/wsdl/IFW_WS_FourServices.wsdl")
  3. Call the method method4recordInvolvedParty() to add new or update existing records.
  4. Call the method method4RetrieveInvolvedPartyRequest() to retrieve the records.
    Note: The IFWWSClient should be run as a Java application.