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

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