Re: Sample Application described in WSDL using HTTP binding and showing messages

This looks really good, Dave.  But I have one important question for
you ...

On Wed, Jun 09, 2004 at 05:11:43PM -0700, David Orchard wrote:
> <?xml version="1.0" encoding="UTF-8"?>
> <wsdl:definitions xmlns:musicw="http://example.com/Artist" xmlns:wsdl="">
> 	<xs:import href="Music-Artist.xsd"/>
> 	<wsdl:interface name="Artist">
> 		<wsdl:operation name="ArtistSearch" method="GET">

What do we say that the operation is, "ArtistSearch", or "GET".  i.e.
when an HTTP 200 response arrives as a result of an "ArtistSearch"
action, the server would normally (in the CDDB case, at least) be
responding to the "GET" request and have no idea that an "ArtistSearch"
was being explicitly requested.

FWIW, you answered[1] this same question a few weeks ago (though not to
my liking 8-), but I wonder if hanging out on rest-discuss has changed
your mind at all. 8-)

 [1] http://lists.w3.org/Archives/Public/www-ws-desc/2004Apr/0045.html

Mark.
-- 
Mark Baker.   Ottawa, Ontario, CANADA.        http://www.markbaker.ca

Received on Wednesday, 9 June 2004 23:08:32 UTC