Results 1 to 2 of 2

Thread: [2008] WSDL to CS

  1. #1

    Thread Starter
    Addicted Member cutamacious's Avatar
    Join Date
    May 2001
    Location
    INDIA >> Andhra Pradesh >> Hyderabad
    Posts
    185

    [2008] WSDL to CS

    Hi All


    I've received a WSDL file from my client and now I've to use the WSDL to integrate the service of the clients without actually knowing the URL

    I should be able to write code which will call teh methods of hte web service.

    As per my knowledge, the WSDL will be accompanied by a prxy class which I can use.

    Now in this instance I dont have the proxy class given and I've to generate one on my own using ht e WSDL file that I've received.

    Can anybosy help me in getting this done?
    Cute Member

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2008] WSDL to CS

    The .NET Framework comes with a utility called wsdl.exe. You pass the path to the WSDL to it and it will generate a .cs or .vb proxy class file for you. You will then need to add that class to your project.

    http://msdn.microsoft.com/en-us/libr...b6(VS.80).aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width