ddd-strategic-design-spring-boot icon indicating copy to clipboard operation
ddd-strategic-design-spring-boot copied to clipboard

404 not found: https://mploed-customer.cfapps.io/ws/customers.wsdl

Open moon0326 opened this issue 7 years ago • 2 comments

Hello,

First of all, thank you for your slide on DDD>

I found your slide at https://speakerdeck.com/mploed/ddd-strategic-design-with-spring-boot-examples

I just tried to follow step by step on your README and encountered an error while building customer application.

[ERROR] Error while parsing schema(s).Location [].
com.sun.istack.SAXParseException2; IOException thrown when processing "https://mploed-customer.cfapps.io/ws/customers.wsdl". Exception: java.io.FileNotFoundException: https://mploed-customer.cfapps.io/ws/customers.wsdl.

it looks like the file is no longer there.

Is there a way to fix this?

moon0326 avatar Mar 31 '17 07:03 moon0326

Change https://github.com/mploed/ddd-strategic-design-spring-boot/blob/master/credit-application/pom.xml#L92 to http://localhost:9091/ws/customers.wsdl Its mentioned in README but there is a typo.

firefoxNX avatar Mar 31 '17 16:03 firefoxNX

thank you @firefoxNX !

moon0326 avatar Mar 31 '17 20:03 moon0326