Topic: Posting a JSON object

I see in the examples about how to retrieve a JSON object and how to build a URL with various parameters, but is there a way I can just post a JSON object?

My company already has a web service set up, so all I'd need to do is hand the JSON object over to a particular URL, and then the data would be dumped into our SQL db.

Any help or advice in this regard would be greatly appreciated.

-Tim G.

Re: Posting a JSON object

Hi Tim,

Unfortunately, QuickFuse doesn't support this. We advise you to modify your webservice to communicate directly with your particular URL.

Regards,
The QuickFuse Team