mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged CMIS063 to HEAD
16930: MOB-1330: Upgrade Web Services Repository to 0.7 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17243 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 Jul 24 09:58:27 EEST 2009
|
||||
* Mon Oct 12 11:20:37 EEST 2009
|
||||
* Generated source version: 2.1.2
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@WebServiceClient(name = "ObjectService",
|
||||
wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-062f/source/wsdl/CMISWS-Service.wsdl",
|
||||
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
|
||||
wsdlLocation = "file:/D:/java/eclipse/workspace/WS-Binding-07b3/source/wsdl/CMISWS-Service.wsdl",
|
||||
targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200908/")
|
||||
public class ObjectService extends Service {
|
||||
|
||||
public final static URL WSDL_LOCATION;
|
||||
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");
|
||||
public final static QName SERVICE = new QName("http://docs.oasis-open.org/ns/cmis/ws/200908/", "ObjectService");
|
||||
public final static QName ObjectServicePort = new QName("http://docs.oasis-open.org/ns/cmis/ws/200908/", "ObjectServicePort");
|
||||
static {
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-062f/source/wsdl/CMISWS-Service.wsdl");
|
||||
url = new URL("file:/D:/java/eclipse/workspace/WS-Binding-07b3/source/wsdl/CMISWS-Service.wsdl");
|
||||
} catch (MalformedURLException e) {
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-062f/source/wsdl/CMISWS-Service.wsdl");
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/java/eclipse/workspace/WS-Binding-07b3/source/wsdl/CMISWS-Service.wsdl");
|
||||
// e.printStackTrace();
|
||||
}
|
||||
WSDL_LOCATION = url;
|
||||
|
Reference in New Issue
Block a user