Displaying 1 result from an estimated 1 matches for "arrayaux".
Did you mean:
array_x
2006 Feb 09
0
Problem with web services
...web service and id, contract and
action are the params of the method.
In the next line i invoke the web service method and in the result variable
i obtain the response of the web service, the SOAP OBJECT, and i dont know
how to access the values like i do in PHP
I need something like this.
Eg:
@arrayAux = Hash.new()
@arrayAux = @resultado.valores //the values of the response of web service
To obtein doctype ---> @arrayAux[2] ---> NIF
To obtain clientstatus ---> @arrayAux[1][0][9] ---> CLIENT
Hope you will understand me, Thanks in advance.
-------------- next part --------------
An HT...