There are two ways to create proxy from web Service:
1. Add web reference in your web application and use them.
2. Open the command prompt of visual studio and copy & paste bellow mentioned line:
For VB
=====
wsdl /language:VB /n:"<destination>" http://<source&lgt;?WSDL
For C#
=====
wsdl /language:CS /n:"<destination>" http://
<source&lgt;?WSDL
1. Add web reference in your web application and use them.
2. Open the command prompt of visual studio and copy & paste bellow mentioned line:
For VB
=====
wsdl /language:VB /n:"<destination>
wsdl /language:CS /n:"<destination>" http://
<source&lgt;?WSDL
No comments:
Post a Comment