Author |
Message |
Topic: Broker HTTPS query |
IBM_Newbie
Replies: 1 Views: 2162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 02, 2013 12:46 pm Subject: Broker HTTPS query |
Got it. Forgot to ran the clientAuth setting to true.Now its running only with certs |
Topic: Broker HTTPS query |
IBM_Newbie
Replies: 1 Views: 2162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 02, 2013 11:42 am Subject: Broker HTTPS query |
I creates a message flow with SOAPInput node and enabled HTTPS on it.
Created cert in ikeyman and followed all steps to enable https on broker and eg group.Even changed the port for https.
Now I am ... |
Topic: Datapower Service Design : What will be right approach? |
IBM_Newbie
Replies: 1 Views: 6422
|
Forum: WebSphere DataPower Posted: Tue Jul 17, 2012 3:56 am Subject: Datapower Service Design : What will be right approach? |
Hi,
We need to implement a datapower service(MPG) which will have a HTTP FSH and on backend we will have MQ.Now we have to send message to a queue and get response on another queue.Depending on res ... |
Topic: Error in xsl transformation node |
IBM_Newbie
Replies: 4 Views: 5496
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 06, 2012 9:19 pm Subject: Error in xsl transformation node |
Hi,
We are using xslt for transformation and we used xsl transformation node for same.
I am facing issue in transformation
BIP2230E: Error detected whilst processing a message in node 'HLRx ... |
Topic: Datapower XB62 issue |
IBM_Newbie
Replies: 2 Views: 9215
|
Forum: WebSphere DataPower Posted: Tue Jan 31, 2012 3:22 am Subject: Datapower XB62 issue |
Hi,
We have created a MPG and we are trying to perform dynamic routing.We are setting the variable:
<dp:set-variable name="'var://service/routing-url'" value="http://127.1.186 ... |
Topic: Need help on a datapower implementation |
IBM_Newbie
Replies: 1 Views: 9319
|
Forum: WebSphere DataPower Posted: Sat Jan 28, 2012 4:18 am Subject: Need help on a datapower implementation |
Hi,
We have a requirement where we are integrating MB and datapower.
Existing MB flow: We get a URL in request and we need to hit that URL and get the attachment and save that in DB from where c ... |
Topic: HTTP proxy using Datapower XB62 |
IBM_Newbie
Replies: 0 Views: 5611
|
Forum: WebSphere DataPower Posted: Fri Jan 13, 2012 12:03 am Subject: HTTP proxy using Datapower XB62 |
Hi,
We have a DP XB62 which we are using for creating WS proxy.
We have another flow where we are using HTTPRequest node and the request is being sent as HTTP URL ie quesry string with no xml pa ... |
Topic: Message signing and encryption with policy sets |
IBM_Newbie
Replies: 1 Views: 2011
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2012 9:31 pm Subject: Message signing and encryption with policy sets |
Hi,
I was doing a small POC to implement message signing using the below link.
http://www.ibm.com/developerworks/websphere/library/techarticles/1008_fan/1008_fan.html
I am able to encrypt the w ... |
Topic: Editing the flow name on bar file |
IBM_Newbie
Replies: 1 Views: 2385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 10, 2012 9:08 pm Subject: Editing the flow name on bar file |
We need to deploy same flow to same execution group multiple times.
The flow has MQInput which will listen to multiple queues and we have promoted the QueueName property so that each developer can us ... |
Topic: File upload using HTTP protocol |
IBM_Newbie
Replies: 8 Views: 7922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 10, 2012 7:17 pm Subject: File upload using HTTP protocol |
The scenario is we are getting file details with URL embedded in that attachment src in SOAP request as attachment.
We have to hit the URL and get the file contents which is being done via HTTPReques ... |
Topic: File upload using HTTP protocol |
IBM_Newbie
Replies: 8 Views: 7922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 09, 2012 3:55 am Subject: File upload using HTTP protocol |
the data is media file which can be mp3, movie etc.
We need to upload full contents of this |
Topic: File upload using HTTP protocol |
IBM_Newbie
Replies: 8 Views: 7922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 09, 2012 3:33 am Subject: File upload using HTTP protocol |
Hi,
We have a requirement that we need to upload a file using message broker+ HTTP protocol.
Is there any out of the box functionality or pattern available?
Is there a way that we dont use Ja ... |
Topic: Error while calling java method using esql |
IBM_Newbie
Replies: 3 Views: 3939
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2011 11:00 pm Subject: Error while calling java method using esql |
Hi,
I am getting error that java method not found while calling a java method using esql
My java class is
/**
*
*/
package com.someorg.cache;
import java.util.*;
/**
* @author Ad ... |
Topic: Setting Output tree dynamically from Environment tree |
IBM_Newbie
Replies: 5 Views: 4289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2011 8:40 pm Subject: Setting Output tree dynamically from Environment tree |
Hi,
I need to create the Output tree dynamically from Environment tree.
ie
If my Environment is like this
Environment.A
Environment.B
Environment.C
My Output should be
OutputRoot.XMLN ... |
Topic: Parsing HTTP Quesry string in HTTP proxy |
IBM_Newbie
Replies: 0 Views: 5170
|
Forum: WebSphere DataPower Posted: Mon Dec 05, 2011 8:32 pm Subject: Parsing HTTP Quesry string in HTTP proxy |
Hi,
We have a requirement where we are invoking a HTTP service (3rd party) which has a URL like this
http:\\localhost:7080\someuri?name=name&age=age&phone=phone
Now we have a parse HT ... |