From: Michael Taras Date: 2008-07-10T10:08:49+09:00 Subject: Re: XMLRPC Question yermej wrote: ... > > Did you really have to type all that to test the function? If not, it > may be easier to just use some sort of Ruby telnet package and adapt > your app to their odd format. Just depends on what the other side is > willing to do. Cool, thanks everyone so much for all the help. So it looks like they're just accepting raw xml for the requests and returning raw xml for the response. Because there is no HTTP headers in any of the data. It actually was pretty simple to get it all working just opening up a tcpsocket and sending the raw xml through as that is what someone recommended. I'll definitely come back if I have any more questions on all these things, since they're all a bit new to me. Thanks again everyone. -Michael -- Posted via http://www.ruby-forum.com/.