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 » Soap UI(can't find URL for my path/to service)

Post new topic  Reply to topic
 Soap UI(can't find URL for my path/to service) « View previous topic :: View next topic » 
Author Message
kumar.MBMQ
PostPosted: Thu Oct 10, 2013 2:42 am    Post subject: Soap UI(can't find URL for my path/to service) Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

I did my flow in Message Broker 8.0.0.2 but when i try to test in Soap UI it shows that can't find URL for my path/to service .
My flow has Soap Input node ->Subflow->Soap extract->messagemap->Soap Request->Soap extract->Soap Reply.

At the Soap Input node wsdl i gave url http://localhost:7800/DepositDetailsInquiry/DepositDetailsInquiyService.

At the Soap Request node wsdl i gave url
http://localhost:7800/DepDtlsInq/DepDtlsInqService.

While testing in Soap UI i mentioned the url as
http://localhost:7800/DepositDetailsInquiry/DepositDetailsInquiyService.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Oct 10, 2013 3:13 am    Post subject: Reply with quote

Jedi Knight

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

Its because you must omit the predicate as described in the documentation.

Read the InfoCentre.
_________________
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
kumar.MBMQ
PostPosted: Fri Oct 11, 2013 12:36 am    Post subject: Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

What do you mean predicate
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Fri Oct 11, 2013 3:08 am    Post subject: Reply with quote

Jedi Knight

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

kumar.MBMQ wrote:
What do you mean predicate


This is a simple issue. The InfoCentre documents the necessary information.

Quote:
Path suffix for URL is the HTTP path selector on which the node accepts inbound messages. This property is set automatically from the <soap:address> element of the selected Service port. Whenever the selected port is updated, URL Selector is updated accordingly. However, if you override this value, your value persists, and the URL is no longer updated from the service port.
If you choose to override this property, you must specify the [<path>].

If you configure the same HTTP path for nodes in multiple message flows, an inbound request to that endpoint might be processed by any of those message flows. If the message flows are configured differently, they process the message differently and so this can lead to unpredictable behavior.

If you require additional resources for a single HTTP path, you can configure additional instances instead of creating multiple message flows. For more information, see Configurable message flow properties.

_________________
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
vishnurajnr
PostPosted: Fri Oct 11, 2013 4:10 am    Post subject: Reply with quote

Centurion

Joined: 08 Aug 2011
Posts: 134
Location: Trivandrum

Also there is a mismatch of URL in the Soap req and SOAP Input Node.


Quote:
At the Soap Input node wsdl i gave url http://localhost:7800/DepositDetailsInquiry/DepositDetailsInquiyService.


It should be:
Quote:
DepositDetailsInquiry/DepositDetailsInquiyService.


And the SOAP req URL is:
Quote:
At the Soap Request node wsdl i gave url
http://localhost:7800/DepDtlsInq/DepDtlsInqService.


It should be
Quote:
http://localhost:7800/DepositDetailsInquiry/DepositDetailsInquiyService.

_________________
-------
A man is great by deeds, not by birth...!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Soap UI(can't find URL for my path/to service)
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.