Is it possible to add a service reference without utilizing the app.config
to supply the bindings? In our application we have always just a new wsdl by using the .Net 2.0 Web Reference. Which requires no app.config
.
Since the project is a DLL, it builds nicely without any worries of making sure the application running it, will supply the correct bindings through its app.config
.
I hope that makes sense, from what I've seen/tried. There's no way to add a service reference without an app.config
file.