Ngữ pháp WSDL đầy đủ
- Trang trước WSDL và UDDI
- Trang tiếp theo Tóm tắt WSDL
Mô tả về bản thảo công việc W3C của ngữ pháp WSDL 1.2 đầy đủ được liệt kê dưới đây:
<wsdl:definitions name="nmtoken"? targetNamespace="uri"> <import namespace="uri" location="uri"/> * <wsdl:documentation .... /> ? <wsdl:types> ? <wsdl:documentation .... /> ? <xsd:schema .... /> * </wsdl:types> <wsdl:message name="ncname"> * <wsdl:documentation .... /> ? <part name="ncname" element="qname"? type="qname"?/> * </wsdl:message> <wsdl:portType name="ncname"> * <wsdl:documentation .... /> ? <wsdl:operation name="ncname"> * <wsdl:documentation .... /> ? <wsdl:input message="qname"> ? <wsdl:documentation .... /> ? </wsdl:input> <wsdl:output message="qname"> ? <wsdl:documentation .... /> ? </wsdl:output> <wsdl:fault name="ncname" message="qname"> * <wsdl:documentation .... /> ? </wsdl:fault> </wsdl:operation> </wsdl:portType> <wsdl:serviceType name="ncname"> * <wsdl:portType name="qname"/> + </wsdl:serviceType> <wsdl:binding name="ncname" type="qname"> * <wsdl:documentation .... /> ? <-- thông tin kết nối --> * <wsdl:operation name="ncname"> * <wsdl:documentation .... /> ? <-- thông tin kết nối --> * <wsdl:input> ? <wsdl:documentation .... /> ? <-- thông tin kết nối --> </wsdl:input> <wsdl:output> ? <wsdl:documentation .... /> ? <-- thông tin kết nối --> * </wsdl:output> <wsdl:fault name="ncname"> * <wsdl:documentation .... /> ? <-- thông tin kết nối --> * </wsdl:fault> </wsdl:operation> </wsdl:binding> <wsdl:service name="ncname" serviceType="qname"> * <wsdl:documentation .... /> ? <wsdl:port name="ncname" binding="qname"> * <wsdl:documentation .... /> ? <-- thông tin địa chỉ --> </wsdl:port> </wsdl:service> </wsdl:definitions>
- Trang trước WSDL và UDDI
- Trang tiếp theo Tóm tắt WSDL