DuraSoft
.NET-76
What about traditional clients?
•For non-web based client, you can create proxy
•The web client proxy receives a request, generates XML request & sends it using SOAP •Receives response, parses it and hands it over to client! •You can generate a web service proxy using the WSDL compiler. •You provide a reference to service description using which proxy can be generated
Client
Proxy
method
Web
Server
Component
Generate XML
Parse XML