CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 23:20:23 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 20 Jul 2023 23:26:50 GMT
cache-control: max-age=2592000, public
expires: Fri, 07 Nov 2025 23:20:23 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98b95e556930e9c3
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=GBCzOowHEHc7JFWZIidSB45cUex_yyNBKNjpMB0W0Uo-1759965623-1.0.1.1-ZPK5P7CF_lM.e_gZxwchS02mXJTRUFx2mq2y8ubJ8sY4AW6Ya9Rr7uyMXdOxbAU7CRMOFNBWQL.LH4Wrf4qO6MQtWks0MO0jKakKl2alL6I; path=/; expires=Wed, 08-Oct-25 23:50:23 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b95e556930e9c3-BLR
alt-svc: h3=":443"; ma=86400
Which operation? from Mark Baker on 2004-04-19 (www-ws-desc@w3.org from April 2004)
Which operation?
- From: Mark Baker <distobj@acm.org>
- Date: Mon, 19 Apr 2004 11:57:15 -0400
- To: www-ws-desc@w3.org
- Message-ID: <20040419155715.GG3347@markbaker.ca>
Hi, I've finally got a bit of time on my hands (arguably the only upside of stomach flu), and wanted to follow up with Hugo, Dave, etc.. on the desribing-RESTful-services thread. But I found myself needing some clarification first. If, using the following WSDL, we had a WSDL operation bound to HTTP GET, and we sent a message containing a document conformant with schema1, and received a successful response including the contents of schema2, what was the operation that was invoked? "GET" or "getStockQuote"? <wsdl:interface name="StockQuotes"> <wsdl:operation name="getStockQuote"> <wsdl:input element="schema1"/> <wsdl:output element="schema2"/> </wsdl:operation> </wsdl:interface> I've been told that wsdl:operation is just documentation, which is exactly how I see it too (which would suggest that "GET" was the operation that was invoked). But so much of what WSDL is used for today doesn't use it that way, and from what I can tell, there's no way to tell which interpretation a given WSDL document is using. FWIW, this also relates to Umit's operationName work as well as my previous issue about "ambiguous interface semantics". Thanks. Mark. -- Mark Baker. Ottawa, Ontario, CANADA. https://www.markbaker.ca
Received on Monday, 19 April 2004 11:58:04 UTC