I don't get the 'Invoke' button as described under step 13 of 'To create and debug a Web service'.
It says this instead: 'The test form is only available for methods with primitive types as parameters.'
I'm passing in a Guid & a DateTime parameter.
I debugged my web service by getting the webmethod to return a string containing the exceptions message & stack trace.
Not elegant, but it works.