Specification Mapping Tool in webMethods

Hi,

How can I create a mapping tool using webMethods which would read mapping specification template and do basic level of mappings for webMethods?

Can this be done using webMethods itself or do we need to use XSLT/XQuery Mappings and import them into webMethods. But I suppose that is not the solution for this problem.

Can anyone please guide me on this and mention the details as to how to develop this tool in webMethods?

Best Regards,
Suvadeep

You can read the service input signature or specification using the webMethods Java or C API. I suppose you can do this in a java service.

Cheers
Guna