Yes... I have now introduced just the following line (without the println):
wsdlURL.getContent() The result though is the same (the same error): Exception in thread "main" java.io.FileNotFoundException: http://localhost:8080/Prosys_newSituationS/services/ReadVariableNodeService1Port?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.net.URLConnection.getContent(Unknown Source) at java.net.URL.getContent(Unknown Source) at readavalue.SeiGetval_ReadVariableNodeService1Port_Client.main(SeiGetval_ReadVariableNodeService1Port_Client.java:54) Hence I think the error is related to CXF. As Daniel Kulp said, I think this shows that the address is not resolvable. The question is what do I have to change to make it resolvable. I'm really looking forward to some clues...since I'm growing a bit desperate here. Thanks! -- View this message in context: http://cxf.547215.n5.nabble.com/Odd-error-with-CXF-Please-help-tp4490161p4506604.html Sent from the cxf-user mailing list archive at Nabble.com.
