Hi I am trying to invoke a .net webservice using CXF client which is required NTLM. I am using cxf 2.3.
Firstly, I use wsdl2java to generate a stub, and set wsdl location as "file:///c:/sample.wsdl". sample.wsdl file is saved at dirver c:/. Everything works fine. I think so far cxf is using jvm6 ntlm implement. However, since I need to deploy my java client to a websphere server which is not logged as a domain user. I am looking forward to setting my username and password in code, this http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport%28includingSSLsupport%29-NTLMAuthentication article gives some sample code. However, after adding following java code , I get a FileNotFoundException of wsdl localtion. But I do not change the wsdl location which used to work well as first step. My java code is same with this article and I import cxf2.3.jar and jcifs.jar. Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/wsdl-FileNotFoundException-exception-tp4535055p4535055.html Sent from the cxf-user mailing list archive at Nabble.com.
