BasicHttp_Operation.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Metadata xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex">
  3. <wsx:MetadataSection xmlns="" Dialect="http://schemas.xmlsoap.org/wsdl/" Identifier="http://tempuri.org/">
  4. <wsdl:definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="service" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  5. <wsdl:types>
  6. <xsd:schema targetNamespace="http://tempuri.org/Imports">
  7. <xsd:import namespace="http://tempuri.org/" />
  8. </xsd:schema>
  9. </wsdl:types>
  10. <wsdl:message name="IMyContract_Hello_InputMessage">
  11. <wsdl:part name="parameters" element="tns:Hello" />
  12. </wsdl:message>
  13. <wsdl:message name="IMyContract_Hello_OutputMessage">
  14. <wsdl:part name="parameters" element="tns:HelloResponse" />
  15. </wsdl:message>
  16. <wsdl:portType name="IMyContract">
  17. <wsdl:operation name="Hello">
  18. <wsdl:input wsaw:Action="http://tempuri.org/IMyContract/Hello" message="tns:IMyContract_Hello_InputMessage" />
  19. <wsdl:output wsaw:Action="http://tempuri.org/IMyContract/HelloResponse" message="tns:IMyContract_Hello_OutputMessage" />
  20. </wsdl:operation>
  21. </wsdl:portType>
  22. <wsdl:binding name="BasicHttpBinding_IMyContract" type="tns:IMyContract">
  23. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  24. <wsdl:operation name="Hello">
  25. <soap:operation soapAction="http://tempuri.org/IMyContract/Hello" style="document" />
  26. <wsdl:input>
  27. <soap:body use="literal" />
  28. </wsdl:input>
  29. <wsdl:output>
  30. <soap:body use="literal" />
  31. </wsdl:output>
  32. </wsdl:operation>
  33. </wsdl:binding>
  34. <wsdl:service name="service">
  35. <wsdl:port name="BasicHttpBinding_IMyContract" binding="tns:BasicHttpBinding_IMyContract">
  36. <soap:address location="http://tempuri.org/TestHttp/" />
  37. </wsdl:port>
  38. </wsdl:service>
  39. </wsdl:definitions>
  40. </wsx:MetadataSection>
  41. <wsx:MetadataSection xmlns="" Dialect="http://www.w3.org/2001/XMLSchema" Identifier="http://tempuri.org/">
  42. <xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  43. <xs:element name="Hello">
  44. <xs:complexType>
  45. <xs:sequence />
  46. </xs:complexType>
  47. </xs:element>
  48. <xs:element name="HelloResponse">
  49. <xs:complexType>
  50. <xs:sequence />
  51. </xs:complexType>
  52. </xs:element>
  53. </xs:schema>
  54. </wsx:MetadataSection>
  55. </Metadata>