Advertisement
Guest User

wsgiref server's output

a guest
Mar 1st, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. services$ python2 info_service.py
  2. INFO:root:listening to http://127.0.0.1:7789
  3. INFO:root:wsdl is at: http://localhost:7789/?wsdl
  4. INFO:rpclib.interface._base:From this point on, you're not supposed to make any changes to the class & method structure of the exposed services.
  5. DEBUG:rpclib.interface._base:populating '__main__.InfoService ({InfoService.InfoService}InfoService) ' types...
  6. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ProjectListRequest'>" for '{soap.project_list}ProjectListRequest'
  7. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectList'>" for '{rpclib.examples.hello.soap}getProjectList'
  8. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Project'>" for '{soap.project_list}Project'
  9. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.project_list}ProjectArray'
  10. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectListResponse'>" for '{rpclib.examples.hello.soap}getProjectListResponse'
  11. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.RealtimeInfoRequest'>" for '{soap.realtime_info}RealtimeInfoRequest'
  12. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfo'>" for '{rpclib.examples.hello.soap}getRealtimeInfo'
  13. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ParamRecord'>" for '{soap.info_service}ParamRecord'
  14. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParamRecordArray'
  15. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Parameter'>" for '{soap.info_service}Parameter'
  16. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParameterArray'
  17. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.StageRecord'>" for '{soap.info_service}StageRecord'
  18. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Stage'>" for '{soap.info_service}Stage'
  19. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Pipe'>" for '{soap.info_service}Pipe'
  20. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}PipeArray'
  21. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfoResponse'>" for '{rpclib.examples.hello.soap}getRealtimeInfoResponse'
  22. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.HistoryInfoRequest'>" for '{soap.history_info}HistoryInfoRequest'
  23. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfo'>" for '{rpclib.examples.hello.soap}getHistoryInfo'
  24. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfoResponse'>" for '{rpclib.examples.hello.soap}getHistoryInfoResponse'
  25. DEBUG:rpclib.interface._base:populating '__main__.InfoService' methods...
  26. DEBUG:rpclib.interface._base: adding method 'getProjectList' to match '{rpclib.examples.hello.soap}getProjectList' tag.
  27. DEBUG:rpclib.interface._base: adding method 'getRealtimeInfo' to match '{rpclib.examples.hello.soap}getRealtimeInfo' tag.
  28. DEBUG:rpclib.interface._base: adding method 'getHistoryInfo' to match '{rpclib.examples.hello.soap}getHistoryInfo' tag.
  29. INFO:rpclib.interface._base:From this point on, you're not supposed to make any changes to the class & method structure of the exposed services.
  30. DEBUG:rpclib.interface.xml_schema._base:generating schema for targetNamespace='rpclib.examples.hello.soap', prefix: 'tns' in dir '/tmp/tmp0T83AA'
  31. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmp0T83AA/s3.xsd' for ns soap.history_info
  32. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmp0T83AA/s2.xsd' for ns soap.info_service
  33. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmp0T83AA/s1.xsd' for ns soap.realtime_info
  34. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmp0T83AA/s0.xsd' for ns soap.project_list
  35. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmp0T83AA/tns.xsd' for ns rpclib.examples.hello.soap
  36. DEBUG:rpclib.interface.xml_schema._base:building schema...
  37. DEBUG:rpclib.interface.xml_schema._base:schema <lxml.etree.XMLSchema object at 0x9bee7fc> built, cleaning up...
  38. DEBUG:rpclib.interface.xml_schema._base:removed '/tmp/tmp0T83AA'
  39. DEBUG:rpclib.interface._base:populating '__main__.InfoService ({rpclib.examples.hello.soap}InfoService) ' types...
  40. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ProjectListRequest'>" for '{soap.project_list}ProjectListRequest'
  41. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectList'>" for '{rpclib.examples.hello.soap}getProjectList'
  42. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Project'>" for '{soap.project_list}Project'
  43. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.project_list}ProjectArray'
  44. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectListResponse'>" for '{rpclib.examples.hello.soap}getProjectListResponse'
  45. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.RealtimeInfoRequest'>" for '{soap.realtime_info}RealtimeInfoRequest'
  46. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfo'>" for '{rpclib.examples.hello.soap}getRealtimeInfo'
  47. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ParamRecord'>" for '{soap.info_service}ParamRecord'
  48. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParamRecordArray'
  49. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Parameter'>" for '{soap.info_service}Parameter'
  50. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParameterArray'
  51. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.StageRecord'>" for '{soap.info_service}StageRecord'
  52. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Stage'>" for '{soap.info_service}Stage'
  53. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Pipe'>" for '{soap.info_service}Pipe'
  54. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}PipeArray'
  55. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfoResponse'>" for '{rpclib.examples.hello.soap}getRealtimeInfoResponse'
  56. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.HistoryInfoRequest'>" for '{soap.history_info}HistoryInfoRequest'
  57. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfo'>" for '{rpclib.examples.hello.soap}getHistoryInfo'
  58. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfoResponse'>" for '{rpclib.examples.hello.soap}getHistoryInfoResponse'
  59. DEBUG:rpclib.interface._base:populating '__main__.InfoService' methods...
  60. DEBUG:rpclib.interface._base: adding method 'getProjectList' to match '{rpclib.examples.hello.soap}getProjectList' tag.
  61. DEBUG:rpclib.interface._base: adding method 'getRealtimeInfo' to match '{rpclib.examples.hello.soap}getRealtimeInfo' tag.
  62. DEBUG:rpclib.interface._base: adding method 'getHistoryInfo' to match '{rpclib.examples.hello.soap}getHistoryInfo' tag.
  63. INFO:rpclib.interface._base:From this point on, you're not supposed to make any changes to the class & method structure of the exposed services.
  64. DEBUG:rpclib.interface.xml_schema._base:generating schema for targetNamespace='rpclib.examples.hello.soap', prefix: 'tns' in dir '/tmp/tmplgHBCg'
  65. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmplgHBCg/s3.xsd' for ns soap.history_info
  66. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmplgHBCg/s2.xsd' for ns soap.info_service
  67. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmplgHBCg/s1.xsd' for ns soap.realtime_info
  68. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmplgHBCg/s0.xsd' for ns soap.project_list
  69. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmplgHBCg/tns.xsd' for ns rpclib.examples.hello.soap
  70. DEBUG:rpclib.interface.xml_schema._base:building schema...
  71. DEBUG:rpclib.interface.xml_schema._base:schema <lxml.etree.XMLSchema object at 0x9bee7ac> built, cleaning up...
  72. DEBUG:rpclib.interface.xml_schema._base:removed '/tmp/tmplgHBCg'
  73. DEBUG:rpclib.interface._base:populating '__main__.InfoService ({rpclib.examples.hello.soap}InfoService) ' types...
  74. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ProjectListRequest'>" for '{soap.project_list}ProjectListRequest'
  75. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectList'>" for '{rpclib.examples.hello.soap}getProjectList'
  76. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Project'>" for '{soap.project_list}Project'
  77. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.project_list}ProjectArray'
  78. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectListResponse'>" for '{rpclib.examples.hello.soap}getProjectListResponse'
  79. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.RealtimeInfoRequest'>" for '{soap.realtime_info}RealtimeInfoRequest'
  80. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfo'>" for '{rpclib.examples.hello.soap}getRealtimeInfo'
  81. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.ParamRecord'>" for '{soap.info_service}ParamRecord'
  82. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParamRecordArray'
  83. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Parameter'>" for '{soap.info_service}Parameter'
  84. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParameterArray'
  85. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.StageRecord'>" for '{soap.info_service}StageRecord'
  86. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Stage'>" for '{soap.info_service}Stage'
  87. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.Pipe'>" for '{soap.info_service}Pipe'
  88. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}PipeArray'
  89. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfoResponse'>" for '{rpclib.examples.hello.soap}getRealtimeInfoResponse'
  90. DEBUG:rpclib.interface.xml_schema._base: adding class "<class '__main__.HistoryInfoRequest'>" for '{soap.history_info}HistoryInfoRequest'
  91. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfo'>" for '{rpclib.examples.hello.soap}getHistoryInfo'
  92. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfoResponse'>" for '{rpclib.examples.hello.soap}getHistoryInfoResponse'
  93. DEBUG:rpclib.interface._base:populating '__main__.InfoService' methods...
  94. DEBUG:rpclib.interface._base: adding method 'getProjectList' to match '{rpclib.examples.hello.soap}getProjectList' tag.
  95. DEBUG:rpclib.interface._base: adding method 'getRealtimeInfo' to match '{rpclib.examples.hello.soap}getRealtimeInfo' tag.
  96. DEBUG:rpclib.interface._base: adding method 'getHistoryInfo' to match '{rpclib.examples.hello.soap}getHistoryInfo' tag.
  97. INFO:rpclib.interface._base:From this point on, you're not supposed to make any changes to the class & method structure of the exposed services.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement