Author |
Message
|
messg_wb |
Posted: Fri Feb 23, 2007 8:33 am Post subject: Testing WebServices |
|
|
Acolyte
Joined: 29 Sep 2005 Posts: 51
|
Hello,
I was wondering, If there is any way of testing webservice automatically. We have all the setup and everything if working fine, but we intend to have a monitor on it, something like:trigger a webservice request and get a response every one hour or so. I thought of timer node but generating request in broker doesn't seem feasible. Do any of you have an idea..
Thanks,
Mohan |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Feb 23, 2007 3:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
I thought there was something about testing in the new toolkit.
is it testing or 'outside-in' monitoring you are looking for? _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 23, 2007 6:31 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There is a new test tool in the 6.0.2.0 Toolkit. It is apparently pretty snazzy.
It's entirely possible to build a message flow that will test another service in the manner wanted - by using a Timer node and an HTTPRequest node.
It's probably better to use a real monitoring tool, however. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
au@kosa |
Posted: Sun Feb 25, 2007 10:29 pm Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
1. You can use Net tool (Http based webservices) (free download Available)
2. Also You can use Altova XML SPY (Http based webservices)
It Creates SOAP messages from the given WSDL file. (One month Evaluation copy is available)
3. Use RFHutil for MQ based webservices.
Regards,
Amit Upadhyaya _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate |
|
Back to top |
|
 |
messg_wb |
Posted: Mon Feb 26, 2007 2:26 pm Post subject: |
|
|
Acolyte
Joined: 29 Sep 2005 Posts: 51
|
Yes, I am in the process of creating flow, using timer node and http request node, It should automatically wake up for every one hour or so and test if everything is fine
I used nettool to test while constructing a flow to host webservice and it was/is very useful but currently I am trying to monitor it..
I would upgrade to 6.0.2 and see..
Thanks Gentlemen for your replies. |
|
Back to top |
|
 |
|