.Net Interview Question: What are the different phases of acquiring a proxy object in Web service?

  • Client communicates to UDI node for Web Service either through browser or through UDDI’s public web service.
  • UDII responds with a list of webservice.Where we can find the Web Service (it URI)?
  • What are the methods and properties that service supports?
  • Data type support.
  • Supported protocols

Clients can consume this WSDL and build proxy objects that clients use to communicate with the Web Services. Full WSDL specification is available at http://www.w3.org/TR/wsdl.