mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merge from SEAMIST3
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10733 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -11,12 +11,12 @@ import org.alfresco.repo.cmis.ws.ObjectServicePort;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 2.0.6
|
||||
* Tue May 27 14:11:14 EEST 2008
|
||||
* Tue Jul 29 18:21:47 EEST 2008
|
||||
* Generated source version: 2.0.6
|
||||
*
|
||||
*/
|
||||
|
||||
@WebServiceClient(name = "ObjectService", targetNamespace = "http://www.cmis.org/ns/1.0", wsdlLocation = "file:/D:/work/AlfrescoCMIS-WS/WScmis/web/wsdl/cmis/ObjectService.wsdl")
|
||||
@WebServiceClient(name = "ObjectService", targetNamespace = "http://www.cmis.org/ns/1.0", wsdlLocation = "file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl")
|
||||
public class ObjectService extends Service {
|
||||
|
||||
public final static URL WSDL_LOCATION;
|
||||
@@ -25,9 +25,9 @@ public class ObjectService extends Service {
|
||||
static {
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("file:/D:/work/AlfrescoCMIS-WS/WScmis/web/wsdl/cmis/ObjectService.wsdl");
|
||||
url = new URL("file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl");
|
||||
} catch (MalformedURLException e) {
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/work/AlfrescoCMIS-WS/WScmis/web/wsdl/cmis/ObjectService.wsdl");
|
||||
System.err.println("Can not initialize the default wsdl from file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/ObjectService.wsdl");
|
||||
// e.printStackTrace();
|
||||
}
|
||||
WSDL_LOCATION = url;
|
||||
|
Reference in New Issue
Block a user