Connecting to Navision Web Service using Negotiate authorization

848 views Asked by At

I have a service running on Navision accessed by url http://navision_ip/NAV/WS/COMPANY/Codeunit/Web_Service

I also have login / password for service.

When I try to open link with Chrome, after entering credentials, I get wsdl.

I also see that Chrome passes Authorization: Negotiate header.

Other browsers return 401 / 400 instead of wsdl and doesn't show the wsdl.

How do I get wsdl in PHP?

1

There are 1 answers