search for: gui_control

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

Did you mean: auc_control
2006 Jul 19
5
SOAP on rails? Confused...
Hi, Ive been struggling with the SOAP client things to do with rails as I''m not sure how to do what I need to do. So far I have: class SOAPclient < SOAP::RPC::StandaloneServer def on_init setup = gui_controller.new add_method(setup, "submit") end end server = SOAPclient.new("http://127.0.0.1:3000", "http://192.168.0.5", 8080) trap(''INT'') { server.shutdown } server.start But I''ve no idea how to call that or if its anywhere near right? :S...