1
vote
Where can I find a good tutorial describing how to leverage a SOAP web service from a Winforms application in .NET 3.5?
This series of webcasts by Michele Leroux Bustamante are a great resource to get started with services.
ht …
3
votes
how can i use sharepoint (via soap?) from python ?
SharePoint exposes several web services which you can use to query and update data.
I'm not sure what web service toolkits there are for Python but they should be able to build proxies for …
2
votes
What is the best way to consume a web service from VB6?
Check out this article by Scott Swigart on the MSDN VB 6.0 Resource Center.
Calling Web Services from Visual B …
3
votes
Is the WCF Service Trace Viewer tool indispensable?
If you're doing anything beyond the most basic WCF stuff you should learn to use the tool. If your Kung Fu is strong you can even use it to debug/trace any application across tiers and layers.
…
1
vote
How do I call a Web Service in VB6?
You need to create a Type Mapper.
Microsoft SOAP Toolkit Type Mappers
If you have the opportunity, …
