Hi,

I'm using org.springframework.remoting.jaxrpc.JaxRpcPortProx yFactoryBean to access a Microsoft webservice. This runs on IIS and needs a NTML auth.
How can I get NTLM working? org.springframework.remoting.jaxrpc.JaxRpcPortProx yFactoryBean seems the use BASIC auth when username/password are set.

I have axis 1.4 and commons-http in the classpath.

Thank you