Author |
Message |
Topic: What is Best practice regarding number of Ops/IIB Interface |
PankajS
Replies: 5 Views: 5623
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 25, 2014 10:42 pm Subject: What is Best practice regarding number of Ops/IIB Interface |
Thanks Guys for inputs. This is my outlook on the issues after discussion.
1. Granularity:
All agree that there is no golden rule as such on granularity and it really depends on case to case basis b ... |
Topic: What is Best practice regarding number of Ops/IIB Interface |
PankajS
Replies: 5 Views: 5623
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 24, 2014 7:35 am Subject: What is Best practice regarding number of Ops/IIB Interface |
Hi there,
Quick Background: We are implementing SOA based Integration project and we have BPM8.5 and IIB9 in out product stack.
I have two queries.
1. What should be granularity of a ESB ser ... |
Topic: Can I create Variable FanOuts in Aggregation Flows |
PankajS
Replies: 4 Views: 2507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 25, 2011 8:25 pm Subject: Can I create Variable FanOuts in Aggregation Flows |
thaks .... trying out the same ... BTW ..any one have tried this before ??
Any idea if SOAPAsyncRequest Node can be used ? May be a SOAPAsncResponse node at the start of the Fan-In flow that will fee ... |
Topic: Can I create Variable FanOuts in Aggregation Flows |
PankajS
Replies: 4 Views: 2507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 25, 2011 5:08 pm Subject: Can I create Variable FanOuts in Aggregation Flows |
Hi,
I need break single incoming request to multiple output requests to backend(in parallel). But the number of requests to back-end can vary from 1 to 10 as per the payload. Is this scenario possibl ... |
Topic: DocumentTypedecl in XMLNS |
PankajS
Replies: 1 Views: 1778
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2009 7:43 am Subject: DocumentTypedecl in XMLNS |
Hi Guys,
I am craeating a message in the compute node. The XML tree is generated perfectly if i comment the DocTypedecl code.
else i 'No XML body found exception'
I am using following code
... |
Topic: XML parsing error |
PankajS
Replies: 3 Views: 2675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 30, 2009 2:41 am Subject: XML parsing error |
Hi Guys,
I am using MQInput node to get the XML message from the queue, XMLNSC parser.
In XML pay load business allows characters like '&' .
The Problem is : MQInput node is not able to ... |
Topic: MIME and HTTPRequest node |
PankajS
Replies: 5 Views: 14503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 5:34 am Subject: MIME and HTTPRequest node |
Hi Guys .. I fixed my problem using JCN. I used java code to call the servlet with some parameters and upload the file.
But still querious about how can we do that through ESQL.
Please share , ... |
Topic: MIME and HTTPRequest node |
PankajS
Replies: 5 Views: 14503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 19, 2009 10:11 am Subject: MIME and HTTPRequest node |
Any suggestion guys ..
I am still to figure out how to do that ... |
Topic: Unexpected Error in JCN |
PankajS
Replies: 2 Views: 2085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 19, 2009 7:46 am Subject: Unexpected Error in JCN |
Hi Guys,
I am writing some java code in JCN. When i try to deploy that on the eg , i am getting following exception. (Event Log).
I tried removing the files from location given in the exception bel ... |
Topic: MIME and HTTPRequest node |
PankajS
Replies: 5 Views: 14503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 18, 2009 9:34 pm Subject: MIME and HTTPRequest node |
By the way ..
my flow looks like ..
MQInput > Compute > HTTPRequest > MQOutput |
Topic: MIME and HTTPRequest node |
PankajS
Replies: 5 Views: 14503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 18, 2009 9:30 pm Subject: MIME and HTTPRequest node |
Hi Guys,
I need to send some parametes to along with a file to the server side code.(servlet) . I have gone through follwoing link from this forum but still not able to get the required results.
... |
Topic: How to pass request parametrs to Servlet |
PankajS
Replies: 1 Views: 1969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 05, 2009 1:46 am Subject: How to pass request parametrs to Servlet |
Hi guys,
I need send file in binary format and request parameters to a servlet.
I have gone through some information in the forum where multipart message is discussed.
Still,I am not getting idea ... |
Topic: SOAP node support for Multiple Operation Web Service ? |
PankajS
Replies: 4 Views: 4066
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 2:38 pm Subject: SOAP node support for Multiple Operation Web Service ? |
Thanks a lot mgk !!...that clears my doubt  |
Topic: SOAP node support for Multiple Operation Web Service ? |
PankajS
Replies: 4 Views: 4066
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 30, 2008 6:08 pm Subject: SOAP node support for Multiple Operation Web Service ? |
Hi mgk,
Thanks inoformation.
I still have a doubt.May be I will try to expain it with scenario.
Consider a case where I have 3 operation ,A,B,C ,linked to a web service XYZ. Say,I configure Ext ... |
Topic: SOAP node support for Multiple Operation Web Service ? |
PankajS
Replies: 4 Views: 4066
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 27, 2008 5:11 pm Subject: SOAP node support for Multiple Operation Web Service ? |
Hi,
We are working on Web Services on MB v 6.1.
We have a requirment where SOAPInput node need to handle call to web service supporting multiple operation .We need to follow different message proces ... |