Message 1 of 9
Not applicable
10-10-2013
05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am interacting with Vault 2014 using the SOAP API and the FindItemRevisionsBySearchConditions operation. Reading the WSDL, I believe that the following XML is valid:
<env:Envelope xmlns:lol0="http://AutodeskDM/Services/ItemService/1/20/2011/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header> <lol0:SecurityHeader> <lol0:Ticket>d57edeba-1919-40e3-b397-e4aec5fd8593</lol0:Ticket> <lol0:UserId>3</lol0:UserId> </lol0:SecurityHeader> </env:Header> <env:Body> <lol0:FindItemRevisionsBySearchConditions> <lol0:searchConditions> <lol0:SrchCond PropDefId="264" SrchOper="1" SrchTxt="7103-1201" PropTyp="AllProperties" SrchRule="Must"/> <lol0:SrchCond PropDefId="59" SrchOper="1" SrchTxt="Work" PropTyp="SingleProperty" SrchRule="Must"/> </lol0:searchConditions> <lol0:bRequestLatestOnly>true</lol0:bRequestLatestOnly> </lol0:FindItemRevisionsBySearchConditions> </env:Body> </env:Envelope>
However, I receive error 137 (illegal input params) whenever I have any SrchCond elements, although those elements look well formed to me. Does anybody have any examples of a valid request, or is there something I'm missing in the request?
Thanks,
Louis
Solved! Go to Solution.