Hello!
We are exploring possibility of calling OpenText content management web services via web application running on HTML/Javascript. We need to call typical content services like WorkflowService.listWorkItems, Authentication.AuthenticateUser. We are able to see the WSDL page when we open the URL with http://server/Authentication.svc?wsdl or the other for WorkflowService. Now we need separate URLs for individual methods of the web service (.svc). A separate URL for AuthenticateUser method and another one for ListWorkItems method & so on. Need details on how to construct URLs for the individual methods. We need to use these urls to post the SOAP data. Pleaes help.