Skip to content

Instantly share code, notes, and snippets.

@albinkjellin
Created January 27, 2012 20:49
Show Gist options
  • Save albinkjellin/1690852 to your computer and use it in GitHub Desktop.
Save albinkjellin/1690852 to your computer and use it in GitHub Desktop.
Get Customer Id:s Flow
<flow name="main">
<http:inbound-endpoint host="localhost" port="8081" path="testintacct" exchange-pattern="request-response"/>
<intacct:get-list functionControlId="#[mule:message.id]"
obj="customer">
<intacct:fields
ref="#[groovy:[ ['value':'customerid']]]"/>
</intacct:get-list>
<mule-xml:object-to-xml-transformer/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment