07-20-2010 04:49 PM
07-22-2010 04:10 AM
07-22-2010 07:37 AM
07-23-2010 05:37 AM
<service name="RepositoryService">
<port name="RepositoryServicePort" binding="cmisw:RepositoryServicePortBinding">
<soap:address location="http://<server>/_vti_bin/cmis/soap/RepositoryService.svc/ntlm" />
</port>
</service>
<service name="RepositoryService">
<port name="RepositoryServicePort" binding="cmisw:RepositoryServicePortBinding">
<soap:address location="http://cmis/services/RepositoryService.RepositoryServicePort" />
</port>
</service>
<service name="RepositoryService">
<port name="RepositoryServicePort" binding="cmisw:RepositoryServicePortBinding">
<soap:address location="http://<server>:8080/alfresco/cmis/RepositoryService" />
</port>
</service>
<service name="RepositoryService">
<port name="RepositoryServicePort" binding="cmisw:RepositoryServicePortBinding">
<soap:address location="http://<server>:8080/alfresco/cmis/RepositoryService?wsdl" />
</port>
</service>
07-26-2010 05:26 AM
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<u:Timestamp u:Id="_0">
<u:Created>2010-07-26T09:21:15.444Z</u:Created>
<u:Expires>2010-07-26T09:26:15.444Z</u:Expires>
</u:Timestamp>
<o:UsernameToken u:Id="uuid-2acf690f-4d18-4460-9d5b-1b665d11d45e-6">
<o:Username><-username-></o:Username>
<o:Password><-password-></o:Password>
</o:UsernameToken>
</o:Security>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<getRepositories xmlns="http://docs.oasis-open.org/ns/cmis/messaging/200908/">
<extension xsi:nil="true" />
</getRepositories>
</s:Body>
</s:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsu:Timestamp wsu:Id="Timestamp-752972599" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Created>2010-07-26T09:25:24.852Z</wsu:Created>
<wsu:Expires>2010-07-26T09:30:24.852Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ns1:FailedAuthentication</faultcode>
<faultstring>The security token could not be authenticated or authorized</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
07-26-2010 12:44 PM
<o:Password>password</o:Password>
<o:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</o:Password>
11-09-2010 12:13 PM
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.