Author |
Message
|
suraj |
Posted: Thu Apr 03, 2008 12:14 pm Post subject: tool to test flows |
|
|
Acolyte
Joined: 31 Jul 2007 Posts: 56
|
Hi,
I have some flows that recieve request over HTTPS.
Which tools are available to test these flows? |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Thu Apr 03, 2008 12:21 pm Post subject: Re: tool to test flows |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
I saw similar question yesterday.
Have you tried search button or google ?
PS. net tool, test client, ... _________________ Marcin |
|
Back to top |
|
 |
suraj |
Posted: Thu Apr 03, 2008 12:40 pm Post subject: |
|
|
Acolyte
Joined: 31 Jul 2007 Posts: 56
|
I guess i got the question wrong....
I will just requote my question
I have been using the Test client in the broker to test flows that accept messages on HTTP, but how do i configure it to test flows that use HTTPS...
If it cant be done using the test client, then which is the most simple tool to use...cause I just need to post XML messages to the HTTPS url |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Thu Apr 03, 2008 12:55 pm Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
suraj wrote: |
I guess i got the question wrong....
I will just requote my question
I have been using the Test client in the broker to test flows that accept messages on HTTP, but how do i configure it to test flows that use HTTPS...
If it cant be done using the test client, then which is the most simple tool to use...cause I just need to post XML messages to the HTTPS url |
I use simple Java program for this.
If you want I can send it to you. _________________ Marcin |
|
Back to top |
|
 |
suraj |
Posted: Thu Apr 03, 2008 2:06 pm Post subject: |
|
|
Acolyte
Joined: 31 Jul 2007 Posts: 56
|
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 03, 2008 3:48 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The test client in v6.1 should support HTTPS? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
suraj |
Posted: Fri Apr 04, 2008 7:40 am Post subject: |
|
|
Acolyte
Joined: 31 Jul 2007 Posts: 56
|
I am working on v6.1.
But i dont see anything in the test client to configure for https and to use certificates.
When i run the test client, it always defaults to http even if the flow is configured to https |
|
Back to top |
|
 |
broker_new |
Posted: Tue Apr 29, 2008 7:16 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Suraj,
I have an exact requirement but i need to expose the webservice as HTTPS.Could you post the commands you issued to configure the broker to support HTTPS _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
suraj |
Posted: Fri May 02, 2008 3:51 pm Post subject: |
|
|
Acolyte
Joined: 31 Jul 2007 Posts: 56
|
|
Back to top |
|
 |
ashoon |
Posted: Sun May 04, 2008 11:24 am Post subject: try curl |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
I use this for my HTTP/s flows...
http://curl.haxx.se/ _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
Back to top |
|
 |
broker_new |
Posted: Thu May 08, 2008 6:20 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
|
Back to top |
|
 |
broker_new |
Posted: Mon May 12, 2008 9:39 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
If you want to really test the HTTPS connectivity, use HTTPRequest flow and configure it by importing the certificate into cacerts. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
|