search for: symptomcheckerserver

Displaying 1 result from an estimated 1 matches for "symptomcheckerserver".

2008 Jul 08
0
soap4r cannot access server application after soap server is started
...rver application. if i start from console then it works fine and also i can access server application. Please can anyone help me from where to start soap server? currently my server side for starting soap server , code looks like this.. require ''soap/rpc/standaloneServer'' class SymptomCheckerServer < SOAP::RPC::StandaloneServer def on_init @log.level = Logger::Severity::DEBUG suggest_diagnoses= SuggestDiagnosesController.new add_method(suggest_diagnoses, ''main_diagnoses'', ''params'') end end server = SymptomCheckerServer.new(''hws&...