Advertisement
robgonsalves

IPWS Search()

Oct 15th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.19 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>uuuu</typ:Username>
  5.          <typ:Password>pppp</typ:Password>
  6.       </typ:UserCredentials>
  7.    </soapenv:Header>
  8.    <soapenv:Body>
  9.       <typ:Search>
  10.          <typ:InterplayPathURI>interplay://WGC/Projects</typ:InterplayPathURI>
  11.          <typ:SearchGroup Operator="AND">
  12.             <typ:AttributeCondition Condition="CONTAINS">
  13.                <typ:Attribute Group="SYSTEM" Name="Path">/Projects/HBO/Veep/060a2b340101010101010f0013</typ:Attribute>
  14.             </typ:AttributeCondition>
  15.             <typ:AttributeCondition Condition="EQUALS">
  16.                <typ:Attribute Group="SYSTEM" Name="Type">masterclip</typ:Attribute>
  17.             </typ:AttributeCondition>
  18.          </typ:SearchGroup>
  19.          <typ:ReturnAttributes>
  20.             <typ:Attribute Group="USER" Name="Display Name"/>
  21.             <typ:Attribute Group="SYSTEM" Name="Type"/>
  22.             <typ:Attribute Group="SYSTEM" Name="Path"/>
  23.          </typ:ReturnAttributes>
  24.       </typ:Search>
  25.    </soapenv:Body>
  26. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement