Resources to help you connect to web services 3

Posted by Jimmy'z on January 24, 2007

The first time I was required to connect to a web service, I had no idea where to start, and ended up doing things the hard way. I needed to connect to a REST like web service in order to process a credit card transaction. I was coding in php at the time, and created all of my http headers from scratch and sent my request using fsockopen and very low-level function calls. Well, there’s a much easier way to do things. Here are some resources to help you connect to web services.

If you’re programming in Ruby, php, C#, VB.NET, ActionScript, JavaScript, or Python, then the Yahoo! Developer Network has some great resources for you. The gurus at Yahoo! have provided code samples and links to libraries that will help you connect to RESTful and SOAP web services.

If you’ve never connected to a web service before, it is really easy! Yahoo has some cool web services to try out, so have at it!

Web Services Help for:

Trackbacks

Use this link to trackback from your own site.

Comments

You must be logged in to leave a response.

  1. Lee Thu, 25 Jan 2007 16:45:28 MST

    This is exactly something I needed to read. This stuff gets really intimidating when you first look at it. It’s great to have some direction. Muchas gracias.

  2. Jimmy’z Blog » SOAP, XML-RPC, and REST Wed, 31 Jan 2007 01:42:38 MST

    [...] REST is really quite simple. If you would like to connect to some REST web services, check out my previous post on resources to help you connect to web services. [...]

  3. [...] For those who insist on doing things the hard non-rails way, JimmyZ has put together a list of resources you should probably take a look at. [...]