Create job from response
Specifies whether RICOH ProcessDirector creates a job from every response or only from an XML element or JSON object that
matches an expression.
Values:
- Always (default)
- RICOH ProcessDirector creates a job from every response. Each job contains the entire response. If the Response pattern to match property has an expression, RICOH ProcessDirector ignores it.
- Only when response pattern matches
- RICOH ProcessDirector creates a job each time that it finds an XML element or JSON object that matches the expression in the Response pattern to match property. For example, if RICOH ProcessDirector finds 3 matching elements, it creates 3 jobs. Each job contains the matching element or object and all the elements or objects nested within it. If the response contains no matching element or object, RICOH ProcessDirector does not create a job.
- Database name
- WebService.CreateJobFromResponse
Usage note: SOAP web service input devices support XML. REST web service input devices support both XML and JSON.