ODGBaseUserService.wsdl 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  3. xmlns:tns="http://odg.tonline.de/ODGBaseUserService/"
  4. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ODGBaseUserService"
  6. targetNamespace="http://odg.tonline.de/ODGBaseUserService/">
  7. <wsdl:types>
  8. <xsd:schema
  9. targetNamespace="http://odg.tonline.de/ODGBaseUserService/"
  10. elementFormDefault="unqualified"
  11. attributeFormDefault="unqualified">
  12. <xsd:include schemaLocation="ODGBaseUserService.xsd" />
  13. </xsd:schema>
  14. </wsdl:types>
  15. <wsdl:message name="changeQuotaPool">
  16. <wsdl:part name="request" element="tns:changeQuotaPool"></wsdl:part>
  17. </wsdl:message>
  18. <wsdl:message name="changeQuotaPoolResponse">
  19. <wsdl:part name="response"
  20. element="tns:changeQuotaPoolResponse">
  21. </wsdl:part>
  22. </wsdl:message>
  23. <wsdl:message name="getQuotaInformation">
  24. <wsdl:part name="request" element="tns:getQuotaInformation"></wsdl:part>
  25. </wsdl:message>
  26. <wsdl:message name="getQuotaInformationResponse">
  27. <wsdl:part name="response"
  28. element="tns:getQuotaInformationResponse">
  29. </wsdl:part>
  30. </wsdl:message>
  31. <wsdl:message name="getAccountBalance">
  32. <wsdl:part name="request" element="tns:getAccountBalance"></wsdl:part>
  33. </wsdl:message>
  34. <wsdl:message name="getAccountBalanceResponse">
  35. <wsdl:part name="response" element="tns:getAccountBalanceResponse"></wsdl:part>
  36. </wsdl:message>
  37. <wsdl:portType name="ODGBaseUserService">
  38. <wsdl:operation name="changeQuotaPool">
  39. <wsdl:input message="tns:changeQuotaPool"></wsdl:input>
  40. <wsdl:output message="tns:changeQuotaPoolResponse"></wsdl:output>
  41. </wsdl:operation>
  42. <wsdl:operation name="getQuotaInformation">
  43. <wsdl:input message="tns:getQuotaInformation"></wsdl:input>
  44. <wsdl:output message="tns:getQuotaInformationResponse"></wsdl:output>
  45. </wsdl:operation>
  46. <wsdl:operation name="getAccountBalance">
  47. <wsdl:input message="tns:getAccountBalance"></wsdl:input>
  48. <wsdl:output message="tns:getAccountBalanceResponse"></wsdl:output>
  49. </wsdl:operation>
  50. </wsdl:portType>
  51. <wsdl:binding name="ODGBaseUserServiceSOAP"
  52. type="tns:ODGBaseUserService">
  53. <soap:binding style="document"
  54. transport="http://schemas.xmlsoap.org/soap/http" />
  55. <wsdl:operation name="changeQuotaPool">
  56. <soap:operation
  57. soapAction="http://odg.tonline.de/ODGBaseUserService/changeQuotaPool" />
  58. <wsdl:input>
  59. <soap:body use="literal" />
  60. </wsdl:input>
  61. <wsdl:output>
  62. <soap:body use="literal" />
  63. </wsdl:output>
  64. </wsdl:operation>
  65. <wsdl:operation name="getQuotaInformation">
  66. <soap:operation
  67. soapAction="http://odg.tonline.de/ODGBaseUserService/getQuotaInformation" />
  68. <wsdl:input>
  69. <soap:body use="literal" />
  70. </wsdl:input>
  71. <wsdl:output>
  72. <soap:body use="literal" />
  73. </wsdl:output>
  74. </wsdl:operation>
  75. <wsdl:operation name="getAccountBalance">
  76. <soap:operation
  77. soapAction="http://odg.tonline.de/ODGBaseUserService/getAccountBalance" />
  78. <wsdl:input>
  79. <soap:body use="literal" />
  80. </wsdl:input>
  81. <wsdl:output>
  82. <soap:body use="literal" />
  83. </wsdl:output>
  84. </wsdl:operation>
  85. </wsdl:binding>
  86. <wsdl:service name="ODGBaseUserService">
  87. <wsdl:port name="ODGBaseUserService"
  88. binding="tns:ODGBaseUserServiceSOAP">
  89. <soap:address
  90. location="https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService" />
  91. </wsdl:port>
  92. </wsdl:service>
  93. </wsdl:definitions>