Open source equivelants to VS / web reference proxy class autogen?

Posted by seraphym on Stack Overflow See other posts from Stack Overflow or by seraphym
Published on 2010-04-24T05:22:54Z Indexed on 2010/04/24 5:33 UTC
Read the original article Hit count: 175

Filed under:
|
|
|

As an ASP.NET developer, I'm used to working with how VS/C# transparently autogens proxy classes for web references (yes, I know, we're spoiled), but now that I'm creating documentation for more than one coding platform I'm trying to discover what the equivelant to that is in any other framework.

So is there a similar way to work transparently with web reference proxy classes for say, RoR, PHP, and Python?

And if there's nothing integrated, are there tools you recommend to autogen the proxy classes, or do you recommend to roll custom classes?

© Stack Overflow or respective owner

Related posts about web-services

Related posts about c#