Posts Calling a SOAP service (wsdl) or WCF service
Post
Cancel

Calling a SOAP service (wsdl) or WCF service

snap246

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

snap247

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

origin - http://www.pipiscrew.com/?p=2377 calling-a-soap-service-wsdl-or-wcf-service

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags