Hopefully this is a simple enough request, for those of you who spend an inordinate amount of time developing applications that use SOAP.
My phone system (Cisco Communications Manager) exposes every last one of it's administrative tasks as a web service, which allows enterprising nut jobs like me to develop custom applications to ease administration. It's particularly helpful when you want to allow your help desk to perform what would otherwise be complex, error-prone tasks, but with a dumbed-down templated interface, without giving them the "keys to the kingdom", as it were. It's working great. I'm happier than a fat tick on a skinny dog.
The problem is, my development is rather tedious, because while the API is documented, it's a pain in the ass to navigate. Somebody at Cisco basically loaded up the WDSL and the XSD, ran them through some app that generated "documentation", and presented it as a MASSIVELY HUGE single html document, with thousands of png images. Great idea for a simple web service, but it's so large that it locks up Firefox for a good 3 minutes (even when the files are local) while it's loading. Once it's loaded, it's cumbersome to navigate.
Do any of you guys know of any decent free WSDL editors/viewers that will present the WSDL and XSD in a pleasant, well formed way? Preferably navigable? Applications like XMLSpy look fantastic, but they're mighty proud of that shit, and I've already tapped my boss out in the "Buy Subnet cool shit, because he asked nicely" account.
What I've got definitely beats reading the raw WSDL and XSD files (shudder), but it still sucks.