com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
ExchangeRate
The ExchangeRate mashup sample demonstrates using web services for getting the currency exchange rate.Â
Building the sample
For more information, see Building Mashup Samples.
Running the client
You can try this mashup service with Try It.
Operation:Â convert
The three-letter currency codes are accepted as values for the srcCurrency and destCurrency parameters. Note that the currency codes are case sensitive.
Example request
<body> <p:convert xmlns:p="http://services.mashup.wso2.org/exchangeRate?xsd"> <fromCurrency>USD</fromCurrency> <toCurrency>LKR</toCurrency> </p:convert> </body>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.