Google News
logo
Web Services - Interview Questions
Mention the steps performed by the client to access a web service?
The first step is to create a web service reference by the client requesting the web service. After this web reference, a class is generated called a proxy class. Followed by a proxy class object is created and at the end, the client can get a response i.e client can access the web service through the proxy object created.
Advertisement