11-02-2007 07:23 AM
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><QueryConfiguration xmlns="http://www.alfresco.org/ws/headers/1.0"><fetchSize>5</fetchSize></QueryConfiguration>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsu:Created>2007-11-02T11:30:12Z</wsu:Created> <wsu:Expires>2007-11-02T11:40:12Z</wsu:Expires> </wsu:Timestamp> <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>XXXX</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">TICKET_861d100ecd803dab6bb7334c22d8f54f90fc88de</wsse:Password> </wsse:UsernameToken></wsse:Security>
</SOAP-ENV:Header><SOAP-ENV:Body><query xmlns="http://www.alfresco.org/ws/service/repository/1.0"><store><scheme xmlns="http://www.alfresco.org/ws/model/content/1.0">workspace</scheme><address xmlns="http://www.alfresco.org/ws/model/content/1.0">SpacesStore</address></store><query><language xmlns="http://www.alfresco.org/ws/model/content/1.0">lucene</language><statement xmlns="http://www.alfresco.org/ws/model/content/1.0">PARENT:"workspace://SpacesStore/14ef9fd3-80b0-11dc-a1ee-bba12bf20df2"</statement></query><includeMetaData>true</includeMetaData></query></SOAP-ENV:Body></SOAP-ENV:Envelope>
11-02-2007 12:11 PM
<QueryHeader><QueryConfiguration><fetchSize>5</fetchSize></QueryConfiguration></QueryHeader>
11-05-2007 03:03 AM
11-06-2007 12:03 PM
<ns1:QueryHeader
xmlns:ns1="http://www.alfresco.org/ws/service/repository/1.0"
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0">
<ns2:fetchSize xmlns:ns2="http://www.alfresco.org/ws/headers/1.0">
5
</ns2:fetchSize>
</ns1:QueryHeader>
11-08-2007 10:15 AM
I got it working now.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.