cxf-spring-boot-starter
cxf-spring-boot-starter copied to clipboard
WSDL path in cxf-boot-simple Heroku deployment wrong
The example app cxf-boot-simple is deployed and running successfully on Heroku: https://cxf-boot-simple.herokuapp.com/my-foo-api
But the WSDL path has wrong curl braces inside it's URL and therefore isn't accessible:
{http://www.codecentric.de/namespace/weatherservice/}Weather
, but the URL itself shows the following link: https://cxf-boot-simple.herokuapp.com/Weather?wsdl
If you access it, it shows a
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Aug 05 12:56:39 CEST 2019
There was an unexpected error (type=Not Found, status=404).
No message available