-- WSDL module extracted from ITU-T Q.818 (05/2012)

<?xml version="1.0" encoding="UTF-8"?> <!-- WSDL Operation Definition for Multiple Object Operation(MOO) Service specified in this Recommendation. Filename : q818_MOOService.wsdl --> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:moos="http://www.itu.int/xml-namespace/itu-t/q.818/MultipleObjectOperationService" name="MOOService" targetNamespace="http://www.itu.int/xml-namespace/itu-t/q.818/MultipleObjectOperationService"> <import namespace="http://www.itu.int/xml-namespace/itu-t/q.818/MultipleObjectOperationService" location="q818_MOOService.xsd"/> <wsdl:message name="scopedGetRequest"> <wsdl:part name="scopedGetInput" type="moos:ScopedGetRequestType"/> </wsdl:message> <wsdl:message name="scopedGetResponse"> <wsdl:part name="scopedGetOutput" type="moos:ScopedGetResponseType"/> </wsdl:message> <wsdl:message name="scopedUpdateRequest"> <wsdl:part name="scopedUpdateInput" type="moos:ScopedUpdateRequestType"/> </wsdl:message> <wsdl:message name="scopedUpdateResponse"> <wsdl:part name="scopedUpdateOutput" type="moos:ScopedUpdateResponseType"/> </wsdl:message> <wsdl:message name="scopedDeleteRequest"> <wsdl:part name="scopedDeleteInput" type="moos:ScopedDeleteRequestType"/> </wsdl:message> <wsdl:message name="scopedDeleteResponse"> <wsdl:part name="scopedDeleteOutput" type="moos:ScopedDeleteResponseType"/> </wsdl:message> <wsdl:portType name="MOOServicePort"> <wsdl:operation name="scopedGet"> <wsdl:input message="moos:scopedGetRequest"/> <wsdl:output message="moos:scopedGetResponse"/> </wsdl:operation> <wsdl:operation name="scopedUpdate"> <wsdl:input message="moos:scopedUpdateRequest"/> <wsdl:output message="moos:scopedUpdateResponse"/> </wsdl:operation> <wsdl:operation name="scopedDelete"> <wsdl:input message="moos:scopedDeleteRequest"/> <wsdl:output message="moos:scopedDeleteResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="MOOServiceBinding" type="moos:MOOServicePort"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="scopedGet"> <soap:operation soapAction="scopedGet"/> <wsdl:input> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:input> <wsdl:output> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="scopedUpdate"> <soap:operation soapAction="scopedUpdate"/> <wsdl:input> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:input> <wsdl:output> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="scopedDelete"> <soap:operation soapAction="scopedDelete"/> <wsdl:input> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:input> <wsdl:output> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="MOOService"> <wsdl:port name="MOOServicePort" binding="moos:MOOServiceBinding"> <soap:address location="http://www.itu.int/xml-namespace/itu-t/q.818/MultipleObjectOperationSerivce"/> </wsdl:port> </wsdl:service> </wsdl:definitions>