Proxy is nothing but a class which acts as an intermediary to do certain jobs like below
Handles the work of mapping parameters to XML elements and then sending the SOAP message over the network.
We need to create a proxy to consume the web services, without that we cant consume the web service
Manikavelu VelayuthamPosted Oct 6, 2010, 6:07 AM
Handles the work of mapping parameters to XML elements and then sending the SOAP message over the network.
We need to create a proxy to consume the web services, without that we cant consume the web service