Skip to content

{ Monthly Archives } October 2004

HTTPS and trusting server certificates

If you making HttpWebRequest calls to secure servers, using HTTPS you’ll probably come across a situation where the server request fails. There can be a number of reasons for this - sometimes you might be using a test certificate which has no trusted root, or your using your own certificate authority which isn’t in the [...]

Trekking in Nepal

Well we’ve just got back from a trip to Nepal, trekking in the Himalaya moutains. So I’m going to be posting a couple of posts about our adventures for your enjoyment. If you can’t wait for the whole story then skip ahead to the photo set on flickr and view all the pictures (not all [...]

Skating bulldog

Saw this movie of the skating bulldog a while ago but now there are some new ones. Simply amazing what a dog on a skateboard can do!
Thanks to Suw Charman over at Chocolate and Vodka for the link.

NuSOAP Web service example file

After a few requests I’ve uploaded an example file containing an example web service. This follows most of the guidelines set out in my previous article
Download Zip File
Basically the file splits into 4 parts.
part I - setup
includes the nusoap.php file, sets up the namespace and wsdl object
part II - registering types
registers the types - the [...]