Author |
Message |
Topic: An error was found whilst parsing HTTP header data. |
prasadzkv
Replies: 10 Views: 8978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 25, 2017 10:43 pm Subject: An error was found whilst parsing HTTP header data. |
Thanks Vitor,
Here what i am sending the request provider received the request and replied the response. But it is failed in IIB in the following error.(its going to Failure terminal ) |
Topic: An error was found whilst parsing HTTP header data. |
prasadzkv
Replies: 10 Views: 8978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2017 11:55 pm Subject: An error was found whilst parsing HTTP header data. |
Thanks Vitor,
yes, Still we are getting the same exception. |
Topic: An error was found whilst parsing HTTP header data. |
prasadzkv
Replies: 10 Views: 8978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2017 7:23 am Subject: An error was found whilst parsing HTTP header data. |
Thanks for the reply joebuckeye,
Even we removed headers from the message before passing to the SOAP. Still facing the same issue.
RecoverableException
File:CHARACTER:F:\build\S1000 ... |
Topic: An error was found whilst parsing HTTP header data. |
prasadzkv
Replies: 10 Views: 8978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 22, 2017 10:27 pm Subject: An error was found whilst parsing HTTP header data. |
Thanks for the reply jeff,
Am not using the HttpReqNode, Using SOAPReq Node. using the SOAPUI am getting the success response what ever building the request(which is available under XMLNSC ). Hence ... |
Topic: An error was found whilst parsing HTTP header data. |
prasadzkv
Replies: 10 Views: 8978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 22, 2017 6:05 am Subject: An error was found whilst parsing HTTP header data. |
Team,
I am building request in JCN1 passing to soapreq node and trying to achive the response in JCN2.
JCN1 -> SOAPReqNode -> JCN2
But, Facing the following exception. Could you please h ... |
Topic: Dynamically change the Data Source using UDP in ESQL? |
prasadzkv
Replies: 4 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 09, 2017 11:26 pm Subject: Dynamically change the Data Source using UDP in ESQL? |
Thanks jeff,
its working fine. |
Topic: Dynamically change the Data Source using UDP in ESQL? |
prasadzkv
Replies: 4 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2017 8:35 am Subject: Dynamically change the Data Source using UDP in ESQL? |
Team,
In Oracle DB have to update two tables in two different DSN (i.e, two different ODBC Connections.)
We have to access the DSN name through user defined Property (UDP).
For that We writt ... |
Topic: How to convert XMLNSC to BLOB or Bytes |
prasadzkv
Replies: 5 Views: 6362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 29, 2016 8:27 pm Subject: How to convert XMLNSC to BLOB or Bytes |
Thanks Vitor and Jeff for the reply,
My requirement is through JCN(Java Compute Node) input data(XML) convert as BLOB and need to store in to DB(Oracle) as well as read the BLOB data form DB and co ... |
Topic: How to convert XMLNSC to BLOB or Bytes |
prasadzkv
Replies: 5 Views: 6362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 29, 2016 6:18 am Subject: How to convert XMLNSC to BLOB or Bytes |
Team,
Could you please help me! How to convert XMLNSC to BLOB or Bytes?
We can able to convert BLOB message to bytes and from bytes to XMLNSC
BLOB -> BYTES -> XMLNSC.
Thanks in advan ... |
Topic: How to Read NameSpace data through java compute node |
prasadzkv
Replies: 5 Views: 4211
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 22, 2016 2:38 am Subject: How to Read NameSpace data through java compute node |
Hi smdavies,
I searched the samples which is provided in the forum but i havn't get the "name space values read" solution.
If you have any example or link to get the solution could you ... |
Topic: How to Read NameSpace data through java compute node |
prasadzkv
Replies: 5 Views: 4211
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 21, 2016 11:51 pm Subject: How to Read NameSpace data through java compute node |
Thanks fjb_saper for the reply,
With the above code snippet i can get only name space.But i would like to know how to read the the flowing input elements values through JCN like ESQL.
<ns3:Text ... |
Topic: How to Read NameSpace data through java compute node |
prasadzkv
Replies: 5 Views: 4211
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 19, 2016 3:15 am Subject: How to Read NameSpace data through java compute node |
Hi Team,
I am unable to read name space data through java compute node.Could you please help me.
Note: The same thing i can able to read through ESQL using below command.
declare inputref REF ... |
Topic: How to release shared row cache info. |
prasadzkv
Replies: 11 Views: 10817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 8:14 pm Subject: How to release shared row cache info. |
Thanks mayheminMQ and adubya,
COMPUTE 1:
----------
DECLARE mySharedRow SHARED ROW;
DECLARE initialized SHARED BOOLEAN myINIT();
CREATE COMPUTE MODULE ShredRow_Compute
C ... |
Topic: How to release shared row cache info. |
prasadzkv
Replies: 11 Views: 10817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2016 9:26 pm Subject: How to release shared row cache info. |
Thanks smdavies99 for suggest on the same. But i would like to know how to release shared row cache info. for the shake of example purpose only provides the node concept.
 |
Topic: How to release shared row cache info. |
prasadzkv
Replies: 11 Views: 10817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2016 1:27 am Subject: How to release shared row cache info. |
Team,
I am using shared row i can able to archive the data flow level (one compute node to another compute node) but i want to release the cache information.
Example:
If am using 3 compute no ... |