Author |
Message |
Topic: JSON double to XML decimal conversion |
vromac
Replies: 6 Views: 6047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 01, 2019 5:20 am Subject: JSON double to XML decimal conversion |
No, I'm afraid you have a wrong understanding of what 'nillable' means. The term 'nillable' has a very precise meaning in an XML document. See the XML specification, or a good XML tutorial.
You are ... |
Topic: JSON double to XML decimal conversion |
vromac
Replies: 6 Views: 6047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 29, 2019 6:30 am Subject: JSON double to XML decimal conversion |
Yeah, I've figured it as a question what do I want for the destination field to look like after the call
if nillable it could look like
...
<someElement>blabla</someElement>
<my ... |
Topic: JSON double to XML decimal conversion |
vromac
Replies: 6 Views: 6047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2019 7:44 am Subject: JSON double to XML decimal conversion |
It doesn't have the nullable=true attribute, no, but is marked optional
CREATE FUNCTION convertDoubleToDecimal(IN decimalAmount FLOAT) RETURNS DECIMAL
BEGIN
DECLARE temp DECIMAL;
IF d ... |
Topic: JSON double to XML decimal conversion |
vromac
Replies: 6 Views: 6047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2019 3:06 am Subject: JSON double to XML decimal conversion |
Hello everyone, I have a very simple/stupid question, but can't find the proper knowledge resource to resolve it.
The context:
- using IIB v10.0.0.15
- I have a incoming JSON message that is a re ... |
Topic: IIB Toolkit - build issue with phantom errors |
vromac
Replies: 2 Views: 1909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 22, 2018 7:20 am Subject: IIB Toolkit - build issue with phantom errors |
Seems the missing part is updating IIB to fix pack 11 (i.e. 10.0.0.11).
So restructuring the project artifacts into subfolders and updating the tool cleared all the errors and deploy issues. :clap ... |
Topic: IIB Toolkit - build issue with phantom errors |
vromac
Replies: 2 Views: 1909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 21, 2018 2:16 am Subject: IIB Toolkit - build issue with phantom errors |
(i had to have atleast 1 post before submitting URLs)
More information and some pictures for the same issue can be seen here - https://developer.ibm.com/answers/questions/437461/iib-error-persistan ... |
Topic: IIB Toolkit - build issue with phantom errors |
vromac
Replies: 2 Views: 1909
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 21, 2018 2:14 am Subject: IIB Toolkit - build issue with phantom errors |
Hello, I've recently stumbled on a very annoying and persistent issue with phantom errors within the IBM integration toolkit. [using IIB v10.0.0.10]
- a working, no error project is pulled from git ... |