Displaying 1 result from an estimated 1 matches for "findhardwarebyvendor".
2006 May 02
1
SOAP client not seeing all of my AWS service methods
...lient it seems the client is only picking up one of the
services, called Hardware.
require ''soap/wsdlDriver''
wsdl_url = ''http://localhost:3000/webservice/service.wsdl''
soap = SOAP::WSDLDriverFactory.new(wsdl_url).create_rpc_driver
p soap.methods(false)
["findHardwareByVendor", "FindHardwareByVendor", "getAllHardware",
"GetAllHardware", "findHardwareBy
Model", "findHardwareById", "FindHardwareByModel", "FindHardwareById"]
These methods are valid (though the dup''ed method names is intere...