SCORM API needs XML Return Type

After working with SCORM for a couple of days and understanding the complexities of their API, I finally have a format that works. I have it running in Postman, but cannot get the same API to work in Bubble API Connector because it will not seem to accept anything other than JSON. The header capture data even says that despite adding Content-Type parameters for XML that the Content-Type is still JSON.

I’d really like some help on this because XML is the only option here when getting a return. I don’t want to have to write a Zapier webhook because I can’t wait 5 minutes for a training registration to take effect.

Adding the return that I’m getting…
{
“rsp”: {
“err”: {}
}
}

which appears to be an erroneous translation of what I think it is receiving in XML…

<?xml version="1.0" encoding="utf-8" ?>

This topic was automatically closed after 70 days. New replies are no longer allowed.