Re: NTLM security between WCF and CXF

2011-09-09 Thread samyem
="http://schemas.microsoft.com/ws/06/2004/policy/http"; /> > > > > > > > > > > > When this tag is manually commented out and the references to it removed, > > > then CXF was happy and the WCF service was also able to pick up the NTLM

Re: NTLM security between WCF and CXF

2011-09-09 Thread samyem
>> > Console.WriteLine("Service running at {0}", baseAddress); >> > Application.Run(); >> > host.Close(); >> > } >> > } >> > >> > Which adds the policy tags in WSDL as: >> > >> > >>

Re: NTLM security between WCF and CXF

2011-09-09 Thread Daniel Kulp
iceSecurityContext.WindowsIdentity. > But keeping the WSDL with the Policy tag produces the original exception. > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671 > p4779559.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com

Re: NTLM security between WCF and CXF

2011-09-07 Thread samyem
al exception. -- View this message in context: http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671p4779559.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: NTLM security between WCF and CXF

2011-09-06 Thread Daniel Kulp
against Windows/NTLM > authentication, which is what I'm looking for. > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671 > p4775972.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com

Re: NTLM security between WCF and CXF

2011-09-06 Thread samyem
to see if the code at http://svn.apache.org/repos/asf/cxf/sandbox/interopfest is going to be any help but I have not yet found an example that works against Windows/NTLM authentication, which is what I'm looking for. -- View this message in context: http://cxf.547215.n5.nabble.com/NTLM-s

Re: NTLM security between WCF and CXF

2011-09-06 Thread Daniel Kulp
e.cxf.endpoint.AbstractConduitSelector.getSelectedConduit(AbstractC > onduitSelector.java:88) at > org.apache.cxf.endpoint.UpfrontConduitSelector.selectConduit(UpfrontConduitS > elector.java:71) at > org.apache.cxf.endpoint.ClientImpl.getConduit(ClientImpl.java:814) > > >

Re: NTLM security between WCF and CXF

2011-09-02 Thread samyem
Also to add more info, I'm on IBM JDK 1.5 as it is hosted on websphere 6.1. -- View this message in context: http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671p4763691.html Sent from the cxf-user mailing list archive at Nabble.com.

NTLM security between WCF and CXF

2011-09-02 Thread samyem
Impl.java:814) Thus failing as soon as client.getConduit() is called. I have not found any working example of what's the proper way of using NTLM with CXF. Any help? Thanks, Samyem -- View this message in context: http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671p4763671.html Sent from the cxf-user mailing list archive at Nabble.com.