Author |
Message |
Topic: Bar file not showing promoted properties of EmailOutput node |
limal_raja
Replies: 1 Views: 1546
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 27, 2013 6:55 am Subject: Bar file not showing promoted properties of EmailOutput node |
Hi All,
I have scenario in which an automated mail has to be sent i case of exceptions during message flow processing providing the original message and a brief description of the issue including t ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 09, 2012 9:33 am Subject: To remove all EBCDIC chaaracters from the message |
Thanks Vitor and kimbert. We found the issue. We had to do the setting of UTF-8 and ccsid in both our response flows and aggregate response flows and now it works. Many thanks for the help. |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 09, 2012 8:02 am Subject: To remove all EBCDIC chaaracters from the message |
Tried everything possible(CCSID t0 1208, setting UTF - , but the issue still persists:
For character ' ¨ ':
See the following messages for details of the error.
ParserException BIP5010E ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2012 10:11 am Subject: To remove all EBCDIC chaaracters from the message |
The flow recieves the data from mainframe in a blob(CWF format) and we convert it into a XML.
Actually the layout is something like Aggregated Request flow --> Request flow --> Mainframe --& ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2012 8:33 am Subject: To remove all EBCDIC chaaracters from the message |
We have tried that also. It didnt help:
SET OutputRoot.Properties.MessageFormat = 'XML';
SET OutputRoot.MQMD."Encoding" = MQENC_NATIVE;
--SET OutputRoot.MQMD.CodedCharSetId = MQCCSI_ ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2012 8:15 am Subject: To remove all EBCDIC chaaracters from the message |
No we are not doing any modifications to CCSID or encoding.
SET OutputRoot.MQMD."Encoding" = MQENC_NATIVE;
SET OutputRoot.MQMD.CodedCharSetId = MQCCSI_Q_MGR;
And no, none of the con ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2012 8:12 am Subject: To remove all EBCDIC chaaracters from the message |
The errors we are seeing is something like below:
See the following messages for details of the error.
2012-04-04 11:11:16.511131 6452 Parser ... |
Topic: To remove all EBCDIC chaaracters from the message |
limal_raja
Replies: 19 Views: 11260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2012 7:55 am Subject: To remove all EBCDIC chaaracters from the message |
We have a service where we are getting back some special characters in the response mainframe is sending to our brokers. We are getting some parsing exception and we started putting a ESQL replace sta ... |
Topic: HTTPRequest node calling a webservice in datapower |
limal_raja
Replies: 4 Views: 7504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2011 6:43 am Subject: HTTPRequest node calling a webservice in datapower |
1.) Yes we have Forward/2 way validation turned on within your SSL Proxy profile on DataPower
2.) Yes we have added the Message Broker certificate to your Validation Credentials?
3.) As you can ... |
Topic: HTTPRequest node calling a webservice in datapower |
limal_raja
Replies: 4 Views: 7504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 17, 2011 1:19 pm Subject: HTTPRequest node calling a webservice in datapower |
I have the following very simple flow.
mqinput--> httprequest --> mqoutput
And the HTTPRequest node points to a very simple webservice(whatever request is sent will be echoed back in the ... |
Topic: one broker web service calling 2 other services |
limal_raja
Replies: 3 Views: 2160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 10:54 am Subject: one broker web service calling 2 other services |
Hi,
There is requirement in our project where we have to create a new broker webservice. This new broker webservice should do 2 things:
Step 1: Call an existing broker service to perform an inquir ... |
Topic: Read values from request xml in the response flow |
limal_raja
Replies: 5 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 23, 2010 6:50 am Subject: Read values from request xml in the response flow |
The scenario is something like this:
We need to populate a new aggregate in the response XML, only if the ServiceVersion is 2 in the request XML, else we need not send this and the response should ... |
Topic: Read values from request xml in the response flow |
limal_raja
Replies: 5 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 23, 2010 6:33 am Subject: Read values from request xml in the response flow |
Hi,
I'm new to MessageBroker, just wanted to check if there is anyway to read a value from the request XML in the response flow?
We need to set some values in the response based on the service ve ... |
Topic: How does WMB relate a Request with the Response? |
limal_raja
Replies: 3 Views: 3419
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 22, 2010 4:16 am Subject: How does WMB relate a Request with the Response? |
How does WMB relate a Request with the Response?
For eg. When I send 2 requests RQ1 and RQ2 with msgId M1 and M2 respectively, when i get the responses(say RS1 and RS2) how does the system recogniz ... |
Topic: To extract the full XML and store it in the database |
limal_raja
Replies: 9 Views: 5692
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 16, 2009 11:22 pm Subject: To extract the full XML and store it in the database |
hi all,
thanks for your replies.
toBitStream worked. it gave out a byte[] which we converted into a hex and the char value of it gave out the exact XML string. |