Advertisement
Guest User

CreateSubclip Test

a guest
Jun 19th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.76 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://avid.com/interplay/ws/assets/types">
  2.    <soapenv:Header>
  3.       <typ:UserCredentials>
  4.          <typ:Username>uuu</typ:Username>
  5.          <typ:Password>ppp</typ:Password>
  6.       </typ:UserCredentials>
  7.    </soapenv:Header>
  8.    <soapenv:Body>
  9.       <typ:CreateSubclip>
  10.          <typ:MasterclipURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-00000009adf5e89b-060e2b347f7f-2a80</typ:MasterclipURI>
  11.          <typ:SubclipPathURI>interplay://WGC/Catalogs/MyClips/TestFolderJoe/</typ:SubclipPathURI>
  12.          <typ:Name>Test Subclip</typ:Name>
  13.          <typ:StartingOffset>10</typ:StartingOffset>
  14.          <typ:Length>20</typ:Length>
  15.          <typ:Attributes>
  16.             <typ:Attribute Group="USER" Name="Tape">FileXfer_20Secs</typ:Attribute>
  17.             <typ:Attribute Group="USER" Name="Field Ordering">Default</typ:Attribute>
  18.          </typ:Attributes>
  19.       </typ:CreateSubclip>
  20.    </soapenv:Body>
  21. </soapenv:Envelope>
  22.  
  23. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  24.    <soap:Body>
  25.       <CreateSubclipResponse xmlns="http://avid.com/interplay/ws/assets/types">
  26.          <InterplayURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-0000b206030fc287-060e2b347f7f-2a80</InterplayURI>
  27.       </CreateSubclipResponse>
  28.    </soap:Body>
  29. </soap:Envelope>
  30.  
  31. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://avid.com/interplay/ws/assets/types">
  32.    <soapenv:Header>
  33.       <typ:UserCredentials>
  34.          <typ:Username>uuu</typ:Username>
  35.          <typ:Password>ppp</typ:Password>
  36.       </typ:UserCredentials>
  37.    </soapenv:Header>
  38.    <soapenv:Body>
  39.       <typ:GetAttributes>
  40.          <typ:InterplayURIs>
  41.             <typ:InterplayURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-00000009adf5e89b-060e2b347f7f-2a80</typ:InterplayURI>
  42.             <typ:InterplayURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-0000b206030fc287-060e2b347f7f-2a80</typ:InterplayURI>
  43.          </typ:InterplayURIs>
  44.          <typ:Attributes>
  45.             <typ:Attribute Group="SYSTEM" Name="Type"/>
  46.             <typ:Attribute Group="SYSTEM" Name="Tape"/>
  47.             <typ:Attribute Group="SYSTEM" Name="Source ID"/>
  48.             <typ:Attribute Group="USER" Name="Tape"/>
  49.             <typ:Attribute Group="USER" Name="Display Name"/>
  50.             <typ:Attribute Group="USER" Name="Field Ordering"/>
  51.          </typ:Attributes>
  52.       </typ:GetAttributes>
  53.    </soapenv:Body>
  54. </soapenv:Envelope>
  55.  
  56. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  57.    <soap:Body>
  58.       <GetAttributesResponse xmlns="http://avid.com/interplay/ws/assets/types">
  59.          <Results>
  60.             <AssetDescription>
  61.                <InterplayURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-00000009adf5e89b-060e2b347f7f-2a80</InterplayURI>
  62.                <Attributes>
  63.                   <Attribute Name="MOB ID" Group="SYSTEM">060a2b340101010101010f0013-000000-00000009adf5e89b-060e2b347f7f-2a80</Attribute>
  64.                   <Attribute Name="Moniker" Group="SYSTEM">1|EF4A65FA-4B30-4319-808D-AE7D316F5DCB|*|39379|*</Attribute>
  65.                   <Attribute Name="Type" Group="SYSTEM">masterclip</Attribute>
  66.                   <Attribute Name="Tape" Group="SYSTEM">FileXfer_20Secs</Attribute>
  67.                   <Attribute Name="Source ID" Group="SYSTEM">060a2b340101010101010f0013-000000-00000009ad7de89b-060e2b347f7f-2a80</Attribute>
  68.                   <Attribute Name="Display Name" Group="USER">FileXfer_20Secs</Attribute>
  69.                   <Attribute Name="Field Ordering" Group="USER">Default</Attribute>
  70.                </Attributes>
  71.             </AssetDescription>
  72.             <AssetDescription>
  73.                <InterplayURI>interplay://WGC?mobid=060a2b340101010101010f0013-000000-0000b206030fc287-060e2b347f7f-2a80</InterplayURI>
  74.                <Attributes>
  75.                   <Attribute Name="MOB ID" Group="SYSTEM">060a2b340101010101010f0013-000000-0000b206030fc287-060e2b347f7f-2a80</Attribute>
  76.                   <Attribute Name="Moniker" Group="SYSTEM">1|EF4A65FA-4B30-4319-808D-AE7D316F5DCB|*|46652|*</Attribute>
  77.                   <Attribute Name="Type" Group="SYSTEM">subclip</Attribute>
  78.                   <Attribute Name="Source ID" Group="SYSTEM">060a2b340101010101010f0013-000000-00000009ad7de89b-060e2b347f7f-2a80</Attribute>
  79.                   <Attribute Name="Tape" Group="USER">FileXfer_20Secs</Attribute>
  80.                   <Attribute Name="Display Name" Group="USER">Test Subclip</Attribute>
  81.                   <Attribute Name="Field Ordering" Group="USER">Default</Attribute>
  82.                </Attributes>
  83.             </AssetDescription>
  84.          </Results>
  85.       </GetAttributesResponse>
  86.    </soap:Body>
  87. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement