ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTP port problem

Post new topic  Reply to topic
 HTTP port problem « View previous topic :: View next topic » 
Author Message
prakash27
PostPosted: Wed Jul 06, 2011 4:22 pm    Post subject: HTTP port problem Reply with quote

Novice

Joined: 15 Feb 2011
Posts: 20

My environment is wmb 6105 AIX
My prototype flow is HTTP Input Node --> Compute Node-->HTTP Reply Node.
I have created a message set and wsdl.
The WSDl(Deployable) has the url as 'http://wmbdev:7082/SampleURL'
I have other flows that are running on 7082 already. Also I see the HTTPLIstener port is running on 7082.
When i deployed the prototype flow to the EG group and testing via SOAP UI, the soap request is getting timed out and logs not updated.

Why the flow is not working on the port 7082 ?

Appreciated your help.


Thanks,
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Jul 07, 2011 4:33 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Why you not use SOAPInput node if you are making a Web Service?

http://www.ibm.com/developerworks/websphere/library/techarticles/0902_henley/0902_henley.html

What led you to choose HTTPInput node over SOAPInput node?

Have you taken the WMB developers class?

http://www-304.ibm.com/jct03001c/services/learning/ites.wss/au/en?pageType=course_description&includeNotScheduled=y&courseCode=VM663AU
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu Jul 07, 2011 4:33 am    Post subject: Re: HTTP port problem Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

prakash27 wrote:
Why the flow is not working on the port 7082 ?


Because the other flows listening on port 7082 are consuming the messages?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
prakash27
PostPosted: Thu Jul 07, 2011 8:12 am    Post subject: HTTP port problem Reply with quote

Novice

Joined: 15 Feb 2011
Posts: 20

Vitor,

Isn't WMB supports multiple Services with different url's at same port ?
All my flows on 7082 have different service URL's.
I tried deploying the flow to other ports 7087 (making changes to WSDL) no luck.

Incelotlinc,
Why do we need to use SOAP nodes if we are not using WS addressing and WS-security ?

Thanks,
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jul 07, 2011 8:51 am    Post subject: Re: HTTP port problem Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

prakash27 wrote:
Isn't WMB supports multiple Services with different url's at same port ?


Yes. Are you sure one of the other flows on the same port isn't comsuming the message?

prakash27 wrote:
All my flows on 7082 have different service URL's.


If you're sure...

prakash27 wrote:
I tried deploying the flow to other ports 7087 (making changes to WSDL) no luck.


Well without reconfiguring the broker you probably wouldn't have,.

prakash27 wrote:
Why do we need to use SOAP nodes if we are not using WS addressing and WS-security ?


Because they'd handle the SOAP format for you.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
madi
PostPosted: Thu Jul 07, 2011 8:59 am    Post subject: Re: HTTP port problem Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

prakash27 wrote:
My environment is wmb 6105 AIX
My prototype flow is HTTP Input Node --> Compute Node-->HTTP Reply Node.
I have created a message set and wsdl.
The WSDl(Deployable) has the url as 'http://wmbdev:7082/SampleURL'
I have other flows that are running on 7082 already. Also I see the HTTPLIstener port is running on 7082.
When i deployed the prototype flow to the EG group and testing via SOAP UI, the soap request is getting timed out and logs not updated.

Why the flow is not working on the port 7082 ?

Appreciated your help.


Thanks,


which logs have u checked? have u tried user trace or debug?
_________________
IBM Certified Solutions Developer - WMB 6.0
Back to top
View user's profile Send private message
sguruprasanna
PostPosted: Thu Jul 07, 2011 9:43 am    Post subject: Reply with quote

Apprentice

Joined: 29 Jul 2002
Posts: 37

I would recommend debugging the flow, to see if the flow even gets the message from soapui and then go from there.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu Jul 07, 2011 9:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sguruprasanna wrote:
I would recommend debugging the flow, to see if the flow even gets the message from soapui and then go from there.


madi wrote:
have u tried user trace or debug?



_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Jul 07, 2011 10:02 am    Post subject: Re: HTTP port problem Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

prakash27 wrote:
Incelotlinc,
Why do we need to use SOAP nodes if we are not using WS addressing and WS-security ?


Have you taken the class yet?

Sir Vitor says: Training...!
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
prakash27
PostPosted: Thu Jul 07, 2011 9:05 pm    Post subject: HTTP port problem Reply with quote

Novice

Joined: 15 Feb 2011
Posts: 20

I have taken the usertrace , nothing captured in it.
also i debugged the flow but data is not coming to the flow/debugger when i send request from SOAP UI.

Thanks,
Back to top
View user's profile Send private message
zpat
PostPosted: Fri Jul 08, 2011 12:31 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

SOAP nodes support the use of http or https listeners at the execution group level.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Jul 08, 2011 4:01 am    Post subject: Re: HTTP port problem Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

prakash27 wrote:
I have taken the usertrace , nothing captured in it.


Nothing? It was completely empty?

Then your configuration / URL is wrong if the flow's not responding to the input.

Or you need to raise a PMR if you're certain it's correct because the product is malfunctioning.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTP port problem
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.