Click here to Skip to main content
15,887,436 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

i have a WebService that use WSE 3.0.
In an Consumerproject added the Webservis as WebReference.
Now i have an generated Proxy Class.
This Class inherits System.Web.Services.Protocols.SoapHttpClientProtocol.
But i need that the Class inherits Microsoft.Web.Services3.WebServicesClientProtocol.
Actual i changed the inherited Class manualy when Webreference updated.

Is it posible to automate this?

Sorry for my bad english

10110010
Posted
Comments
10110010 2-Feb-22 19:04pm    
The ObsoleteAttribute is a good Sample.
When I use the ObsoleteAttribute, in intellisence I can read the string [depricated] before the Property-Name.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900