Thursday, June 23, 2005 - Posts

PDC 05 Buttons

Once again there's a bunch of "buttons" advertising PDC 05. Not sure why but I always like displaying these so here goes;       The only sad thing - I'm not quite sure yet whether I'm going to be able to get to PDC 05. Certainly hope so! Read More

Defining web service contracts

I've been thinking about something very simple.   Say I want to write a web service with an operation called something like LookupAddress which takes as part of its data a postcode (or zipcode).   The thing I'm struggling with is that if I want to build Read More

Custom WSDL via SOAP Extensions

JamesW asked me a question around how you can write an ASMX web service with an operation that looks like;   public XmlNode GetData()   and yet still return XML schema for the return type from this operation.   This caused me to go off and find this Read More