Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.30 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="WcfVendor" targetNamespace="http://tempuri.org/">
  3. <wsdl:types>
  4. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <xs:import namespace="http://schemas.datacontract.org/2004/07/WcfVendors"/>
  6. <xs:element name="InsertVendor">
  7. <xs:complexType>
  8. <xs:sequence>
  9. <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/WcfVendors" minOccurs="0" name="p_Vendor" nillable="true" type="q1:Vendor"/>
  10. </xs:sequence>
  11. </xs:complexType>
  12. </xs:element>
  13. <xs:element name="InsertVendorResponse">
  14. <xs:complexType>
  15. <xs:sequence>
  16. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/WcfVendors" minOccurs="0" name="InsertVendorResult" nillable="true" type="q2:VendorResponse"/>
  17. </xs:sequence>
  18. </xs:complexType>
  19. </xs:element>
  20. </xs:schema>
  21. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/">
  22. <xs:element name="anyType" nillable="true" type="xs:anyType"/>
  23. <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
  24. <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
  25. <xs:element name="boolean" nillable="true" type="xs:boolean"/>
  26. <xs:element name="byte" nillable="true" type="xs:byte"/>
  27. <xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
  28. <xs:element name="decimal" nillable="true" type="xs:decimal"/>
  29. <xs:element name="double" nillable="true" type="xs:double"/>
  30. <xs:element name="float" nillable="true" type="xs:float"/>
  31. <xs:element name="int" nillable="true" type="xs:int"/>
  32. <xs:element name="long" nillable="true" type="xs:long"/>
  33. <xs:element name="QName" nillable="true" type="xs:QName"/>
  34. <xs:element name="short" nillable="true" type="xs:short"/>
  35. <xs:element name="string" nillable="true" type="xs:string"/>
  36. <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
  37. <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
  38. <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
  39. <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
  40. <xs:element name="char" nillable="true" type="tns:char"/>
  41. <xs:simpleType name="char">
  42. <xs:restriction base="xs:int"/>
  43. </xs:simpleType>
  44. <xs:element name="duration" nillable="true" type="tns:duration"/>
  45. <xs:simpleType name="duration">
  46. <xs:restriction base="xs:duration">
  47. <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
  48. <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
  49. <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
  50. </xs:restriction>
  51. </xs:simpleType>
  52. <xs:element name="guid" nillable="true" type="tns:guid"/>
  53. <xs:simpleType name="guid">
  54. <xs:restriction base="xs:string">
  55. <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
  56. </xs:restriction>
  57. </xs:simpleType>
  58. <xs:attribute name="FactoryType" type="xs:QName"/>
  59. <xs:attribute name="Id" type="xs:ID"/>
  60. <xs:attribute name="Ref" type="xs:IDREF"/>
  61. </xs:schema>
  62. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/WcfVendors" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/WcfVendors">
  63. <xs:complexType name="Vendor">
  64. <xs:sequence>
  65. <xs:element minOccurs="0" name="ADDRESS_1" nillable="true" type="xs:string"/>
  66. <xs:element minOccurs="0" name="ADDRESS_2" nillable="true" type="xs:string"/>
  67. <xs:element minOccurs="0" name="ADDRESS_CITY" nillable="true" type="xs:string"/>
  68. <xs:element minOccurs="0" name="ADDRESS_COUNTRY" nillable="true" type="xs:string"/>
  69. <xs:element minOccurs="0" name="ADDRESS_COUNTRY_CODE" nillable="true" type="xs:string"/>
  70. <xs:element minOccurs="0" name="ADDRESS_COUNTY" nillable="true" type="xs:string"/>
  71. <xs:element minOccurs="0" name="ADDRESS_EMAIL" nillable="true" type="xs:string"/>
  72. <xs:element minOccurs="0" name="ADDRESS_FAX_NUM" nillable="true" type="xs:string"/>
  73. <xs:element minOccurs="0" name="ADDRESS_HOME_PAGE" nillable="true" type="xs:string"/>
  74. <xs:element minOccurs="0" name="ADDRESS_PHONE_NUM" nillable="true" type="xs:string"/>
  75. <xs:element minOccurs="0" name="ADDRESS_POST_CODE" nillable="true" type="xs:string"/>
  76. <xs:element minOccurs="0" name="ADDRESS_STATE" nillable="true" type="xs:string"/>
  77. <xs:element minOccurs="0" name="AMOS_CODE" nillable="true" type="xs:string"/>
  78. <xs:element minOccurs="0" name="AMOS_DEPARTMENT_ID" nillable="true" type="xs:string"/>
  79. <xs:element minOccurs="0" name="AMOS_GOLDEN_STATUS" nillable="true" type="xs:string"/>
  80. <xs:element minOccurs="0" name="AMOS_ID" nillable="true" type="xs:string"/>
  81. <xs:element minOccurs="0" name="CNPJ_CODE" nillable="true" type="xs:string"/>
  82. <xs:element minOccurs="0" name="CURRENCY_CODE" nillable="true" type="xs:string"/>
  83. <xs:element minOccurs="0" name="IE_CODE" nillable="true" type="xs:string"/>
  84. <xs:element minOccurs="0" name="MDM_ID" type="xs:int"/>
  85. <xs:element minOccurs="0" name="PROCUREMENT_COMMENT" nillable="true" type="xs:string"/>
  86. <xs:element minOccurs="0" name="SBM_NAME" nillable="true" type="xs:string"/>
  87. <xs:element minOccurs="0" name="SBM_OPERATIONS_BLOCKED_REASON" nillable="true" type="xs:string"/>
  88. <xs:element minOccurs="0" name="SBM_OPERATIONS_BLOCKED_STATUS" type="xs:int"/>
  89. <xs:element minOccurs="0" name="VAT_TAX_NUMBER" nillable="true" type="xs:string"/>
  90. <xs:element minOccurs="0" name="VISIBILITY_STATUS" nillable="true" type="xs:string"/>
  91. </xs:sequence>
  92. </xs:complexType>
  93. <xs:element name="Vendor" nillable="true" type="tns:Vendor"/>
  94. <xs:complexType name="VendorResponse">
  95. <xs:sequence>
  96. <xs:element minOccurs="0" name="AMOS_CODE" nillable="true" type="xs:string"/>
  97. <xs:element minOccurs="0" name="AMOS_ID" nillable="true" type="xs:string"/>
  98. <xs:element minOccurs="0" name="ERROR_MESSAGE" nillable="true" type="xs:string"/>
  99. <xs:element minOccurs="0" name="MDM_ID" nillable="true" type="xs:string"/>
  100. <xs:element minOccurs="0" name="RETURN_CODE" type="xs:int"/>
  101. </xs:sequence>
  102. </xs:complexType>
  103. <xs:element name="VendorResponse" nillable="true" type="tns:VendorResponse"/>
  104. </xs:schema>
  105. </wsdl:types>
  106. <wsdl:message name="IVendor_InsertVendor_InputMessage">
  107. <wsdl:part name="parameters" element="tns:InsertVendor"/>
  108. </wsdl:message>
  109. <wsdl:message name="IVendor_InsertVendor_OutputMessage">
  110. <wsdl:part name="parameters" element="tns:InsertVendorResponse"/>
  111. </wsdl:message>
  112. <wsdl:portType name="IVendor">
  113. <wsdl:operation name="InsertVendor">
  114. <wsdl:input wsaw:Action="http://tempuri.org/IVendor/InsertVendor" message="tns:IVendor_InsertVendor_InputMessage"/>
  115. <wsdl:output wsaw:Action="http://tempuri.org/IVendor/InsertVendorResponse" message="tns:IVendor_InsertVendor_OutputMessage"/>
  116. </wsdl:operation>
  117. </wsdl:portType>
  118. <wsdl:binding name="BasicHttpBinding_IVendor" type="tns:IVendor">
  119. <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  120. <wsdl:operation name="InsertVendor">
  121. <soap:operation soapAction="http://tempuri.org/IVendor/InsertVendor" style="document"/>
  122. <wsdl:input>
  123. <soap:body use="literal"/>
  124. </wsdl:input>
  125. <wsdl:output>
  126. <soap:body use="literal"/>
  127. </wsdl:output>
  128. </wsdl:operation>
  129. </wsdl:binding>
  130. <wsdl:service name="WcfVendor">
  131. <wsdl:port name="BasicHttpBinding_IVendor" binding="tns:BasicHttpBinding_IVendor">
  132. <soap:address location="http://localhost:50592/Service1.svc"/>
  133. </wsdl:port>
  134. </wsdl:service>
  135. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement