cancel
Showing results for 
Search instead for 
Did you mean: 

where to find classes

mrahim
Champ in-the-making
Champ in-the-making
Hi All
Please help me find necessary classes to run sample examples
eg. org.alfresco.webservice.classification.ClassificationServiceSoapBindingStub

thanks
2 REPLIES 2

tvaughan77
Champ in-the-making
Champ in-the-making
You can grab the Java files from the subversion repository, like so:

svn co svn://svn.alfresco.com/alfresco/HEAD/root alfresco-src

The class you mentioned is in ./alfresco-src/projects/web-service-client/source/generated/org/alfresco/webservice/classification/ClassificationServiceSoapBindingStub.java

HTH,
Tom

mrahim
Champ in-the-making
Champ in-the-making
thanks