Hello, I thought I would start here since I'm using OpenBD for my services.
So currently I have a Mac OS X application which talks to my OpenBD SOAP web services and while it has worked fairly well, the code on the Mac side is getting a bit much to maintain, since I've written my own classes and there are no native SOAP API's on the Mac. One area I've really been feeling the pain is in the message size when posting data to the web service. So I decided to take a look at JSON and there are many different classes for JSON on the Mac and OpenBD supports it as well. My question is, how do you post data to a OpenBD JSON web service? Is it just a standard http GET request and use URL params to pass the JSON data or is there something else I should be doing? Thanks, Charlie -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
