cancel
Showing results for 
Search instead for 
Did you mean: 

NTLM Authentication in SOAP Receiver

Former Member
0 Kudos

Hi All,

I need to use NTLM authentication in SOAP receiver. I understand we have SOAP with Http(Axis) but for using Axis protocol require jar files are not available in PO system.

I am looking an alternate way to use NTLM authentication using SOAP Header or SOAP envelope.

Please let me know what will be the structure of SOAP envelope or how to pass in user/ pwd in the header for NTLM authentication.

Regards,

Rudra

Accepted Solutions (0)

Answers (1)

Answers (1)

TomXing
Contributor
0 Kudos

Hi Rudra,

For NTLM authentication, there are multiple requests:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa378749(v=vs.85).aspx

I don't think plain SOAP addapter (without Axis) is able to do this.

Best regards,
Tom

Former Member
0 Kudos

Thank you so much, Tom