Cerca

Search results

Getting Started Building a SOAP Driver for IDM - Part 7

... <modify-attr attr-name="nspmDistributionPassword"> node gets trapped, and converted into a <modify-password> event. This ... a couple of useful hints. If you see a <created> node under the <upsertResponse> node, then you can tell if the user was ...

Article - geoffc - 4 Apr 2011 - 5:38pm - 0 comments - 1 attachment - 3 groups

Getting Started Building a SOAP Driver for IDM - Part 8

... a directSOQL function, which takes the <read-attr> node value string and uses that as the SOQL call. This was VERY useful for ... document that had a <urn:getServerTimestampResponse> node in it just like I had a rule to handle <urn:queryResponse> XML ...

Article - geoffc - 4 Apr 2011 - 5:37pm - 0 comments - 1 attachment - 3 groups

Error Codes of the SOAP Driver - Part 1

... You can see from the XML that the <statusCode> node tells us it is a custom field validation error, and from the <message> node, you can see specifically that you cannot have a blank DP_1__c field. ... of type="Contact", and that we have an <Id> node (since we said a line or two before that the externalIDFieldName was Id) ...

Article - geoffc - 4 Apr 2011 - 5:36pm - 0 comments - 1 attachment - 3 groups

Getting Started Building a SOAP Driver for IDM - Part 9

... inside. based on the results, so that for each <Id> node in the response, build a <sync> event, node by node, just like we did for building the SOAP documents needed in the ...

Article - geoffc - 4 Apr 2011 - 5:35pm - 0 comments - 1 attachment - 3 groups

Error Codes of the SOAP Driver - Part 2

... HR driver: http://www.novell.com/communities/node/9271/error-codes-sap-hr-driver-identity-manager-part-1 User App: http://www.novell.com/communities/node/11931/user-app-soap-integration-activity-interesting-errors SOAP: ...

Article - geoffc - 4 Apr 2011 - 5:34pm - 0 comments - 1 attachment - 2 groups

Using SOAP to terminate a running workflow - Part 1

... no approval workflow, and between the Start and Finish node, you need to drag in an Integration activity from the palette. Now to ...

Article - geoffc - 4 Apr 2011 - 5:19pm - 0 comments - 1 attachment - 3 groups

Open Call: What Can You Do in XSLT that You Cannot Do in DirXML Script?

... XML in an <nds> and then a <input> node , then Policy is fine managing it. I have an enhancement request ...

Article - geoffc - 4 Apr 2011 - 5:17pm - 5 comments - 1 attachment - 3 groups

Using SOAP to terminate a running workflow - Part 2

... to select functions for setAttribute and to pick the node in the XML document and what not. ... XPATH the current context is the current operation node. That is, for an <add> event, the XPATH is not nds/input/add/add-value to select the <add-value> node, rather it is just plain add-value since the current context is already at ...

Article - geoffc - 4 Apr 2011 - 5:16pm - 0 comments - 2 attachments - 3 groups

Let's talk some more about Packages in Designer 4 - Part 6

... transformation template --> <xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates ...

Article - geoffc - 4 Apr 2011 - 5:09pm - 0 comments - 2 attachments - 3 groups

Active Directory Driver, Catch Move Subtree's Block, and Reset

... The src-dn in the <move> node is the objects current location, after the move, and the DN specified in the <parent> node would be the location it came from. Then you could just select the value of the parent node with XPATH and use that to reverse the move, easy peasy. It would look ...

Article - geoffc - 4 Apr 2011 - 5:07pm - 3 comments - 1 attachment - 3 groups

© 2013 Novell