ZVON > References > WSDL 1.1 Reference

Type

Name: wsdl:operationType
Elements of this type: wsdl:operation
Attributes of this type:

Schema fragment:
<complexType name="operationType">
     <complexContent>
          <extension base="wsdl:documented">
               <choice>
                    <group ref="wsdl:one-way-operation"/>
                    <group ref="wsdl:request-response-operation"/>
                    <group ref="wsdl:solicit-response-operation"/>
                    <group ref="wsdl:notification-operation"/>
               </choice>
               <attribute name="name" type="NCName" use="required"/>
          </extension>
     </complexContent>
</complexType>