Phillip
Pearson: Having never done anything with
SOAP before, I thought I
might as well start here and hack up a Python wrapper for the
service. Presenting:
microsoft_com.py.
Cool!
I took that as a starting point, focused on a single operation
(top 10 popular en-US downloads) and removed all references to
any toolkit or XML parser. Here's the
result.
(SOURCE:Sam Ruby)- Cool "de-Windoze-only-ization" of the new MSDN web service. See ma, web services work with all the kids! QUOTE Phillip Pearson: Having never done anything with SOAP before, I thought I might as well start here and hack up a...
Sam Ruby: MSDN top 10 If you are trying to learn about SOAP, then this is now the best example I have seen. It does not hide anything in toolkits, it is amazingly short and it makes something designed to...
[more]
Ok, I'm giving up on my Perl SOAP::Lite-based MS Web Service thingie for now - I've got it to the point where it's failing the authentication....
[more]
(SOURCE:"sam ruby")- Cool "de-Windoze-only-ization" of the new MSDN web service. See ma, web services work with all the kids! QUOTE Phillip Pearson: Having never done anything with SOAP before, I thought I might as well start here and hack up...
WS-Security in Java turns out not to be that hard, especially when you consider I was just plain wrong on certain code decisions. Fellow Filippo Vitale leads the way with a SourceForge project to create Axis handlers for leveraging the users from the ......
[more]
MSDN top 10. Phillip Pearson: Having never done anything with SOAP before, I thought I might as well start here and hack up a Python wrapper for the service. Presenting: microsoft_com.py. Cool! I took that as a starting point, focused on a single...
Microsoft use WS-Security in their web services. Pythonists managed to access them using toolkits and raw text, while Perlists had difficulties with SOAP::Lite. The UsernameToken produced by both my Axis and Glue clients is rejected: is WS-Security...
WS-Security in Java turns out not to be that hard, especially when you consider I was just plain wrong on certain code decisions. Fellow Filippo Vitale leads the way with a SourceForge project to create Axis handlers for leveraging the users from...