fletchsod
Programmer
- Dec 16, 2002
- 181
On the client's winform application, when you do "Add Web Reference" to this project where a .NET object is generated internally. Then when you compiled into a binary executable file and place it on a customer's machine. The problem with it is that there's no way to change the url-address on the customer's machine cuz the url-address is different on the customer's site.
So, is there a way for the .NET WinForm client application to manually find the webservice/wsdl with the correct url address and generate the webservice object internally with a click of a button on the customer's machine?
Thanks...
So, is there a way for the .NET WinForm client application to manually find the webservice/wsdl with the correct url address and generate the webservice object internally with a click of a button on the customer's machine?
Thanks...