c# - Files needed to deploy to another tier when updating service reference in visual studio -


i have multiple projects in solution, 1 of them makes call web service, since contract has changed made 'update web reference' client. after re-build project , see dll (and others other projects) in bin-debug folder. dll file should place in qa server client hosted? wsdl (and other needed items) embedded in file? i'm new using web services appreciated. thanks.

yes, correct . when update web reference happens based on wsdl proxy class created gets compiled dll seeing . don't need deploy wsdl deployment .

hope helps.


Comments