Displaying 1 result from an estimated 1 matches for "eewindow".
Did you mean:
_window
2006 Jun 13
1
rails - web service - method name formatting problem
...))
My problem is that when this goes out across http, it becomes formatted
as "ExtractName" - with an uppercase ''E''
Is there an option I can pass to the Generator to control this change to
the method name AWS is making?
My generator looks like this:
web_client_api :eewindow,
:soap,
"http://the.java.web.service",
:namespace => "http://the.java.namespace",
:driver_options => {:default_encodingstyle =>
SOAP::EncodingStyle::SOAPHandler::Namespace}
I have tried the other default_enco...