SOAP API - setExtensionPoints
The table summarizes the SOAP API - setExtensionPoints.
Request | Uses the setExtensionPoints element (from the OrgModelService schema) |
Parameter notes | Use getOrgModel with the include-ext-points parameter set to "true" to get parameters needed for setExtensionPoints. |
Response | Returns a setExtensionPointsResponse element (from the OrgModelService schema) |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:org="http://orgmodel.api.de.bpm.tibco.com"> <soapenv:Header/> <soapenv:Body> <org:setExtensionPoints> <ext-point model-version="1" ext-point-guid="_6dgpoGDiEeOXirad8gzrtg" ldap-alias="easyAs" base-dn="ou=AllEmployees" query="(objectclass=organizationalUnit)" search-scope="SUBTREE" ldap-attribute="ou"> <instance-id-attr name="Town" ldap-attribute="location"/> <instance-id-attr name="County" ldap-attribute="county"/> <instance-id-attr name="PostCode" ldap-attribute="zip"/> </ext-point> </org:setExtensionPoints> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <setExtensionPointsResponse xmlns="http://orgmodel.api.de.bpm.tibco.com"/> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.