Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF Service: Publicly available services useful for testing [closed]

I need a public WCF service to test against. I would like some basic methods to call. What service should I use. (sidenote: how do I search for publicly available services?)

Im trying this out : sudz code generator and I don't want to have to setup a publicly available service just to test it

like image 931
Aran Mulholland Avatar asked Feb 09 '11 23:02

Aran Mulholland


1 Answers

I was looking for some myself and wanted to make sure they were WCF. I found the Bing Maps SOAP Services. In case that link expires, below are the service URLs.

The downside is that you need to create a Bing Maps key and pass it in the web service requests. Trial keys last 90 days. Instructions for generating keys are here.

Geocode Service

Imagery Service

Route Service

Search Service

like image 192
Jerome Avatar answered Oct 07 '22 16:10

Jerome