Author |
Message |
Topic: Fetch out Sequence on cursor |
nikhilsawant097
Replies: 1 Views: 2690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2018 8:58 pm Subject: Fetch out Sequence on cursor |
Actually thing i have observed is cursor is reading a extra row which is not present in actual output.
Yes this is happening, i got the row count on DB as 1, but in IIB it's trying to get 2 record ... |
Topic: Fetch out Sequence on cursor |
nikhilsawant097
Replies: 1 Views: 2690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2018 8:47 pm Subject: Fetch out Sequence on cursor |
Hi, I'm calling a stored procedure from external db with 2 IN parameter and 1 out parameter and a out cursor.
While testing on DB it's working fine, the records are fine, but while testing on IIB ... |
Topic: Dynamic binding opertation |
nikhilsawant097
Replies: 1 Views: 1829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 26, 2018 10:26 pm Subject: Dynamic binding opertation |
Hi,
I need to set the binding operation in SOAP Request node dynamically, because WSDL contains multiple webserivces.
I don't know how to do it, till now i have set opertion mode to Invoke gener ... |
Topic: XML to JSON in response |
nikhilsawant097
Replies: 6 Views: 3699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 01, 2018 9:25 pm Subject: XML to JSON in response |
Because it is giving Exception, saying Invalid SOAP.
I have used SOAPInput proceed by HTTPRequest, because SOAPRequest was not working with my URL.
<exceptionList>
<RecoverableExce ... |
Topic: XML to JSON in response |
nikhilsawant097
Replies: 6 Views: 3699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 01, 2018 8:32 pm Subject: XML to JSON in response |
looks like the original response was SOAP?
May be you need to add a SOAPExtract node in between?
Yes the original response is SOAP.
Can you help me with SOAPExtract node. I'm total ... |
Topic: XML to JSON in response |
nikhilsawant097
Replies: 6 Views: 3699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2018 3:03 am Subject: XML to JSON in response |
HI,
Sorry for any non-technical terms, I'm totally new in this.
I have a reponse in XML and want convert in JSON.
I have used (in the main function),
SET OutputRoot.JSON.Data = InputBody;
... |