search for: localhoss

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

Did you mean: localhost
2006 Mar 17
0
Generating WSDL when using delegated or layered distpatching
All, I can''t seem to come up with the appropriate incantation to Rails return WSDL for my web service. I am attempting to use layered dispatching. For direct dispatching, I can simply access http://localhoss:3000/controllername/service.wsdl and all works as advertised. When I configure for layered dispatch, the same invocation returns "unknown action". I''m assuming that this does not work because the actual methods are not implemented in the controller (as they are in direct) and...