Reputation: 178
Unable to execute CQL script on 'connection1': com.datastax.devcenter.cql.ui.jobs.ExecuteCqlScriptJobChangeAdapter-java.lang.NumberFormatException: Zero length BigInteger
Upvotes: 2
Views: 850
Reputation: 236
Ok.
As you can see here positiveInteger attributes in the webservice are mapped to Text in OutSystems. I'd say that when you are calling this webservice you are not passing any values for these attributes when a value is probably expected in the other side. If you need to send a null instead of "" or "0" then check this topic and see the Send Default Value property for the input parameters of consumed SOAP web services.
Upvotes: 1