• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

contrib/opal/ZSI/doc/examples/server/receive_request/complex/wsdl2py/server.py

00001 #!/usr/bin/env python
00002 
00003 from ZSI import dispatch
00004 import Registration_services_types
00005 from Registration_services import RegisterUserResponseWrapper
00006 
00007 def RegisterUser(user):
00008     response = RegisterUserResponseWrapper()
00009     response._Message = "OK"
00010     return response
00011 
00012 if __name__ == '__main__':
00013     dispatch.AsServer(port=8080, typesmodule=(Registration_services_types,))

Generated on Wed Oct 20 2010 11:12:16 for APBS by  doxygen 1.7.2