Integration with Other Applications > Integrated Software Management > PTC Windchill Integration for Software Build Tools Developer's Guide > Using the Windchill Integration for Software Build Tools Commands > Example of a Software Build Tools Configuration File
  
Example of a Software Build Tools Configuration File
In the following example, the configuration file creates a new document and uploads the primary content.
<services>
<service>
<ServiceName>CreateAndUpload</ServiceName>
<ContainerType>PRODUCT</ContainerType>
<ContainerName>GOLF_CART</ContainerName>
<ObjectType>SWBuild</ObjectType>
<ObjectName>TestSWBuild</ObjectName>
<Location>Test Folder</Location>
<Filename>d:\full_path_to_location\upload.zip</Filename>
<IsPrimary>true</IsPrimary>
</service>
</services>