|
<wsdl:definitions name="WFDynamicContract.Workflow1" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
<wsp:Policy wsu:Id="WSHttpContextBinding_DynamicContract_policy">
Policy Info...
</wsp:Policy>
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/">
<xs:element name="TestOp">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="param1" type="xs:int"/>
<xs:element minOccurs="0" name="param2" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TestOpResponse">
<xs:complexType>
<xs:sequence/>
</xs:complexType>
</xs:element>
</xs:schema>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="http://localhost:8888/ServiceHost/Calculator.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="DynamicContract_TestOp_InputMessage">
<wsdl:part name="parameters" element="tns:TestOp"/>
</wsdl:message>
<wsdl:message name="DynamicContract_TestOp_OutputMessage">
<wsdl:part name="parameters" element="tns:TestOpResponse"/>
</wsdl:message>
<wsdl:portType name="DynamicContract">
<wsdl:operation name="TestOp">
<wsdl:input wsaw:Action="http://tempuri.org/DynamicContract/TestOp" message="tns:DynamicContract_TestOp_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/DynamicContract/TestOpResponse" message="tns:DynamicContract_TestOp_OutputMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WSHttpContextBinding_DynamicContract" type="tns:DynamicContract">
<wsp:PolicyReference URI="#WSHttpContextBinding_DynamicContract_policy"/>
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="TestOp">
<soap12:operation soapAction="http://tempuri.org/DynamicContract/TestOp" style="document"/>
<wsdl:input>
<wsp:PolicyReference URI="#WSHttpContextBinding_DynamicContract_TestOp_Input_policy"/>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<wsp:PolicyReference URI="#WSHttpContextBinding_DynamicContract_TestOp_output_policy"/>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WFDynamicContract.Workflow1">
<wsdl:port name="WSHttpContextBinding_DynamicContract" binding="tns:WSHttpContextBinding_DynamicContract">
<soap12:address location="http://localhost:8888/ServiceHost/Calculator.svc"/>
<wsa10:EndpointReference>
<wsa10:Address>http://localhost:8888/ServiceHost/Calculator.svc</wsa10:Address>
Identity Information....
</wsa10:EndpointReference>
</wsdl:port>
</wsdl:service>
</wsdl:definitions> |