Well it depends a bit. If you want to do it in a "standard" way, that is by using a client's getMetadata function, then no. SimpleMetadataExchange only supports the wsdl dialect, which returns the wsdl.
If you need the metadata, you could always implement a function in your capability that returns the metadata though. This however would not really be based on the MetadataExchange standard that Muse implements. You could also modify SimpleMetadataExchange to add another dialect for your property, but that would not be Muse standard - you would need to provide your modified library always. Hariharan L Narayanan wrote: > > Hi > > Thanks for your response to my query. I 'm here with one another :) is > there any way to get metadata by using only > org.apache.muse.ws.metadata.impl.SimpleMetadataExchange and not using > org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchange? To put it > in other way, IS THERE ANY WAY TO GET THE METADATA OF A RESOURCE WITHOUT > MODIFYING THE MUSE.XML? > > Regards, > Hariharan L Narayanan > System Software Engineer > India Software Labs > IBM India (P) Ltd > Ph:(080) 41055498 > -- View this message in context: http://www.nabble.com/Re%3A-Way-to-get-meta-data-of-a-property-tf4427959.html#a12634946 Sent from the Muse - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
