S
Shi Jin
Hi there,
I am very new to C# and dot net. I am currently working on a web
service and a client. Now I need to change the default class
construction in the proxy code from
this.Url = "some http url"
to some code of my own, such as reading from a database, etc.
What I am doing is get the proxy code by wsdl and then edit it.
But everytime I changed my server code, especially the interface, I
need to get the new proxy code with wsdl, which overwrites my changes
to the proxy code. I need to make the same changes again.
Is there any way that I can put some code in the server code, so that
whenever swdl downloads the proxy code, my code is already there?
Thank you very much.
Shi
I am very new to C# and dot net. I am currently working on a web
service and a client. Now I need to change the default class
construction in the proxy code from
this.Url = "some http url"
to some code of my own, such as reading from a database, etc.
What I am doing is get the proxy code by wsdl and then edit it.
But everytime I changed my server code, especially the interface, I
need to get the new proxy code with wsdl, which overwrites my changes
to the proxy code. I need to make the same changes again.
Is there any way that I can put some code in the server code, so that
whenever swdl downloads the proxy code, my code is already there?
Thank you very much.
Shi