The following are the different steps needed to get a proxy object of a webservice at the client side :-
1- Client communicates to UDI node for WebService either through browser or
UDDI's public web service.
2-UDII responds with a list of webservice.
3- Every service listed by webservice has a URI pointing to DISCO or WSDL
document.
4-After parsing the DISCO document, we follow the URI for the WSDL document related to the webservice which we need.
5-Client then parses the WSDL document and builds a proxy object which can communicate with Webservice.