Getting started UCM webservice XML
I am at a loss. I have this 400 and some page PDF as a guide for UCM and I do not remotely know how to successfully search for documents stored in UCM using the webservice interface.
I can retrieve a document if I know the dID but my users won't know that value so I need to retrieve it in a search.
Where can I find information on constructing the XML to do searches? The wsdl that you get from the UI menu on the UCM admin page doesn't seem correct.
(yes, I have it in an envelope with security header)
<soapenv:Body>
<sear:QuickSearch>
<sear:queryText>dDocTitle like 'Mytest'</sear:queryText>
</sear:QuickSearch>
</soapenv:Body>
Throws:
Cannot find dispatch method for {http://www.stellent.com/Search/}QuickSearch