Integration mit anderen Anwendungen > Integrierte Software-Verwaltung > Entwicklerhandbuch für PTC Windchill Integration for Software Build Tools > Windchill Integration für Software Build Tools-Befehle verwenden > Beispiel für eine Software Build Tools Konfigurationsdatei
  
Beispiel für eine Software Build Tools Konfigurationsdatei
Mit der Konfigurationsdatei im folgenden Beispiel wird ein neues Dokument erstellt und der Hauptinhalt hochgeladen.
<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>