midrange.com code scratchpad
Name:
Jon Paris
Scriptlanguage:
Plain Text
Tabwidth:
4
Date:
04/10/2010 11:21:54 pm
IP:
Logged
Description:
WDSL generated by integrated application server wizard
Code:
  1. <wsdl:definitions targetNamespace="http://getdescrf.wsbeans.iseries">
  2. <wsdl:documentation>GETDESCRF</wsdl:documentation>
  3. <wsdl:types>
  4. <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://getdescrf.wsbeans.iseries/xsd">
  5. <xs:element name="getdescr">
  6. <xs:complexType>
  7. <xs:sequence>
  8. <xs:element minOccurs="0" name="param0" nillable="true" type="ns:GETDESCRInput"/>
  9. </xs:sequence>
  10. </xs:complexType>
  11. </xs:element>
  12. <xs:complexType name="GETDESCRInput">
  13. <xs:sequence>
  14. <xs:element minOccurs="0" name="_CATCODE" nillable="true" type="xs:string"/>
  15. <xs:element minOccurs="0" name="_PRODCODE" nillable="true" type="xs:string"/>
  16. </xs:sequence>
  17. </xs:complexType>
  18. <xs:element name="getdescrResponse">
  19. <xs:complexType>
  20. <xs:sequence>
  21. <xs:element minOccurs="0" name="return" nillable="true" type="ns:GETDESCRResult"/>
  22. </xs:sequence>
  23. </xs:complexType>
  24. </xs:element>
  25. <xs:complexType name="GETDESCRResult">
  26. <xs:sequence>
  27. <xs:element minOccurs="0" name="_DESCRIPTION" nillable="true" type="xs:string"/>
  28. </xs:sequence>
  29. </xs:complexType>
  30. <xs:element name="getdescr_XML">
  31. <xs:complexType>
  32. <xs:sequence>
  33. <xs:element minOccurs="0" name="param0" nillable="true" type="ns:GETDESCRInput"/>
  34. </xs:sequence>
  35. </xs:complexType>
  36. </xs:element>
  37. <xs:element name="getdescr_XMLResponse">
  38. <xs:complexType>
  39. <xs:sequence>
  40. <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
  41. </xs:sequence>
  42. </xs:complexType>
  43. </xs:element>
  44. </xs:schema>
  45. </wsdl:types>
  46. <wsdl:message name="getdescr_XMLRequest">
  47. <wsdl:part name="parameters" element="ns0:getdescr_XML"/>
  48. </wsdl:message>
  49. <wsdl:message name="getdescr_XMLResponse">
  50. <wsdl:part name="parameters" element="ns0:getdescr_XMLResponse"/>
  51. </wsdl:message>
  52. <wsdl:message name="getdescrRequest">
  53. <wsdl:part name="parameters" element="ns0:getdescr"/>
  54. </wsdl:message>
  55. <wsdl:message name="getdescrResponse">
  56. <wsdl:part name="parameters" element="ns0:getdescrResponse"/>
  57. </wsdl:message>
  58. <wsdl:portType name="GETDESCRFPortType">
  59. <wsdl:operation name="getdescr_XML">
  60. <wsdl:input message="axis2:getdescr_XMLRequest" wsaw:Action="urn:getdescr_XML"/>
  61. <wsdl:output message="axis2:getdescr_XMLResponse" wsaw:Action="urn:getdescr_XMLResponse"/>
  62. </wsdl:operation>
  63. <wsdl:operation name="getdescr">
  64. <wsdl:input message="axis2:getdescrRequest" wsaw:Action="urn:getdescr"/>
  65. <wsdl:output message="axis2:getdescrResponse" wsaw:Action="urn:getdescrResponse"/>
  66. </wsdl:operation>
  67. </wsdl:portType>
  68. <wsdl:binding name="GETDESCRFSOAP11Binding" type="axis2:GETDESCRFPortType">
  69. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
  70. <wsdl:operation name="getdescr_XML">
  71. <soap:operation soapAction="urn:getdescr_XML" style="document"/>
  72. <wsdl:input>
  73. <soap:body use="literal"/>
  74. </wsdl:input>
  75. <wsdl:output>
  76. <soap:body use="literal"/>
  77. </wsdl:output>
  78. </wsdl:operation>
  79. <wsdl:operation name="getdescr">
  80. <soap:operation soapAction="urn:getdescr" style="document"/>
  81. <wsdl:input>
  82. <soap:body use="literal"/>
  83. </wsdl:input>
  84. <wsdl:output>
  85. <soap:body use="literal"/>
  86. </wsdl:output>
  87. </wsdl:operation>
  88. </wsdl:binding>
  89. <wsdl:service name="GETDESCRF">
  90. <wsdl:port name="GETDESCRFSOAP11port_http" binding="axis2:GETDESCRFSOAP11Binding">
  91. <soap:address location="http://172.28.128.30:10021/web/services/GETDESCRF"/>
  92. </wsdl:port>
  93. </wsdl:service>
  94. </wsdl:definitions>
© 2004-2019 by midrange.com generated in 0.007s valid xhtml & css