mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged DEV/CMIS0_61 to HEAD (part 4)
14095 CMIS 0.61 Web Services Including Tests & JavaClient 14123 Several Minor Fixes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14177 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -15,26 +15,26 @@ import javax.xml.ws.WebServiceFeature;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 2.1.2
|
||||
* Fri Sep 05 13:44:38 EEST 2008
|
||||
* Mon Apr 27 21:08:02 EEST 2009
|
||||
* Generated source version: 2.1.2
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@WebServiceClient(name = "ObjectService",
|
||||
wsdlLocation = "file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl",
|
||||
targetNamespace = "http://www.cmis.org/2008/05")
|
||||
wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
|
||||
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
|
||||
public class ObjectService extends Service {
|
||||
|
||||
public final static URL WSDL_LOCATION;
|
||||
public final static QName SERVICE = new QName("http://www.cmis.org/2008/05", "ObjectService");
|
||||
public final static QName ObjectServicePort = new QName("http://www.cmis.org/2008/05", "ObjectServicePort");
|
||||
public final static QName SERVICE = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "ObjectService");
|
||||
public final static QName ObjectServicePort = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "ObjectServicePort");
|
||||
static {
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl");
|
||||
url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
|
||||
} catch (MalformedURLException e) {
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl");
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
|
||||
// e.printStackTrace();
|
||||
}
|
||||
WSDL_LOCATION = url;
|
||||
|
Reference in New Issue
Block a user