Yes, since Muse does not use a descriptor for mapping actions to methods they have to be the same. Muse uses the namespace to java class mapping in muse.xml to figure out what capability should answer a certain request, and then the method is obtained by name via reflections.
allen_a_george wrote: > > Hi, > > Does the muse framework expect a certain relationship between the: > 1) Operation name in a web-service's porttype > 2) It's corresponding wsa:action attribution > 3) The java method name in the capability implementation > > In other words, do they all have to be the same? I ask because I have > problems (ActionNotSupported etc.) if they're not... > > Thanks, > Allen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Operation-Name%2C-wsa%3Aaction-Attribute-and-Method-Relationship--tf4728702.html#a13537375 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
