Lassoscript And Xml_rpc

Ok, don’t know if there is anyone out there that is familiar with LassoScript. It’s a server-side programming language. I know it pretty well for the main programming that I need to do, but I’m trying to make some XML_RPC calls with it using the built-in functions for that, and I have it half-working … it’s successfully sending the information to the web app using its API (the web app is infusionsoft) but it’s not returning any values back to Lasso. For example, when it sends the data to infusionsoft and creates a new record, it’s supposed to return the Contact ID from the web application. But it’s not.

I’m not sure if it’s something I’m doing wrong, or if the function just doesn’t properly support what I need it to do.

Leave a Reply

Your email address will not be published. Required fields are marked *