Started playing with the .text web service last night to see how I might be able to move DotText2DasBlog to web services instead of direct connection. My initial thought was to just replace the DB connection with web services, but it's looking like I might build both in. I don't see a way to extract comments from the web service as of yet (if anyone know a comment would be great), so since a goal is to also migrate comments, I may choose to support both methodologies. More on this soon.
Either way, as I started testing I started to think about a better way to test web services. Knowing there are probably a ton of ways to handle this, I went searching. I was right. There are just a ton of apps that have been developed to help test, and work with web services. Most of them cost $$, though, which is not something I was interested in spending for this.
My search did end up yielding a few cool things, though. First, is the .net xml web service repertory (del.icio.us'd). This is a nice collection of resources for web service development in .net. They also had a direct link to the .net Web Service Studio. This was an app that I had seen earlier in the search, that seemed to be removed form gotdotnet. Even though the sources were removed, though, they had a direct link to the binary which is still there.
This little WSS app is very cool. It uses wsdl and reflection to build a simple web service test client. It's a very cool little tool, especially for the price. Released in 2002 so it might be old news for most, but for me it was new. Wish the source was still out there.
Remember Me