<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions
targetNamespace="http://tempuri.org/"
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/>
<!-- omitted elements -->
<wsdl:portType msc:usingSession="true" name="IContractName">
<wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="A">
<!-- omitted elements -->
</wsdl:operation>
<wsdl:operation msc:isInitiating="false" msc:isTerminating="false" name="B">
<!-- omitted elements -->
</wsdl:operation>
<wsdl:operation msc:isInitiating="false" msc:isTerminating="true" name="C">
<!-- omitted elements -->
</wsdl:operation>
<!-- omitted elements -->
</wsdl:portType>
<!-- omitted elements -->
</wsdl:definitions>