Displaying 1 result from an estimated 1 matches for "generate_explicit_typ".
Did you mean:
generate_explicit_type
2006 Jun 27
0
Calling SOAP based Web Services over SSL
...ot; ruby code in rails fails. The ruby on rails code
looks like:
*******************************************************************
def hello
soap_client =
SOAP::WSDLDriverFactory.new("https://rsvcstage.e2ma.net/emmaTestCalls.wsdl")
driver = soap_client.create_rpc_driver
driver.generate_explicit_type = true
@retVal = driver.sayHello()
*******************************************************************
the results for that code is:
*******************************************************************
Processing EmmaTestController#hello (for 127.0.0.1 at 2006-06-27
14:47:49) [GET]
Session I...