You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
3.8 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:infa="http://www.informatica.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:n="http://www.informatica.com/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.informatica.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <xsd:schema xmlns="http://www.informatica.com/wsdl/" xmlns:infatype="http://www.informatica.com/types/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.informatica.com/wsdl/">
  5. <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/" />
  6. <xsd:complexType name="WSH_PO_IOResponseType">
  7. <xsd:sequence>
  8. <xsd:element name="WSH_PO_IOResponseElement">
  9. <xsd:complexType>
  10. <xsd:sequence>
  11. <xsd:element minOccurs="0" maxOccurs="1" name="File_Name" nillable="true">
  12. <xsd:simpleType>
  13. <xsd:restriction base="xsd:string">
  14. <xsd:maxLength value="255" />
  15. </xsd:restriction>
  16. </xsd:simpleType>
  17. </xsd:element>
  18. </xsd:sequence>
  19. </xsd:complexType>
  20. </xsd:element>
  21. </xsd:sequence>
  22. </xsd:complexType>
  23. <xsd:complexType name="WSH_PO_IORequestType">
  24. <xsd:sequence>
  25. <xsd:element name="WSH_PO_IORequestElement">
  26. <xsd:complexType>
  27. <xsd:sequence>
  28. <xsd:element minOccurs="0" maxOccurs="1" name="Parser_Name" nillable="true">
  29. <xsd:simpleType>
  30. <xsd:restriction base="xsd:string">
  31. <xsd:maxLength value="32" />
  32. </xsd:restriction>
  33. </xsd:simpleType>
  34. </xsd:element>
  35. <xsd:element minOccurs="0" maxOccurs="1" name="File_Name" nillable="true">
  36. <xsd:simpleType>
  37. <xsd:restriction base="xsd:string">
  38. <xsd:maxLength value="255" />
  39. </xsd:restriction>
  40. </xsd:simpleType>
  41. </xsd:element>
  42. </xsd:sequence>
  43. </xsd:complexType>
  44. </xsd:element>
  45. </xsd:sequence>
  46. </xsd:complexType>
  47. <xsd:element name="WSH_PO_IORequest" type="n:WSH_PO_IORequestType" />
  48. <xsd:element name="WSH_PO_IOResponse" type="n:WSH_PO_IOResponseType" />
  49. </xsd:schema>
  50. </wsdl:types>
  51. <wsdl:message name="WSH_PO_IOOut">
  52. <wsdl:part name="parameters" element="n:WSH_PO_IOResponse" />
  53. </wsdl:message>
  54. <wsdl:message name="WSH_PO_IOIn">
  55. <wsdl:part name="parameters" element="n:WSH_PO_IORequest" />
  56. </wsdl:message>
  57. <wsdl:portType name="wsh_PO_ParserPort">
  58. <wsdl:operation name="wsh_PO_ParserOperation">
  59. <wsdl:input message="infa:WSH_PO_IOIn" />
  60. <wsdl:output message="infa:WSH_PO_IOOut" />
  61. </wsdl:operation>
  62. </wsdl:portType>
  63. <wsdl:binding name="wsh_PO_ParserBinding" type="infa:wsh_PO_ParserPort">
  64. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  65. <wsdl:operation name="wsh_PO_ParserOperation">
  66. <soap:operation soapAction="" style="document" />
  67. <wsdl:input>
  68. <soap:body use="literal" />
  69. </wsdl:input>
  70. <wsdl:output>
  71. <soap:body use="literal" />
  72. </wsdl:output>
  73. </wsdl:operation>
  74. </wsdl:binding>
  75. <wsdl:service name="wsh_PO_Parser">
  76. <wsdl:port name="wsh_PO_ParserPort" binding="infa:wsh_PO_ParserBinding">
  77. <soap:address location="http://origtek-lab:7333/wsh/services/RealTime/wsh_PO_Parser" />
  78. </wsdl:port>
  79. </wsdl:service>
  80. </wsdl:definitions>