Re: HTTP binding for WSDL 1.2 (example)

Philippe,

Minor fix for features and properties: s/name/uri/.

Re. the other syntax, I think one should be able to set the VERB 
at either the binding or at the operation level.

JJ.

Philippe Le Hegaret wrote:
>     <binding name='ImageInterfaceHttp2' type='s:ImageInterface'>      
> 
>       <feature name="http://www.example.org/2003/03/http/web-method"/>
>       <property
> 	name='http://www.example.org/2003/03/http/web-method/method'>
> 	GET
>       </property>
> 
>       <operation name="getImage">
> 	<property
> 	  name='http://www.example.org/2003/03/http/web-method/location'>
> 	  images/(name).jpg
> 	</property>
> 	<input/>
> 	<output/>
>       </operation>
>     </binding>

Received on Thursday, 10 April 2003 11:53:40 UTC