Author |
Message
|
asraro |
Posted: Mon Aug 25, 2008 7:14 pm Post subject: HttpInput Node Testing |
|
|
Novice
Joined: 25 Aug 2008 Posts: 15
|
Hi,
Can some one tell me how to put the input file on the HttpInput node wiwthout using nettool or any other too. This node is set to get messge on SSL.
thanks |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Aug 25, 2008 8:04 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
You can create you own flows to send message to HTTP from MQ/JMS etc.. _________________ Cheers |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Aug 25, 2008 8:05 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
develop a HTTPS web service and do the same.... _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sandeep9678 |
Posted: Tue Aug 26, 2008 12:34 am Post subject: |
|
|
 Apprentice
Joined: 04 Aug 2008 Posts: 41 Location: India
|
Develop the HTTPS client.
If you have message comming in as SOAP then you can go ahead with WebService otherwise simple HTTPS client, which will work for you. This clinet will deliver xml message on SSL. _________________ Cheers,
Sandeep |
|
Back to top |
|
 |
kimbert |
Posted: Tue Aug 26, 2008 9:17 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Am I missing something here? Why has nobody suggested using the test client in the toolkit. You can just right-click the HTTPInput node and select 'Test'. It works for MQ as well.
It is not as functional as some other solutions, but it will improve as time goes on - and there was no mention of any tricky requirements in the question. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Aug 26, 2008 9:29 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
kimbert wrote: |
Am I missing something here? Why has nobody suggested using the test client in the toolkit. |
Probably because of that tiny little phrase in the original post "or any other tool"... |
|
Back to top |
|
 |
sourdas2 |
Posted: Tue Aug 26, 2008 12:08 pm Post subject: |
|
|
 Voyager
Joined: 21 Apr 2006 Posts: 90 Location: Kolkata,India
|
Why is it required to test "wthout using nettool or any other too". As SSL is implemented in HTTPInput node, broker certificate must be exported and imported to client, which I don think nettool can do.
If it is just for testing the HTTPInput node and/or the webservice flow, then as Kimbert said, test client in toolkit is the best possible option rather than build separate client, export-import of digital certificates.. _________________ Thanks and Warm Regards
Sourav |
|
Back to top |
|
 |
broker_new |
Posted: Wed Aug 27, 2008 8:08 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Iam not sure but read somewhere in the forum that the test client in WMB V6 doesn't support HTTPS.If that is the case then all we need to do is develop one more message flow with HTTP Request node and import the certificate into cacerts file and test the webservice. |
|
Back to top |
|
 |
mgk |
Posted: Wed Aug 27, 2008 8:44 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
kimbert wrote: |
Am I missing something here? |
Yes
kimbert wrote: |
Why has nobody suggested using the test client in the toolkit. |
Because the test client does not support HTTPS afaik...
Cheers, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Aug 27, 2008 11:11 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Thanks  |
|
Back to top |
|
 |
sridhsri |
Posted: Wed Aug 27, 2008 11:54 am Post subject: |
|
|
Master
Joined: 19 Jun 2008 Posts: 297
|
Both nettool and curl support sending HTTPS messages. I know the question began by saying "without using nettool or any other too". But I don't see why they can't be used. |
|
Back to top |
|
 |
asraro |
Posted: Wed Aug 27, 2008 5:45 pm Post subject: |
|
|
Novice
Joined: 25 Aug 2008 Posts: 15
|
i want to put xml file on HttpInput node. Will the nettool will add soap to it ??? |
|
Back to top |
|
 |
broker_new |
Posted: Wed Aug 27, 2008 6:05 pm Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
you can use netttool to test the HTTPS connectivity by putting the SOAP message in the request panel and do a HTTP Post .......there should be no problem AFAIK.....Please use a test message flow by which you will know how to import the certificates and invoke a HTTPS webservice thus u will be able to explain the front end team how to proceed.....  |
|
Back to top |
|
 |
sandeep9678 |
Posted: Wed Aug 27, 2008 8:35 pm Post subject: |
|
|
 Apprentice
Joined: 04 Aug 2008 Posts: 41 Location: India
|
asraro wrote: |
i want to put xml file on HttpInput node. |
We have our own simple HTTP client. It is so easy and not time consuming at all. Only you need to know Java.
The same client can be sued to put xml messages and SOAP messages. _________________ Cheers,
Sandeep |
|
Back to top |
|
 |
asraro |
Posted: Sun Sep 07, 2008 7:21 am Post subject: |
|
|
Novice
Joined: 25 Aug 2008 Posts: 15
|
i tried using nettool and it gave me errors. |
|
Back to top |
|
 |
|