Advertisement
Guest User

apache mod_wsgi server's output

a guest
Mar 1st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. INFO:root:starting...
  2.  
  3. 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.
  4. DEBUG:rpclib.interface._base:populating 'info_service.InfoService ({info_service}InfoService) ' types...
  5. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.ProjectListRequest'>" for '{soap.project_list}ProjectListRequest'
  6. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectList'>" for '{rpclib.examples.hello.soap}getProjectList'
  7. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.Project'>" for '{soap.project_list}Project'
  8. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.project_list}ProjectArray'
  9. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getProjectListResponse'>" for '{rpclib.examples.hello.soap}getProjectListResponse'
  10. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.RealtimeInfoRequest'>" for '{soap.realtime_info}RealtimeInfoRequest'
  11. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfo'>" for '{rpclib.examples.hello.soap}getRealtimeInfo'
  12. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.ParamRecord'>" for '{soap.info_service}ParamRecord'
  13. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParamRecordArray'
  14. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.Parameter'>" for '{soap.info_service}Parameter'
  15. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}ParameterArray'
  16. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.StageRecord'>" for '{soap.info_service}StageRecord'
  17. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.Stage'>" for '{soap.info_service}Stage'
  18. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.Pipe'>" for '{soap.info_service}Pipe'
  19. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.Array'>" for '{soap.info_service}PipeArray'
  20. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getRealtimeInfoResponse'>" for '{rpclib.examples.hello.soap}getRealtimeInfoResponse'
  21. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'info_service.HistoryInfoRequest'>" for '{soap.history_info}HistoryInfoRequest'
  22. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfo'>" for '{rpclib.examples.hello.soap}getHistoryInfo'
  23. DEBUG:rpclib.interface.xml_schema._base: adding class "<class 'rpclib.model.complex.getHistoryInfoResponse'>" for '{rpclib.examples.hello.soap}getHistoryInfoResponse'
  24. DEBUG:rpclib.interface._base:populating 'info_service.InfoService' methods...
  25. DEBUG:rpclib.interface._base: adding method 'getProjectList' to match '{rpclib.examples.hello.soap}getProjectList' tag.
  26. DEBUG:rpclib.interface._base: adding method 'getRealtimeInfo' to match '{rpclib.examples.hello.soap}getRealtimeInfo' tag.
  27. DEBUG:rpclib.interface._base: adding method 'getHistoryInfo' to match '{rpclib.examples.hello.soap}getHistoryInfo' tag.
  28. 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.
  29. DEBUG:rpclib.interface.xml_schema._base:generating schema for targetNamespace='rpclib.examples.hello.soap', prefix: 'tns' in dir '/tmp/tmpI_kmMm'
  30. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmpI_kmMm/s3.xsd' for ns soap.history_info
  31. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmpI_kmMm/s2.xsd' for ns soap.info_service
  32. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmpI_kmMm/s1.xsd' for ns soap.realtime_info
  33. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmpI_kmMm/s0.xsd' for ns soap.project_list
  34. DEBUG:rpclib.interface.xml_schema._base:writing '/tmp/tmpI_kmMm/tns.xsd' for ns rpclib.examples.hello.soap
  35. DEBUG:rpclib.interface.xml_schema._base:building schema...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement