I have a wsdl file, say MyService.wsdl, and I put that file in a jar file which sits EAR directory. Then I'd like to refer to the wsdl file using: classpath:MyService.wsdl But I got exception during startup: Exception thrown: java.lang.IllegalArgumentException: path must include project and resource name: /MyService.wsdl How do I specify the project and resource name? Thanks