<?xml version="1.0" encoding="utf-8"?>

<wsdl:definitions targetNamespace="urn:icsy:venice:wsdl:voip" name="SupplementaryService"
	xmlns:tns="urn:icsy:venice:wsdl:voip"
	xmlns:basic="urn:icsy:venice:types:basic"
	xmlns:domain="urn:icsy:venice:types:domain"
	xmlns:voip="urn:icsy:venice:types:voip"
	xmlns:faults="urn:icsy:venice:types:faults"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

	<!-- ========== Types ============ -->

	<wsdl:types>

		<xsd:schema elementFormDefault="qualified">
			<xsd:import namespace="urn:icsy:venice:types:basic" schemaLocation="http://www.v-grid.info/types/basic.xsd"/>
			<xsd:import namespace="urn:icsy:venice:types:domain" schemaLocation="http://www.v-grid.info/types/domain.xsd"/>
			<xsd:import namespace="urn:icsy:venice:types:voip" schemaLocation="http://www.v-grid.info/types/voip.xsd"/>
			<xsd:import namespace="urn:icsy:venice:types:faults" schemaLocation="http://www.v-grid.info/types/faults.xsd"/>
		</xsd:schema>

	</wsdl:types>

	<!-- ========== Messages ============ -->

	<wsdl:message name="Message_SupplementaryService_execute">
		<wsdl:documentation>The request message for the operation execute().</wsdl:documentation>
		<wsdl:part name="sso" type="domain:SSOInformation"/>
		<wsdl:part name="env" type="voip:ExecutionEnvironment"/>
	</wsdl:message>

	<wsdl:message name="Message_SupplementaryService_executeResponse">
		<wsdl:documentation>The response message for the operation execute().</wsdl:documentation>
	</wsdl:message>

	<wsdl:message name="Message_SupplementaryService_getSimpleClientComponent">
		<wsdl:documentation>The request message for the operation getSimpleClientComponent().</wsdl:documentation>
		<wsdl:part name="sso" type="domain:SSOInformation"/>
		<wsdl:part name="id" type="basic:String"/>
	</wsdl:message>

	<wsdl:message name="Message_SupplementaryService_getSimpleClientComponentResponse">
		<wsdl:documentation>The response message for the operation getSimpleClientComponent().</wsdl:documentation>
		<wsdl:part name="result" type="basic:String"/>
	</wsdl:message>

	<wsdl:message name="Message_SupplementaryService_getSimpleClientComponents">
		<wsdl:documentation>The request message for the operation getSimpleClientComponents().</wsdl:documentation>
		<wsdl:part name="sso" type="domain:SSOInformation"/>
		<wsdl:part name="ids" type="basic:StringArray"/>
	</wsdl:message>

	<wsdl:message name="Message_SupplementaryService_getSimpleClientComponentsResponse">
		<wsdl:documentation>The response message for the operation getSimpleClientComponents().</wsdl:documentation>
		<wsdl:part name="result" type="basic:StringArray"/>
	</wsdl:message>

	<!-- ========== Fault Messages ============ -->

	<wsdl:message name="FaultMessage_SupplementaryService_AuthorizationFault">
		<wsdl:part name="fault" element="faults:AuthorizationFault"/>
	</wsdl:message>

	<wsdl:message name="FaultMessage_SupplementaryService_IllegalArgumentFault">
		<wsdl:part name="fault" element="faults:IllegalArgumentFault"/>
	</wsdl:message>

	<wsdl:message name="FaultMessage_SupplementaryService_ServiceMigratedFault">
		<wsdl:part name="fault" element="faults:ServiceMigratedFault"/>
	</wsdl:message>

	<wsdl:message name="FaultMessage_SupplementaryService_ServiceNotReadyFault">
		<wsdl:part name="fault" element="faults:ServiceNotReadyFault"/>
	</wsdl:message>

	<wsdl:message name="FaultMessage_SupplementaryService_ServiceLimitReachedFault">
		<wsdl:part name="fault" element="faults:ServiceLimitReachedFault"/>
	</wsdl:message>

	<!-- ========== Port Types ============ -->

	<wsdl:portType name="SupplementaryServicePortType">

		<wsdl:operation name="execute" parameterOrder="sso env">
			<wsdl:documentation>Execute the supplementary service.</wsdl:documentation>
			<wsdl:input message="tns:Message_SupplementaryService_execute"/>
			<wsdl:output message="tns:Message_SupplementaryService_executeResponse"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_AuthorizationFault" name="AuthorizationFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_IllegalArgumentFault" name="IllegalArgumentFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceMigratedFault" name="ServiceMigratedFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceNotReadyFault" name="ServiceNotReadyFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceLimitReachedFault" name="ServiceLimitReachedFault"/>
		</wsdl:operation>

		<wsdl:operation name="getSimpleClientComponent" parameterOrder="sso id">
			<wsdl:documentation>Get the GUI component for the simple VoIP client.</wsdl:documentation>
			<wsdl:input message="tns:Message_SupplementaryService_getSimpleClientComponent"/>
			<wsdl:output message="tns:Message_SupplementaryService_getSimpleClientComponentResponse"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_AuthorizationFault" name="AuthorizationFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_IllegalArgumentFault" name="IllegalArgumentFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceMigratedFault" name="ServiceMigratedFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceNotReadyFault" name="ServiceNotReadyFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceLimitReachedFault" name="ServiceLimitReachedFault"/>
		</wsdl:operation>

		<wsdl:operation name="getSimpleClientComponents" parameterOrder="sso ids">
			<wsdl:documentation>Get all GUI components for the simple VoIP client.</wsdl:documentation>
			<wsdl:input message="tns:Message_SupplementaryService_getSimpleClientComponents"/>
			<wsdl:output message="tns:Message_SupplementaryService_getSimpleClientComponentsResponse"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_AuthorizationFault" name="AuthorizationFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_IllegalArgumentFault" name="IllegalArgumentFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceMigratedFault" name="ServiceMigratedFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceNotReadyFault" name="ServiceNotReadyFault"/>
			<wsdl:fault message="tns:FaultMessage_SupplementaryService_ServiceLimitReachedFault" name="ServiceLimitReachedFault"/>
		</wsdl:operation>

	</wsdl:portType>

</wsdl:definitions>

