Skip to content

Instantly share code, notes, and snippets.

@federecio
Created November 22, 2011 14:15
Show Gist options
  • Select an option

  • Save federecio/1385752 to your computer and use it in GitHub Desktop.

Select an option

Save federecio/1385752 to your computer and use it in GitHub Desktop.
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:sfdc="http://www.mulesoft.org/schema/mule/sfdc"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/sfdc
http://www.mulesoft.org/schema/mule/sfdc/4.0/mule-sfdc.xsd">
<sfdc:config username="YOUR_USER" password="YOUR_PASSWORD" securityToken="YOUR_TOKEN"/>
<!-- here goes your flows and more configuration elements -->
</mule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment