In the SOAP client, create a REST project with the resource URL. For example: http://localhost:port/eml/rest/records/{repositoryName}/addModifyRecord
In the request parameter, add the
activityMode parameter. For example:
activityMode=Add Modify or Lookup Only and style=Query
generatedService=true and style=Query
apiVersion=2.0 and style=Header
In the request body section, set the media type to
application/json.
Add the content of the sample request to request body.
Running AddModify Modes with Attachment Samples
In the SOAP client, create a REST project with the resource URL. For example: http://localhost:port/eml/rest/records/{repositoryName}/addModifyRecordWithAttachment
In the request parameter, add the
activityMode parameter. For example:
activityMode=Add Modify and style=Query
generatedService=true and style=Query
apiVersion=2.0 and style=Header
newRecord=<payload from the samples request> and style=Query
In the request body section, set the media type to
multipart/form-data.