What the different phase/steps of acquiring a proxy object in

Q

What the different phase/steps of acquiring a proxy object in Webservice ?

✍: Guest

A

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

2007-10-23, 4990👍, 0💬