Author |
Message |
Topic: SoapRequest node exception |
WMB_DEV
Replies: 4 Views: 10721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 17, 2011 11:03 am Subject: Re: Facing the same issue when invoking webservice using htt |
Facing the same issue when invoking a webservice using httprequest node.Need know it is occuring while invoking the request or after invoking it and in Response we are getting exception.
Can anybod ... |
Topic: Unconvertable character437..pls help |
WMB_DEV
Replies: 1 Views: 3105
|
Forum: IBM MQ API Support Posted: Mon Jul 19, 2010 7:57 am Subject: Unconvertable character437..pls help |
I am continuously getting below error:
Unconvertable character: Unconvertable character437
I'm using following in the code to handle, but no luck so far. pls help
SET OutputRoot.Properties.Code ... |
Topic: need Advice...Dynamic XSL selection |
WMB_DEV
Replies: 3 Views: 4214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 15, 2010 8:30 am Subject: need Advice...Dynamic XSL selection |
this works fine for me.. checked the node properties to LocalEnv+Message..
Thanks a lot..
Did u mean following:
SET OutputLocalEnvironment = InputLocalEnvironment;
and Then do the below
Ou ... |
Topic: need Advice...Dynamic XSL selection |
WMB_DEV
Replies: 3 Views: 4214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 15, 2010 8:18 am Subject: need Advice...Dynamic XSL selection |
Did u mean following:
SET OutputLocalEnvironment = InputLocalEnvironment;
and Then do the below
OutputLocalEnvironment.ComIbmXslXmltStylesheetname= '<style sheet name>';
? |
Topic: need Advice...Dynamic XSL selection |
WMB_DEV
Replies: 3 Views: 4214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 15, 2010 7:43 am Subject: need Advice...Dynamic XSL selection |
I'm trying to do the dynamic selection of XSL files for XMLT transformation..
I'm referring to http://www.ibm.com/developerworks/websphere/library/techarticles/0612_zhang/0612_zhang.html
SET Loc ... |
Topic: HTTP request failing |
WMB_DEV
Replies: 1 Views: 2044
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 30, 2010 12:15 pm Subject: HTTP request failing |
below is the message tree....
tried setting HTTP request node to XMLNSC and blob both...not sure why is this happening ...can anyone help please.....web service is up and running..
HTTPResponseHea ... |
Topic: Urgent**Replay Failed messages: MqInput-browse only-> MqG |
WMB_DEV
Replies: 6 Views: 4433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 6:52 am Subject: Urgent**Replay Failed messages: MqInput-browse only-> MqG |
Thanks for the reply. But my question is even if the messages are taken off the queue using MqGet why I am not able to process the messages until I restart the message flow. Does it have to do somethi ... |
Topic: Urgent**Replay Failed messages: MqInput-browse only-> MqG |
WMB_DEV
Replies: 6 Views: 4433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 6:32 am Subject: Urgent**Replay Failed messages: MqInput-browse only-> MqG |
Im doing following in my message flow.
1. MQ input node in the browse only mode
2. checking for a condition in the compute node.
3. returning false in the compute node if the check condition fa ... |
Topic: Sharing a FREE WebSphere Message Broker 6.1 Stencil |
WMB_DEV
Replies: 2 Views: 3789
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2010 1:02 pm Subject: Re: Sharing a FREE WebSphere Message Broker 6.1 Stencil |
Download a free WMB stencil here:
http://www.debruinconsulting.com
It makes life easier when you're trying to document.
I think most people take screen shots (seems to be the norm), but this he ... |
Topic: XML to String conversion and put it in global env |
WMB_DEV
Replies: 1 Views: 2585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 23, 2010 5:44 pm Subject: XML to String conversion and put it in global env |
I need to capture whole incoming xml and copy it to the global env.
Upon completion of the message flow the global env will be populated to the queue..I'm trying with tobitSteam() with blob but no l ... |