Author |
Message |
Topic: An invalid XML character |
wmqstankela
Replies: 3 Views: 6290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 13, 2019 4:54 am Subject: An invalid XML character |
Thanks timber for your answer! |
Topic: An invalid XML character |
wmqstankela
Replies: 3 Views: 6290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 13, 2019 3:40 am Subject: An invalid XML character |
Hi all,
I'm using IIB 10, and exposed soap service which is calling 3rd party soap web service. Sometimes I have this error An invalid XML character (Unicode: 0x1a) was found in the element conten ... |
Topic: Substring before newline |
wmqstankela
Replies: 2 Views: 4248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 24, 2019 2:22 am Subject: Substring before newline |
Hi all,
I'm using iib V10 and I exposed some REST service on it. I have input parameter which is char and sometimes clients send me string with newline in it. i want to substring everything before ... |
Topic: JSON decimal precision problem |
wmqstankela
Replies: 6 Views: 7406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 15, 2019 5:56 am Subject: JSON decimal precision problem |
I understand. It's clear to me now.
I need this to expose like 4.00 because client asking me for doing this.
Thanks Vitor, I need to explain them that this is not possible  |
Topic: JSON decimal precision problem |
wmqstankela
Replies: 6 Views: 7406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 15, 2019 5:26 am Subject: JSON decimal precision problem |
Thanks Vitor for your answer.
I've got this '4.00' value like char from backend system, but I need to expose it like decimal with 2 decimal places.
Is there another way to keep this .00 value be ... |
Topic: JSON decimal precision problem |
wmqstankela
Replies: 6 Views: 7406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 15, 2019 5:01 am Subject: JSON decimal precision problem |
Hi all.
I have a problem with setting decimal value in JSON tree. When i set this value to 4.12 iib sets it like I watnt, with two decimal places. But problem is when i cast value without decimal ... |
Topic: base64 encode XMLNSC using ESQL |
wmqstankela
Replies: 2 Views: 4387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 04, 2019 5:23 am Subject: base64 encode XMLNSC using ESQL |
Thanks Vitor! |
Topic: base64 encode XMLNSC using ESQL |
wmqstankela
Replies: 2 Views: 4387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 04, 2019 5:08 am Subject: base64 encode XMLNSC using ESQL |
Hi all,
I need to call backend soap web service that expects standard soap envelope but with one element that is base64 encoded. Decoded content of that element will be another xmlnsc complex eleme ... |
Topic: Wrong soap reply message |
wmqstankela
Replies: 4 Views: 5891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2019 5:46 am Subject: Wrong soap reply message |
Thanks mgk! It solves a problem.  |
Topic: Wrong soap reply message |
wmqstankela
Replies: 4 Views: 5891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 31, 2019 6:27 am Subject: Wrong soap reply message |
Hi all,
I'm using IIB 10.0.0.10 on Linux.
I've implemented soap service that invokes another soap service. Problem is with this external service, because in some situation it return wrong element in ... |
Topic: Convert JSON to Java Object |
wmqstankela
Replies: 3 Views: 4630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2019 5:26 am Subject: Convert JSON to Java Object |
Thanks |
Topic: Convert JSON to Java Object |
wmqstankela
Replies: 3 Views: 4630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2019 6:55 am Subject: Convert JSON to Java Object |
Hi all,
I have REST service with JSON as input message. I want in JCN to convert that input JSON message into Java object, something like JAXB for XML messages.
Let's say that my input message ... |
Topic: Storing password |
wmqstankela
Replies: 17 Views: 14060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 05, 2018 6:44 am Subject: Storing password |
Guys, thanks for discussion!
This is use case: I want to manipulate with ldap entries. I use some java code to do this, but I need to propagate bind user and pass to ldap server. I know that user a ... |
Topic: Storing password |
wmqstankela
Replies: 17 Views: 14060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 04, 2018 5:43 am Subject: Storing password |
Thanks fjb_saper for an answer!
How do you mean that PEP node will retreive LDAP access credentials? How to bind with LDAP? |
Topic: Storing password |
wmqstankela
Replies: 17 Views: 14060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 04, 2018 1:56 am Subject: Storing password |
Vitor, I have this situation. I'm searching ldap entry, using some java package. In order to do this, I need bind user and pass to provide with my search request. That's the reason why I need to store ... |