From: Hans51 on 26 Jan 2009 07:00 Hello, i try to consume a nav2009 webservice with java. My problem is the authentification on the Webserver, when I call the service then i get the message "HTTP/1.1 401 Unauthorized" When i open the WSDL over Firefox or IE6 i get a blank Page. I've try to debug it with FireBug and i have the same Error (401 Unauthorized). It works only correct with IE7 and C#. I found nothing in the MSDN or NAVdocumentation aboute the Authentification on the Webserver. Does anybody know how the Authentification works? Use Microsoft NTLMv2 for Authentification? Is it possible to config the Webserver Authentification? regards Hans51
From: Volker Str�hle on 26 Jan 2009 08:09 I do not know how to do this in Java, but there should b something similar. nav.UseDefaultCredentials = True nav.Url = http://localhost:7047/DynamicsNAV/ws/myCompany/services Without this 2 line I got errors connecting to my webservice Volker "Hans51" <Hans51(a)discussions.microsoft.com> schrieb im Newsbeitrag news:A1FF98C9-C0BE-4C90-9562-B0C537DFF651(a)microsoft.com... > Hello, > > i try to consume a nav2009 webservice with java. > My problem is the authentification on the Webserver, when I call the > service > then i get the message > "HTTP/1.1 401 Unauthorized" > > When i open the WSDL over Firefox or IE6 i get a blank Page. > I've try to debug it with FireBug and i have the same Error (401 > Unauthorized). > > It works only correct with IE7 and C#. > > I found nothing in the MSDN or NAVdocumentation aboute the > Authentification > on the Webserver. > > Does anybody know how the Authentification works? > Use Microsoft NTLMv2 for Authentification? > Is it possible to config the Webserver Authentification? > > regards > Hans51 >
|
Pages: 1 Prev: Client Install error - NAV 5.0 SP1 Next: Copy Data in NAV 2009 |