I am using cxf to generate java code from a wsdl. The wsdl is protected by authentication so I could not produce the code directly from the wsdl. Instead I made A copy of the wsdl and put it on my local machine. When trying to create the service to make the web service call I need to use wsdl location on my local machine. For production I do not want to have to do this. I saw mentioned that You can set the wsdl URL as null. I tried this but got an error: javax.xml.ws.WebServiceException: Port not found. I have seen this problem mentioned by other people but I have not found an answer. Any help would be appreciated.
-- View this message in context: http://cxf.547215.n5.nabble.com/javax-xml-ws-WebServiceException-Port-not-found-tp5056816p5056816.html Sent from the cxf-user mailing list archive at Nabble.com.
