Problem creating a new user

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2006 11:57 AM
Hi,
I'm trying to create a new user using Web Services.
I've seen the example AdministrationServiceSystemTest.java included in the svn repository (at projects/web-service-client/source/java/org/alfresco/webservice/test/resources).
My problem appears when I want to use the object WebServiceFactory. I've imported the library remote-api.jar, but I'm unable to find any class called WebServiceFactory. It is supposed to be in the package org.alfresco.webservices.util, but I can't find it.
I've read that there is a web-service-client.jar, but I'm also unable to find it in the Alfresco 1.3.0 war release I have… =/
Where can I find this web-service-client.jar?
Thanks in advance,
Enrique
I'm trying to create a new user using Web Services.
I've seen the example AdministrationServiceSystemTest.java included in the svn repository (at projects/web-service-client/source/java/org/alfresco/webservice/test/resources).
My problem appears when I want to use the object WebServiceFactory. I've imported the library remote-api.jar, but I'm unable to find any class called WebServiceFactory. It is supposed to be in the package org.alfresco.webservices.util, but I can't find it.
I've read that there is a web-service-client.jar, but I'm also unable to find it in the Alfresco 1.3.0 war release I have… =/
Where can I find this web-service-client.jar?
Thanks in advance,
Enrique
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2006 12:05 PM
Web Service examples, jar dependencies are in the SDK.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2006 12:19 PM
Thanks David 😃
I've found it at "lib/remote" directory in Alfresco 1.4.0 sdk release.
I've extracted it to my "WEB-INF/lib" directory of the 1.3.0 war release… will it cause me any trouble?
Thanks again.
I've found it at "lib/remote" directory in Alfresco 1.4.0 sdk release.
I've extracted it to my "WEB-INF/lib" directory of the 1.3.0 war release… will it cause me any trouble?
Thanks again.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2006 12:51 PM
potentially - to be safe, take it from 1.3.0 SDK.
or, if you've got all the source checked-out from SVN you can build it using the web-services-client eclipse project (or a full build using ant). You'll find it in projects\web-service-client\build\dist
or, if you've got all the source checked-out from SVN you can build it using the web-services-client eclipse project (or a full build using ant). You'll find it in projects\web-service-client\build\dist
