Create Order with XML API
We have wrapped the XML API for creating an order in a web service using Workshop. Gotten to the point of submitting createOrderByValueRequest. We get the error "[WLI-Core:489214]ProcessControl invocation failed[[WLI-Core:489214]ProcessControl invocation failed[[WLI-Core:480401]Error schema validating parameter orderRequest: error: Illegal decimal, expected at least one digit]]." The stack trace indicates we've gotten past the web service part of the process and into the API.
Thought maybe it could be a user data problem (only decimal we could find in the process). But we removed that user data item and still get the same error.