Hi Sean, Thanks for the reply,
I was exactly trying to modify the example you said. However, if I modified anything, it would not work. I ended up with another "radical" solution: changed to another framework. I already created a simple web service and its working now. I think there's some default settings file related to that 'http://server.hw.demo/' thing (If you change it, the example does not work, even if you change the package structure), but I couldn't find it. However, I'm just too new in webservices. Thanks anyway. :-) Sean O'Callaghan wrote: > > Hi, > > The error indicates that the address that it is trying to connect to is > null. > What are you passing into svrFactory.setAddress()in your server? > > Perhaps you can take a look at the java_first_jaxws sample in the samples > directory of a CXF install and use this as the starting point for > modifying the code? > > > Regards, > > Seán. > -- View this message in context: http://www.nabble.com/Trying-to-modify-the-%22A-simple-JAX-WS-service%22-example-tp21691314p21707804.html Sent from the cxf-user mailing list archive at Nabble.com.
