Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What the different phase/steps of acquiring a proxy object in
What the different phase/steps of acquiring a proxy object in Webservice ?
✍: Guest
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, 5370👍, 0💬
Popular Posts:
What's the difference between J2SDK 1.5 and J2SDK 5.0? There is no difference, Sun Microsystems just...
How To Return the Second 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If yo...
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...