First let me apologize if this is either such a basic question that everyone sighs or if it's already been answered elsewhere in the forum.
We're running Content Web Services 10.0.0 and so far I've been able to discover these URLs:
http://<our server>:8080/ot-authws/services/Authentication?wsdl
http://<our server>:8080/les-services/services/DocumentManagement?wsdl
I've used them to generate all the proxies. But I'm missing a bunch of classes described in the JavaDocs APIs found on the OpenText site. After doing a bunch of searching, I've concluded that I need this url
http://<our server>:8080/les-services/les-services/services/ContentService?wsdl
To generate the classes I'm missing. Classes like ContentService and ContentService_Service.
I'm also missing somer other APIs like FileAtts so my question really is, what is the complete set of URLs that I need to genrate all tghe APIs so that I can write client apps.
I shulld tell you that our local support is not very skilled or helpful. If they were I wouldn't be in this forum.
Thank you very much,