Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Example
…
<xs:element name="OrderResponse" type="confirmation" />
<xs:simpleType name="confirmation”>
<xs:restriction base="xs:string”>
<xs:enumeration value="Confirmed" />
<xs:enumeration value="Pending" />
<xs:enumeration value="Rejected" />
</xs:restriction>
</xs:simpleType>
</xs:schema>
</wsdl:types>
<wsdl:interface name="Order”>
<wsdl:operation name="order" pattern="http://www.w3.org/ns/wsdl/in-out”>
<wsdl:input element="OrderRequest" />
<wsdl:output element="OrderResponse" />
</wsdl:operation>
</wsdl:interface>
…
</wsdl:description>