cancel
Showing results for 
Search instead for 
Did you mean: 

server-config.wsdd uses classes that do not exist

aldebaranl2
Champ in-the-making
Champ in-the-making
Hi,

Looking for the server-config.wsdd file in the Remote-api project, I found this :

      <parameter name="className"
         value="org.alfresco.repo.webservice.action.ActionServiceSoapBindingImpl" />

Ok, then the Web Service's classname is ActionServiceSoapBindingImpl but… This class doesn't exist anywhere in the alfresco project, nor in any config file (I thought this class would have been generated at runtime). How is that possible ? What did I miss ?

Thanks.
2 REPLIES 2

dinger
Champ in-the-making
Champ in-the-making
Does that get autogenerated when you build the project?

Rob

aldebaranl2
Champ in-the-making
Champ in-the-making
I think so.
I didn't created these classes myself.