Generating proxy server from WSDL in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AG17
    New Member
    • Dec 2013
    • 1

    Generating proxy server from WSDL in C#

    I am new to C# and webservice domain.
    I have been given an assignment to achieve the below:

    1- I have been provided with WSDLs and a these webservices are running on a public domain.
    2- I am asked to create a Web Server first (not a native application), This Web server is supposed to interact with the services running on public url mentioned in step 1. (I am not sure why I am asked to do this if the server is already running on public domain? Probably to check if I can write a web server?)
    3- When this web server is up and running, I am supposed to write a web page (dynamic client application), which will call the services hosted by server created by me in step-2, and the response will be displayed by client.

    I did some homework and found that, I can create proxy services using wsdl.exe in C# (2010). I am not sure how to proceed after this. I know how to host a server on IIS.

    Any help/suggestion is appreciated.
Working...