Hi,
after now I can successfull authenticate a user (Token-ID returns) using PHP/SOAP, I want to work with the Webservices. My first try was get the versions context of a document for download this document. But until now every request failed.
$DocManagementClient = new SoapClient("http://[DOMAIN]/webservice/DocumentManagement.svc?wsdl");
$VersionContext = $DocManagementClient->GetVersion($_SESSION['Token']);
The Session "Token" contains the Token returned from from the Authentication-Process.
But I always get the message that there is an invalid usernamen/password specified or I receive an CGI-Error from the webserver.
After searching the whole morgning in Webservice-Section for a documentation I'm realy tired of it. Can anybody tell me where I can find a good documentation of the webservices or can help me to create the request to download or simply get the version-informations?
Thx
Markus