WcfTestClient with Windows Azure
Posted by: <ChristophDotNet,
on 30 Oct 2009 |
View original | Bookmarked: 0 time(s)
One of my customers is working on an Azure WCF service. When wanted to test the service with WcfTestClient, but we ran into some issues. We started the dev fabric and had the WebRole running on port 81. When we went to the WCF service metadata page at http://mybox:5101/ProdKService.svc, we got the expected web page, which states: To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with...