To run the SOAP IFW requests using Java™ client,
complete this procedure.
Procedure
- Create the client by running the following:
wsimport
-d <workspace>\MDMIFWWSClient\src -keep -verbose
<workspace>\MDMIFWMappingSample\AdditionalResources\wsdl\IFW_WS_FourServices.wsdl
- 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")
- Call the method
method4recordInvolvedParty() to add new or update existing records.
- Call the method
method4RetrieveInvolvedPartyRequest() to retrieve the records. Note: The IFWWSClient should
be run as a Java application.