(picture)

November 13, 2002

WSDL

Starting to think about building a few web services client applications. Although the .NET runtime includes the C# and VB.NET compilers, my main target environments right now are more familiar languages: PHP, JavaScript.

For PHP there's NuSOAP. Looks just fine. More playtime later.

For JavaScript, on Windows? PocketSOAP suits fine - but doesn't have runtime WSDL proxying. I want something which will parse out WSDL to put the right methods onto a script class at runtime. Any ideas?