Just a guess but i suspect wsdlDocumentUrl is incorrect. I assume it's being interpreted as a relative file path which makes it correct being run stand alone but not when it's actually in the deployment archive.
First of all to verify I would attempt to use an absolute URL to somewhere you know the wsdl is accessible on the server machine to see if that fixes it. I suspect you will want to use something like a classpath:wsdl/NationalWeatherService.wsdl URL to access the wsdl but I think to use that you may need to have the wsdl packaged in WEB-INF/classes/wsdl to have it accessible via classpath: DaveEL -- View this message in context: http://www.nabble.com/NullPointerException-creating-client-using-org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean-tp18350230p18356855.html Sent from the cxf-user mailing list archive at Nabble.com.
