Author |
Message
|
akravt |
Posted: Fri Sep 14, 2012 8:38 am Post subject: How to test message flow using SoapUI tool? |
|
|
Newbie
Joined: 14 Sep 2012 Posts: 2
|
Hi All,
I'm new to SOA testing and would appreciate any help.
Can please anyone explain/refer to a document/site how to test message flow nodes using soapUI?
How can I check which service inside queue gets invoked?
Thank you! |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 14, 2012 8:48 am Post subject: Re: How to test message flow using SoapUI tool? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
akravt wrote: |
Can please anyone explain/refer to a document/site how to test message flow nodes using soapUI? |
Well the SoapUI site is full of helpful documentation on how to test a web service. The WMB InfoCenter is full of helpful information on how to expose a flow as a web service. Between these you're covered.
akravt wrote: |
How can I check which service inside queue gets invoked? |
That's easy - none. If your flow is exposed as a web service, no queue is involved. As to what gets invoked, that's the same question as "how do I test my flow" as the flow is (in this instance) the service. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
akravt |
Posted: Fri Sep 14, 2012 9:08 am Post subject: |
|
|
Newbie
Joined: 14 Sep 2012 Posts: 2
|
Thank you, Vitor.
I have MQ as a channel to give input XML. How can I insert and read messages in MQ using soapUI? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 14, 2012 10:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
akravt wrote: |
How can I insert and read messages in MQ using soapUI? |
You can't. SoapUI is a tool for testing web services, i.e. something consuming a SOAP message. The clue is in the name.
If you want to insert and read messages in MQ you will (obviously enough) need an MQ tool. Discussions surrounding the various available tools in this forum may help you decide on which is right for you. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Sep 14, 2012 10:34 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 14, 2012 10:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lancelotlinc wrote: |
RfhUtil comes to mind. |
As do others. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
goffinf |
Posted: Fri Sep 14, 2012 1:08 pm Post subject: |
|
|
Chevalier
Joined: 05 Nov 2005 Posts: 401
|
Vitor wrote: |
akravt wrote: |
How can I insert and read messages in MQ using soapUI? |
You can't. SoapUI is a tool for testing web services, i.e. something consuming a SOAP message. The clue is in the name.
If you want to insert and read messages in MQ you will (obviously enough) need an MQ tool. Discussions surrounding the various available tools in this forum may help you decide on which is right for you. |
Nonsense, just configure SOAPUI for JMS, works fine for web services
Web services != HTTP only |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 14, 2012 8:13 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
akravt wrote: |
How can I insert and read messages in MQ using soapUI? |
You can't. SoapUI is a tool for testing web services, i.e. something consuming a SOAP message. The clue is in the name.
If you want to insert and read messages in MQ you will (obviously enough) need an MQ tool. Discussions surrounding the various available tools in this forum may help you decide on which is right for you. |
You need to use the JMS connection feature of SoapUI. Default is HTTP.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|