Skip to main content
I created a K2Studio Solution in code via Interop in VS.NET 2005

Now I want to add a reference to my Web Service in code. I looked already in help files and forums, and the only thing I found was this example:

MyK2Project.References.Add("System.XML.dll", "", True)

How do I programmatically add a web service reference in code because this seems not to work?
Perhaps the following link will be of some use:

http://www.codeproject.com/cs/webservices/CallWebServicesDynamic.asp

Reply