Resources to help you connect to web services

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:

Filed Under: Web Services

Tagged with: , , ,

3 Comments so far »

  1. Lee said,

    Wrote on January 25, 2007 @ 4:45 pm

    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 said,

    Wrote on January 31, 2007 @ 1:42 am

    […] 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. benrobb » Blog Archive » Howto: Put WSDL on Rails said,

    Wrote on February 1, 2007 @ 10:24 am

    […] 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. […]

Comment RSS · TrackBack URI

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment: