WSE 2.0 - web reference wrong

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top