Best Way to Replicate CURL in Cocoa?

2008-04-01 Thread Brad Gibbs
Hi, I'm trying to communicate with a Linux-based device that sits on the local network from multiple Macs (also on the local network). Documentation for the Linux device claims that it provides an XML-RPC server and that it responds to SOAP requests. However, XML-RPC and SOAP

Re: Best Way to Replicate CURL in Cocoa?

2008-04-01 Thread Jens Alfke
On 1 Apr '08, at 5:39 AM, Brad Gibbs wrote: Given this, I'm suspecting it responds to HTTP Posts, rather than XML-RPC or SOAP requests. But both those protocols do use HTTP POSTs. (XML-RPC can use alternate transports, but in practice it's almost always over HTTP.) I've seen references

Re: Best Way to Replicate CURL in Cocoa?

2008-04-01 Thread Brad Gibbs
Thanks for the reply. On Apr 1, 2008, at 8:51 AM, Jens Alfke wrote: On 1 Apr '08, at 5:39 AM, Brad Gibbs wrote: Given this, I'm suspecting it responds to HTTP Posts, rather than XML-RPC or SOAP requests. But both those protocols do use HTTP POSTs. (XML-RPC can use alternate