Jesse Meijer
Jesse Meijer
I can't help but think this has something to do with the XMLParser and the conversion from JS object to JSON to XML. But until now I cannot quite put...
@rashmihunt Thank you for your fast reply! It seems there is no XSD defined for the WSDL. I was trying to post to method getDeelnemer, which has two parameters: apiSleutel...
@rashmihunt The problem is similar to or the same as [the issue i referred to](https://github.com/strongloop/loopback-connector-soap/issues/77). A complete SOAP request is posted over there. The problem is a part of the...
@rashmihunt Something goes wrong after the method jsonToXML gets called: `xmlHandler.jsonToXml(soapBodyElement, nsContext, inputBodyDescriptor, args);` I think the problem might be in the inputBodyDescriptor, when the form is unqualified, and because...
@rashmihunt Upon further investigation I found out, that `args` is not properly passed to `xmlHandler.jsonToXml()`. Somehow the code of the lib/model.js gets into the method. I've added the line `debug('jsonToXml,...
Bump to prevent this issue from being closed. Eventhough several workarounds have been proposed, this issue has not yet been resolved and persists in latest version.
Hello @rashmihunt, are you still involved? If this is not the case, could this ticket be reassigned to someone else?
After reading up on ES6 I believe this issue might have to do with an object prototype which is iterated over with a for ... in loop for conversion to...
Another bump in order to prevent this issue from being closed by stale bot.
Bump in order to prevent issue from being closed without solution...