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 » implementing webservice unable to get response form SOAPUI.

Post new topic  Reply to topic
 implementing webservice unable to get response form SOAPUI. « View previous topic :: View next topic » 
Author Message
SandyMiryala
PostPosted: Tue Apr 08, 2014 3:17 am    Post subject: implementing webservice unable to get response form SOAPUI. Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

..

Last edited by SandyMiryala on Tue Jun 17, 2014 10:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Apr 08, 2014 5:21 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

What is the actual error code that you are getting (BIPxxxx)?

Have you tried the flow with user trace enabled. That will show you a lot more detail about what is happening to the data during the transit through the flow.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
SandyMiryala
PostPosted: Tue Apr 08, 2014 7:02 am    Post subject: Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

huihn

Last edited by SandyMiryala on Tue Jun 17, 2014 10:20 pm; edited 3 times in total
Back to top
View user's profile Send private message
fatherjack
PostPosted: Tue Apr 08, 2014 7:35 am    Post subject: Reply with quote

Knight

Joined: 14 Apr 2010
Posts: 522
Location: Craggy Island

SandyMiryala wrote:
Sir I am not getting any error code.
I had allready tried the flow with user trace enabled... I am getting in trace.
The HTTP reply node 'src.WMB_SampleIntegration.HTTP Reply' attempted to put a message to the specified queue ''SYSTEM.BROKER.WS.REPLY'' connected to queue manager ''MB7QMGR''. The MQCC was 0 and the MQRC was 0.No action

UserTrace BIP3118I: Reply message successfully sent by reply node 'src.WMB_SampleIntegration.HTTP Reply' to the requesting HTTP client Reply message successfully sent by reply node 'src.WMB_SampleIntegration.HTTP Reply' to the requesting HTTP client via WebSphere Message Broker queue 'SYSTEM.BROKER.WS.REPLY' connected to queue manager 'MB7QMGR'. No user action required.
javascript:emoticon('')
I am getting in trace like this..


That looks like it's all working OK. What do you see in SOAPUI? Nothing? Timeout? Other error?
_________________
Never let the facts get in the way of a good theory.
Back to top
View user's profile Send private message
SandyMiryala
PostPosted: Tue Apr 08, 2014 6:49 pm    Post subject: Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

djoiujn

Last edited by SandyMiryala on Tue Jun 17, 2014 10:20 pm; edited 2 times in total
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Apr 08, 2014 10:47 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Have you added a trace node to your flow and looked at the actual message contents just before you reply?
Do the contents validate against the scheam correctly?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Simbu
PostPosted: Tue Apr 08, 2014 10:59 pm    Post subject: Reply with quote

Master

Joined: 17 Jun 2011
Posts: 289
Location: Tamil Nadu, India

TCP/IP Monitor might also help you to trace the request and response messages
Back to top
View user's profile Send private message
fatherjack
PostPosted: Wed Apr 09, 2014 1:19 am    Post subject: Reply with quote

Knight

Joined: 14 Apr 2010
Posts: 522
Location: Craggy Island

SandyMiryala wrote:
Sir, I am not getting nothing in SOAPUI. actually I have to get SOAP response message in SOAPUI..!


So it's still sat there waiting for the response?
_________________
Never let the facts get in the way of a good theory.
Back to top
View user's profile Send private message
SandyMiryala
PostPosted: Wed Apr 09, 2014 3:17 am    Post subject: Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

..

Last edited by SandyMiryala on Mon May 05, 2014 3:19 am; edited 1 time in total
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 09, 2014 5:05 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

SandyMiryala wrote:
So it's still sat there waiting for the response?

Sir, In Variables view I got message tree before HTTP reply node, in message Properties, XMlNSC in that envelope body in that I got total response message and LocalEnvt in that destination, http reply identifier I got after that my flow is terminating...

No message being propagated to failure terminal? No exception tree?

Did you do a user debug trace? What does it show you?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Apr 09, 2014 5:29 am    Post subject: Reply with quote

Grand High Poobah

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

SandyMiryala wrote:
Sir, In Variables view I got message tree before HTTP reply node, in message Properties, XMlNSC in that envelope body in that I got total response message and LocalEnvt in that destination, http reply identifier I got after that my flow is terminating...


Don't look in the debugger. Run a user trace & see what's happening.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
SandyMiryala
PostPosted: Wed Apr 09, 2014 8:45 pm    Post subject: Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

Don't look in the debugger. Run a user trace & see what's happening.[/quote]

Hi Sir I am getting in user trace like this..
Message propagated to the 'out' terminal of node 'src.WMB_SampleIntegration.Transform_Message' with the following message trees: ''.
The HTTP Reply node has sent the reply message to the HTTP client via the listener process.
The HTTP reply node 'src.WMB_SampleIntegration.HTTP Reply' attempted to put a message to the specified queue ''SYSTEM.BROKER.WS.REPLY'' connected to queue manager ''MB7QMGR''. The MQCC was 0 and the MQRC was 0. No action.
Reply message successfully sent by reply node 'src.WMB_SampleIntegration.HTTP Reply' to the requesting HTTP client Reply message successfully sent by reply node 'src.WMB_SampleIntegration.HTTP Reply' to the requesting HTTP client via WebSphere Message Broker queue 'SYSTEM.BROKER.WS.REPLY' connected to queue manager 'MB7QMGR'. No user action required.


Last edited by SandyMiryala on Wed Apr 09, 2014 10:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
SandyMiryala
PostPosted: Wed Apr 09, 2014 10:00 pm    Post subject: Reply with quote

Newbie

Joined: 08 Apr 2014
Posts: 6

..

Last edited by SandyMiryala on Mon May 05, 2014 3:19 am; edited 1 time in total
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Apr 10, 2014 4:24 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

This answer points to some problem with your message tree?
Can you add a trace node after the HTTPReply node showing $Root?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » implementing webservice unable to get response form SOAPUI.
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.