Tim_U
1
I have read the (scant) documentation on the datanoise
actionwebservice gems and can’t figure out how you are supposed to
structure the SOAP client.
Has anybody ever used actionwebservice as a client? If so could
somebody please put a sample someplace?
Thanks.
Tim_U
2
On Nov 23, 9:50 pm, “Tim U.” [email protected] wrote:
I have read the (scant) documentation on the datanoise
actionwebservice gems and can’t figure out how you are supposed to
structure the SOAP client.
You probably want SOAP4R. See http://rubyforge.org/projects/soap4r/
and also my tutorial at
markthomas.org
– Mark.
Tim_U
3
You probably want SOAP4R. See http://rubyforge.org/projects/soap4r/
and also my tutorial at markthomas.org
Thanks. I have written a stand alone ruby script that fetches the data
I want. The next step is to see if I can make it work in rails.