php - Connecting to Navision Web Service using Negotiate authorization -
i have service running on navision accessed url http://navision_ip/nav/ws/company/codeunit/web_service
i have login / password service.
when try open link chrome, after entering credentials, wsdl.
i see chrome passes authorization: negotiate header.
other browsers return 401 / 400 instead of wsdl , doesn't show wsdl.
how wsdl in php?
you should set authentication ntlm = true in customsettings.config file.
i found blog post useful: http://blogs.msdn.com/b/freddyk/archive/2010/01/19/connecting-to-nav-web-services-from.aspx
Comments
Post a Comment