- From: Sanjiva Weerawarana <sanjiva@watson.ibm.com>
- Date: Tue, 15 Jun 2004 02:27:04 +0600
- To: "David Orchard" <dorchard@bea.com>, <www-ws-desc@w3.org>
Hi Dave, > This is potential primer material that explores how to use the > WSDL http binding to describe interactions with an HTTP service. Thanks for writing this up; very useful indeed! Big +1 for getting it into the primer. > Interacting using the x-www-form-uriencoded style > WSDL > > <?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's that?? Unless I was totally asleep at the wheel I don't recall operation/@method. What we have is of course the ability to indicate operation safety via @safety .. is that what you meant to use? Sanjiva.
Received on Monday, 14 June 2004 16:25:56 UTC