Keith Lancaster
2006-Mar-17 23:41 UTC
[Rails] 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 perhaps there is something related to wsdl_service_name not being used (or required). Any help would be greatly appreciated. And if you happen to know how to get services to work when they are declared in modules, that would be great as well! TIA, Keith -- Posted via http://www.ruby-forum.com/.