It work well for fetching data from TN database, make sure you are setting “disablepaging” property to true in wm.tn.query:profileQuery in service input… if this property is true it will show the output else it will only give you the enumerated id for result.
Before calling service wm.tn.query:profileQuery you need to set the query properly by using service wm.tn.query:createProfileQuery, say if you want to list down all the enabled profile from your TN database, set Status as enabled in createprofileQuery service call then pass the query to profileQuery service… you will get the desired result.
Hope it help!
cheers, have a nice weekend!
nD
#webMethods#Integration-Server-and-ESB#B2B-Integration