Odd problem with WSE



I have a WSDL provided to me by one of our partners.

I have Visual Studio 2003, WSE 1.0 (latest SP), and WSE 2.0 (SP3) installed
on this development machine.

I created a C# console application for testing. I enabled the project for
WSE 2.0 support and added a web reference using the WSDL my partner
provided. The proxy client class with the "Wse" extension was NOT created. I
went into Reference.cs for and verified that it was missing. I saw one class
called CommonOrdering (the name of the service). I expected to see another
called CommonOrderingWse, but I did not.

I then disabled WSE 2.0 support on the project and removed the web
reference. Then I enabled WSE 1.0 support and added the web reference back.
This time, the CommonOrderingWse proxy client class was created.

I moved to a 2nd development machine with VS 2005 and WSE 3.0 on it, created
a test application, and added a reference and the CommonOrderingWse proxy
client class was created.

So I'm flummoxed: what am I doing wrong with WSE 2.0?

If anyone needs it, the WSDL can be downloaded from
http://www.slatner.com/quick/test.wsdl


Thanks,
Bryan


.



Relevant Pages

  • Re: Some questions on what technology to use
    ... WSE is for WS-Routing, WS-Security, DIME ... .NET Assemblies are meta-data and are therefore self-describing. ... easily create the WSDL to your web service methods. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Some questions on what technology to use
    ... WSE is for WS-Routing, WS-Security, DIME ... .NET Assemblies are meta-data and are therefore self-describing. ... easily create the WSDL to your web service methods. ...
    (microsoft.public.dotnet.framework)
  • Re: Some questions on what technology to use
    ... > automate the gerneration of the WSDL. ... What I mean is under WSE if I derive from SoapService or SoapReceiver and ... understanding of how you would go about creating a web service using wse 2.0 ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Some questions on what technology to use
    ... > automate the gerneration of the WSDL. ... What I mean is under WSE if I derive from SoapService or SoapReceiver and ... understanding of how you would go about creating a web service using wse 2.0 ...
    (microsoft.public.dotnet.framework)
  • Re: Some questions on what technology to use
    ... > look at Web Services using remoting and also WSE 2. ... > of attaching messages to methods and automatically generating WSDL etc.. ... So there is really no need to get into the XML ...
    (microsoft.public.dotnet.framework.webservices)