Tagged Questions

0
votes
1answer
565 views

Ruby REXML throws ParseException, but PHP xml parser works

I'm trying to call a web service from a PHP page via a Ruby script. The PHP script returns a string and itself calls another web service; I've tested the PHP script alone and it returns a single ...