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

and php: http://blogs.msdn.com/b/freddyk/archive/2010/01/19/connecting-to-nav-web-services-from-php.aspxhttp://blogs.msdn.com/b/freddyk/archive/2010/01/19/connecting-to-nav-web-services-from-php.aspx


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -