From: Brian Candler Date: 2011-07-29T17:50:28+09:00 Subject: Re: get response from soap using curb in ruby shivakumar paramesh wrote in post #1013667: > Error: > > Server was unable to process request. ---> > Data at the root level is invalid. Line 1, position 1. Translation: "The SOAP data you sent was invalid". But you didn't show us the SOAP data you sent (contents of /path/data.xml) Perhaps you should make it work using the curl command line tool first, then translate what you've done to ruby. -- Posted via http://www.ruby-forum.com/.