I have got the code working for listing products in Ruby but am struggling to add a product, here is my code, I’m using the savon gem for HTTP/SOAP requests, based on the code h
you are mixing array- [] and hash-syntax {}
that's why you get a SYNTAX error (there is no COMPILATION step in ruby)