problem to generate c# test client from wsdl - DOTNET

This is a discussion on problem to generate c# test client from wsdl - DOTNET ; I already have an existing WSDL file and want to generate C# proxy code and C# test client using Visual Studio .NET 2003 with Framework Version 1.1. I firsted created ASP.NET web service, and added web reference that points to ...

+ Reply to Thread
Results 1 to 3 of 3

problem to generate c# test client from wsdl

  1. Default problem to generate c# test client from wsdl

    I already have an existing WSDL file and want to generate C# proxy code
    and C# test client using Visual Studio .NET 2003 with Framework Version
    1.1.

    I firsted created ASP.NET web service, and added web reference that
    points to the WSDL URL. I am able to see the methods for that web
    service, and I am able to see C# proxy code generated by WSDL. Then I
    press F5 to compile and run the web services.

    However I got the following error message, and I couldn't see any
    methods on the test client page. If I created my own web service and
    press F5, it allows me to choose which method to test on the test
    client page.

    This web service is using http://tempuri.org/ as its default
    namespace.
    Recommendation: Change the default namespace before the XML Web
    service is made public.


    any ideas? this should be very simple but I have no idea why it doesn't
    work.


  2. Default Re: problem to generate c# test client from wsdl

    When you adding web reference you are creating client side proxies.

    for dotnet 2.0 use "wsdl.exe /server YourWSDLFILE.wsdl" to generate
    server side proxies.
    http://msdn.microsoft.com/vstudio/ja...sphereinterop/

    for dotnet 1.1 use this tool
    http://www.thinktecture.com/Resource...t/default.html


  3. Default Re: problem to generate c# test client from wsdl

    Here's a free universal Web Services Client that will help you test any
    Web service, view the soap, etc.. that might be helpful in diagnosing
    the problem

    http://www.strikeiron.com/tools/tool...r_windows.aspx


+ Reply to Thread

Similar Threads

  1. Generate Typed DataSets from WSDL
    By Application Development in forum DOTNET
    Replies: 4
    Last Post: 09-18-2007, 10:57 AM
  2. Generate Server Skeleton from WSDL
    By Application Development in forum Perl
    Replies: 0
    Last Post: 05-23-2007, 09:15 AM
  3. problem to generate .NET test client from WSDL
    By Application Development in forum DOTNET
    Replies: 3
    Last Post: 09-19-2006, 10:58 PM
  4. Generate wsdl from http
    By Application Development in forum DOTNET
    Replies: 3
    Last Post: 08-08-2006, 01:46 PM
  5. How to generate web service code from wsdl?
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 04-26-2006, 03:39 AM