Hi all,
I've managed to consume a NAV-WebService from NAV when the WebService is running on the same machine as the consumer (means 2 different Services for 2 different databases on my local notebook). Now I try to consume a WebService which is provides from a different machine (but in same domain) and I'm receiving an error "Der Zielprinzipalname ist falsch" (The target principal name is incorrect)
Does anyone have an idea how to solve this?
Thanks
Thomas
0
Answers
It has details about this particular issue. Maybe it will help you resolve your issue.
Ishwar Sharma
My Blogs: Dynamics Community Blog | Blogspot
Connect: Google + | Twitter
Anyone here who has a link to and/or can write a really simple explanation on what they do and why?
the solution for my problem was the following:
- Enable "Use NLTM Authentication" in ServerConfiguration (solved the problem with the target principal Name)
- Be aware of NAV using the ServiceUser when using DotNet-Variables with property "RunOnClient" set to No
Greetings
Thomas