Hi I am trying to invoke LC ES 2.5 API with web service in .net to
perform RightsManagement,(this the only one service I am using)with this
address:
http://localhost:8080/soap/services/RightsManagementService?WSDL&lc_version=9.0.1
I followed the instructions of livedoc to add a webservice reference in
my .net project (console application). And I am using VS2008. Everything
goes fine until building the project, after I import and generate the
webservice proxy for LC and try to build the sample co...