Hi
How to invoke web services running on Share Point server using NTLM as authentication scheme from webMethods IS/ESB? I tried to soapClient to invoke web services. Got Soap fault “Unauthorized” because soapClient tried to send credentials using Basic Authentication scheme and Share Point returned NTLM.
then i tried win32.ntlm:reg service before invoking soapClient. This time i got “java.lang.UnsatisfiedLinkError:no NTLM64 in java.library.path”
Any idea on what settings to do? what libraries are required to in java library path? IS running on 64-bit Red Hat Linux platform. JVM 1.6
Thanks
Bhaskara