On Mon, Aug 22, 2011 at 3:56 PM, Alan Holden <[email protected]> wrote:
> I'm just starting with ACF8 on both ends - for what I thought would be > simplicity. > Once it worked there, I was going to try the same code base elsewhere. > > But even the receiving ACF8 server doesn't like what the sending ACF8 > server sent - as a raw session. > > I'll try Duplicate() and advise. Thanks. > Couple of questions/suggestions: 1. Does this have to be a SOAP-based web service or can you move to REST? SOAP makes me want to shove a fork in my eye so I avoid it these days if at all possible. It's just not worth the hassle. 2. If all else fails, jsonify the struct first so you're dealing with a simpler data structure for the transfer. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
