Author |
Message |
Topic: Preserving CDATA in a service |
rajparekh08
Replies: 4 Views: 12097
|
Forum: WebSphere DataPower Posted: Wed Dec 21, 2011 5:35 am Subject: Preserving CDATA in a service |
Hi,
I have configure a MPGW service, with HTTP as IN and MQ as out.
The aim is to simply send a message to A Mq queue from HTTP. No processing is done, and processing policy contains a match rule, w ... |
Topic: Configuring Datapower Coproc and management plugin on Eclips |
rajparekh08
Replies: 2 Views: 8027
|
Forum: WebSphere DataPower Posted: Wed Dec 21, 2011 5:32 am Subject: Configuring Datapower Coproc and management plugin on Eclips |
HI All,
Found a solution for it.
We need to specify the IBM SDK and not SUN SDK.
Create a shortcut of the eclipse.exe file, and edit the properties of it.
In the target, add '-vm "IBM SDK ja ... |
Topic: How to do Load balancing with WebService |
rajparekh08
Replies: 3 Views: 5229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 5:17 am Subject: How to do Load balancing with WebService |
Hi,
How to do load balancing when we have web service.
Like in MQ services, I define the same queue on 2 servers, and the load balancing algorithim takes care of it. But for WebService(s) , I have o ... |
Topic: Regarding ODBC connectivity |
rajparekh08
Replies: 1 Views: 2453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 03, 2010 4:59 am Subject: Regarding ODBC connectivity |
Hi,
I am using MB6.0 on UNIX platform with DB2.
I need to use data base nodes.
I have deployed the message flow, the database and tables are created.
I am getting the following error:
/build/S60 ... |
Topic: Error when i import the certificate |
rajparekh08
Replies: 2 Views: 2734
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 02, 2010 7:55 pm Subject: Error when i import the certificate |
would you mind to tell me what is the command you are using to import the certificate.
Here is the command:
keytool -import -alias testalias -keypass <pwd> -file <file with physical loc ... |
Topic: Error when i import the certificate |
rajparekh08
Replies: 2 Views: 2734
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 31, 2010 5:46 am Subject: Error when i import the certificate |
HI,
When i try to use keytool with genkey, the service works.
But when i import a certificate, It always fails.
I keep getting handshake not possible.
Any other parameter I need to set while i ... |
Topic: How does WMB relate a Request with the Response? |
rajparekh08
Replies: 3 Views: 3409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 24, 2010 11:12 pm Subject: How does WMB relate a Request with the Response? |
You can use co-relation ID.
LIke you can set the message ID to co relation ID, and when you get the response, you will knw from the co - relation ID. That is, if the co-relation ID is the same as th ... |
Topic: Where to capture error while using HTTP node with SSL |
rajparekh08
Replies: 8 Views: 6230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 21, 2010 5:47 am Subject: Where to capture error while using HTTP node with SSL |
Does your flow have any error handling?
What are the standards for MB error handling at your site?
Yes, the flow has error handling. But It is a HTTPInput node.
Here, the message is failing when ... |
Topic: Where to capture error while using HTTP node with SSL |
rajparekh08
Replies: 8 Views: 6230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 21, 2010 5:40 am Subject: Where to capture error while using HTTP node with SSL |
U did not get the problem
The application team has to consume this service using JAVA and no stand alone tool.
They are able to consume it with stand alone tools.
Now they have to put their JAVA co ... |
Topic: Where to capture error while using HTTP node with SSL |
rajparekh08
Replies: 8 Views: 6230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 21, 2010 5:29 am Subject: Where to capture error while using HTTP node with SSL |
U did not get the problem
The application team has to consume this service using JAVA and no stand alone tool.
They are able to consume it with stand alone tools.
Now they have to put their JAVA co ... |
Topic: Where to capture error while using HTTP node with SSL |
rajparekh08
Replies: 8 Views: 6230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 21, 2010 5:04 am Subject: Where to capture error while using HTTP node with SSL |
HI,
I have developed a service, which has HTTPInput node, with SSL.
It works fine, when I test it with standalone tool like nettool.
Now when I give it to the application team (JAVA), they are gett ... |
Topic: Mutual Authentication using HTTPInput Node |
rajparekh08
Replies: 17 Views: 22554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 16, 2009 1:31 am Subject: Mutual Authentication using HTTPInput Node |
Hey,
Now when I hit the link on the browser, I get the prompt:
but the question is, which keystore is it refering it ? As the list in the prompt is empty..
So where do I import the certificate?? |
Topic: SSL Client Authentication errors |
rajparekh08
Replies: 1 Views: 4452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 13, 2009 9:43 pm Subject: SSL Client Authentication errors |
HI,
MB logs will not store anything, till the "SSL" handshake is done. So dont look there.
Where have you stored the client ??
And where have you stored the server certificate??
The cl ... |
Topic: Mutual Authentication using HTTPInput Node |
rajparekh08
Replies: 17 Views: 22554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 07, 2009 7:39 pm Subject: Mutual Authentication using HTTPInput Node |
Hey , It is supported in 6.0.. |
Topic: Mutual Authentication using HTTPInput Node |
rajparekh08
Replies: 17 Views: 22554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 07, 2009 5:13 am Subject: Mutual Authentication using HTTPInput Node |
Thanx for the tip.. Now i need a solution for the problem!!! |