I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message server) Web Service in VS2010.
I can find the Web Serv
Right click on your service reference and choose Configure Service Reference...
Configure Service Reference...
Then uncheck Reuse types in referenced assemblies
Reuse types in referenced assemblies
Click OK, clean and rebuild your solution.
OK