search for: getbydocument

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

Did you mean: get_document
2006 Feb 09
0
Problem with web services
...ses ruby, in a hash or array, for simple access to the values that the web service return. hope i explain correctly :S My code now is this: @proxy = SOAP::RPC::Driver.new("http://172.16.11.12:8888/server.php",nil<http://172.16.242.43:7109/server.php%22,nil>) @proxy.add_method("GetbyDocument", "id","contract","action") @result = @proxy.GetbyDocument(@documento,@contrato,"") - "GetByDocument" is the name of the web service and id, contract and action are the params of the method. In the next line i invoke the web service method...