Author |
Message
|
anilmekala |
Posted: Sun Oct 21, 2012 11:58 pm Post subject: Need help on HttpInput Node |
|
|
Acolyte
Joined: 19 Oct 2012 Posts: 63
|
Hi,
am trying to develop POC on webservice concept. I created sample Xml put it under tomcat server. I configured same url under httpInput node .Am trying to debug the flow , when hit the URL flow is not comming into the picture .
Please help me do i need to configure any other.
Thanks in advance.
Regards,
Anil. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Mon Oct 22, 2012 1:44 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
Can you describe your topology with more details?
What version of the broker you are using?
Are you trying to use http proxy servlet in front of your flow?
--
marko |
|
Back to top |
|
 |
anilmekala |
Posted: Mon Oct 22, 2012 2:19 am Post subject: |
|
|
Acolyte
Joined: 19 Oct 2012 Posts: 63
|
Hi ,
I am not using any HttpProxy servet and my broker version is 6.1
Regards,
Anil |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Mon Oct 22, 2012 2:28 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Ok,
Can you give more detailed description what are you doing?
You have developed a flow which contains httpInput node which contains something in "Path suffix for URL" property and you are trying to invoke a flow through that node? And you have tried to hit URL in form "http://<broker server name / IP>:<broker's or eg's listener port><Path suffix for URL>" ?
--
Marko |
|
Back to top |
|
 |
surenat |
Posted: Mon Oct 22, 2012 3:26 pm Post subject: |
|
|
Apprentice
Joined: 01 Jan 2002 Posts: 32
|
Are you trying to host a web service in a flow ? Or trying to call webservice hosted in tomcat? In the second case you need to use httprequest. _________________ IBM Certified Specialist MQSeries
IBM Certified Specialist - Websphere MQ Integrator |
|
Back to top |
|
 |
anilmekala |
Posted: Tue Oct 23, 2012 11:33 pm Post subject: |
|
|
Acolyte
Joined: 19 Oct 2012 Posts: 63
|
Hi,
I have requirement like meesage flow needs to read the data from UI application . my flow needs to act as webservice and collect the UI data to trasform. I place some sample jsp page under tomcat server in my local system
in my flow i have used HttpInput node , compute node and MQoutput node.
both tomcat and Execution Group running on same listner port.
but data still not reaching HttpInput node when ran flow in debug mode.
Please help me if you have any solution to achieve this.
Regards,
Anil. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Tue Oct 23, 2012 11:44 pm Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Ok Anil,
You need to understand that WMB flow with httpInput node needs to be invoked by message (http -request) from external application that is from your jsp.
Perhaps you also should consider some formal education before you can develop solutions with WMB.
--
Marko |
|
Back to top |
|
 |
ganesh |
Posted: Wed Oct 24, 2012 5:46 am Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Take a service level trace for the broker and check if anything is written to the logs with refrence to your service. |
|
Back to top |
|
 |
surenat |
Posted: Wed Oct 24, 2012 3:58 pm Post subject: |
|
|
Apprentice
Joined: 01 Jan 2002 Posts: 32
|
You cannot have both tomcat and HTTP msg flow listening on the same flow. You have to configure broker to use different port. _________________ IBM Certified Specialist MQSeries
IBM Certified Specialist - Websphere MQ Integrator |
|
Back to top |
|
 |
|