Advanced Search
Search Results
4 total results found
Web Services Resources for Programmers
Interested in doing web service development? Here are some useful links: Top Ten FAQs for Web Services) – This is a pretty good primer article from the O’Reilly Network (http://www.oreillynet.com) on Web Services. Lots of useful links. Understanding SOAP ...
Python and SOAP
Python isn’t especially known for its support of soap functionality, but that’s usually not a problem as most folks needing that sort of functionality are using REST or XML-RPC. However, in case where you need SOAP functionality, such as using UCLA’s ISIS ser...
How to create a Python class from a SOAP WSDL
Using Python and SOAP to attach to a Web ServiceYou can create a Python class from a SOAP WSDL in 4 steps, in about 20 minutes. Create your Python Project Download and install a SOAP library for Python (this how-to will use ZSI’s soap library) Create a base Py...
What is Yahoo Pipes?
“Pipes is a free online service that lets you remix popular feed types and create data mashups using a visual editor. You can use Pipes to run your own web projects, or publish and share your own web services without ever having to write a line of code.” – tak...