Author |
Message |
Topic: LIKE statement not working in WMB |
kathir
Replies: 4 Views: 2120
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 18, 2013 10:53 pm Subject: LIKE clause |
Please could you correct the query. I will try with the same. |
Topic: LIKE statement not working in WMB |
kathir
Replies: 4 Views: 2120
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 18, 2013 10:06 pm Subject: LIKE statement not working in WMB |
HI,
I am trying to fetch data from database using LIKE statement. It works fine in DB2 but the same query does not work in WMB.
ESQL.
query= passthrough(select col1 from table1 where col1 lik ... |
Topic: To remove namespace before sending SOAP reply |
kathir
Replies: 3 Views: 6246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 21, 2012 11:36 pm Subject: reg namespace |
Iam unable to open the page. |
Topic: To remove namespace before sending SOAP reply |
kathir
Replies: 3 Views: 6246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 21, 2012 11:18 pm Subject: To remove namespace before sending SOAP reply |
The requirement is to send SOAP reply is below
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&q ... |
Topic: Issues with SOAP Request node |
kathir
Replies: 1 Views: 2726
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 18, 2012 11:40 pm Subject: Issues with SOAP Request node |
HI,
Iam facing a strange issue using SOAP Request node.
1. Soap Inout Node--compute node--Soap Request node.
2. When I test fault scenario I am getting proper fault message.
3. When I test a s ... |
Topic: System.Web.HttpException: Maximum request length exceeded |
kathir
Replies: 6 Views: 6102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2012 1:26 am Subject: System.Web.Services.Protocols.SoapException |
The error is received as soon as we hit the SOAP Request node.Not sure whether it is a .net applciation or some other application. |
Topic: System.Web.HttpException: Maximum request length exceeded |
kathir
Replies: 6 Views: 6102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2012 12:38 am Subject: System.Web.Services.Protocols.SoapException |
Is there any solution to this? |
Topic: System.Web.HttpException: Maximum request length exceeded |
kathir
Replies: 6 Views: 6102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 23, 2012 11:01 pm Subject: System.Web.HttpException: Maximum request length exceeded |
When using SOAP input and SOAP request node I am getting the below exception. Looks like the size is causing aproblem.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope&quo ... |
Topic: SOAP has invalid identifier |
kathir
Replies: 5 Views: 3813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 19, 2012 1:32 am Subject: soap has invalid reply identifier |
Yes. I have set the HTTP Timeout to 1 sec to test timed out scenario. I have just one flow.
SOAP-Input(whose http timeout terminal is connected )--> compute node--> soap reply node.
What I ... |
Topic: SOAP has invalid identifier |
kathir
Replies: 5 Views: 3813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 17, 2012 11:44 pm Subject: Soap contains invalid handle after connection is closed |
The flow is having soap input node--> compute node--> soap reply node.
1.When ever timeout is occuring the listener is sending timeout resposne to caller.
2.But when the debugegr is on I obs ... |
Topic: SOAP has invalid identifier |
kathir
Replies: 5 Views: 3813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 01, 2012 9:34 pm Subject: Regarding timeouts. |
I have requirement to test the HTTPTimeout.
I have a flow where the HTTPTimeout is connected to the exceptionmsg termnal of a compute node. There I check if it is soap fault or not. While I was t ... |
Topic: SOAP has invalid identifier |
kathir
Replies: 5 Views: 3813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2011 5:38 am Subject: SOAP has invalid identifier |
Hi,
I have a scenario where I am testing a HTTPtimeout.
SOAPInputNode-->computenode-->SOAP Reply
I have a scenario when I receive the timeout(By setting the HTTP TIMEOUT to 1 sec) . I ... |
Topic: To fetch the last occurrence in WTX |
kathir
Replies: 3 Views: 2942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 24, 2011 12:57 am Subject: To fetch the last occurrence in WTX |
I have a scenario where I have a group within a group and both are repeating n times. The inner record is having 200 fields. I need to fetch the last occurrence of that record based on certain conditi ... |
Topic: reg cdata section |
kathir
Replies: 2 Views: 1948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 3:51 am Subject: reg cdata section |
How to transform a particular field in incoming xml rfom soap input node to publication node as cdata.
soapinput node---------->computenode-------------->publicationnode
Incoming data:Soap ... |
Topic: to convert MRM CWF to MRM XML format |
kathir
Replies: 2 Views: 2720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2011 10:12 pm Subject: to convert MRM CWF to MRM XML format |
Please could someone guide to convert MRM CWF to MRM XML format.
I tried using the createlastchile of outputroot domain('MRM') parse(cast(inputroot.XMLNSC....)
it is not working. |