What are the steps to get a proxy object of a web service at the client side?
Answer
Following are the steps to get a proxy object of a web service at the
client side.
Access UDDI node for a list of web services.
Services thus responded by UDDI have URL pointing to DISCO or WSDL document.
Parse DISCO and WSDL document and build a proxy object which can communicate
with the web service.
|