WSE 2.0 - web reference wrong

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My web references won't use the WSE extensions.

I've installed WSE 2.0, SP2. I right-clicked my web project and clicked WSE
2.0 Settings and enabled both options. The project then compiles fine.
However, when I add a reference to it, it always appears like so:

public class DataServ : System.Web.Services.Protocols.SoapHttpClientProtocol {

How can I get it to be something more like this:

public class DataServWse : Microsoft.Web.Services.WebServicesClientProtocol

I checked the web.config and all WSE settings seem to be in order. What
else could I be missing?

TIA,

Mike Rodriguez
 
Back
Top