Calling a SOAP service (wsdl) or WCF service

Costas

Administrator
Staff member
snap246.png


note - you can add a local wsdl file (from your disk) by writing the full path in address field ex. c:\test\test.wsdl, to this dialog.
snap245.png


snap247.png


When write a service on ASMX you're stuck serving up individual WSDL files. WCF fixes this.

Difference between WCF and ASMX web services
http://stackoverflow.com/a/2448568

 



 

Call WCF Services Synchronously and Asynchronously
http://www.codeproject.com/Articles/91528/How-to-Call-WCF-Services-Synchronously-and-Asynchr
 
Top