|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Endpoint LookUp Node |
« View previous topic :: View next topic » |
Author |
Message
|
ibmmiddleware |
Posted: Wed Mar 16, 2016 11:29 am Post subject: Endpoint LookUp Node |
|
|
Newbie
Joined: 11 Mar 2016 Posts: 4
|
I am trying to look up a URL from WSDL stored in WSRR using EndpointLookup node. If I use Name, Namespace & Version, I am able to retrieve the end point successfully.
However, when I try & use a User defined property the message is routed to the 'NoMatch' terminal.
Any thoughts on this?
Also I made sure the below points are addressed for the user defined property.
Allows a query to specify user-defined properties. Add User Properties by clicking Add. User Properties refer to the Additional Properties that are used to catalog the entities in WSRR. Enter values for Property Name, which is the case-sensitive match of the additional property in WSRR, Property Type, and Property Value. The Property Type can be:
a String (the default), in which case the Property Value is a character string to be matched with the additional property value present in WSRR
XPATH, or ESQL, in which case the Property Value is a XPath or ESQL expression which locates a field in the message tree that contains the character string to be matched with the additional property value present in WSRR. |
|
Back to top |
|
 |
ruimadaleno |
Posted: Thu Mar 17, 2016 7:27 am Post subject: |
|
|
Master
Joined: 08 May 2014 Posts: 274
|
Have you type the user defined property name correctly ? are you using wsrr cache ? is there any cache notification change mechanism in place ? what happens if you change userDefinedProperty in WSRR and this Broker cache is not signaled ?
You can set a user trace and get the full query sent to WSRR:
Code: |
UserTrace BIP3676I
2015-04-20 16:55:12.150765 5148 >> UserTrace BIP3676I: The query string from node ''EndpointLookup'' that will be used to query the WebSphere Service Registry and Repository (WSRR) is: '/WSRR/WSDLService/ports[binding/portType[@name='SrvPensionsSoapPortType' and @namespace='http://com/i2s/gis/claims/pensions/service' and @version='1.0'] and exactlyClassifiedByAllOf(., 'http://www.ibm.com/xmlns/prod/serviceregistry/6/1/GovernanceProfileTaxonomy#Staging')]'
|
To enable this trace:
mqsichangetrace -u <broker> -e default -l normal -r
warning: execution group trace - performance impact !
After some requests to service turn off trace
mqsichangetrace -u <broker> -e default -l none
read and format trace file
mqsireadlog -u <broker> -e default -f -o ana.xml
mqsiformatlog -i ana.xml -o ana.txt
Hope it helps[/code] _________________ Best regards
Rui Madaleno |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|