Sun Identity Manager 8.1 Web Services

runForm Example

The following example shows the typical format for a runForm request.


Example 1–12 runForm Request


ExtendedRequest req = new ExtendedRequest();
req.setOperationIdentifier("runForm");
req.setAttribute("form", "SPML Get Object Names");
ExtendedResponse res = (ExtendedResponse) client.send(req);

where form is the name of a configuration object containing a form.