Browsing Web Service

tularamtularam Member Posts: 97
edited 2014-09-09 in NAV Three Tier
Hi Experts,
I just published web service from Dynamics NAV 2009 SP1 from my Windows Server 2008 to web. using service url ::
[url=http://Server:Port/Instance/WS/CompanyName/Page/SalesOrder]http://Server:Port/Instance/WS/CompanyN ... SalesOrder[/url].
Everything is working fine for all the browser when I browsed from my windows PC but when I browse from IOS/Mac it is not available. It just displays the Blank Screen.
Can anyone assist me to solve this problem

Thanks

Comments

  • SogSog Member Posts: 1,023
    Check from another pc (not the windows 2008 server) if the webservice works. If so, then the problem lies with either ios/mac and the browser.
    Use another browser if you want to show the xml describing the webservice. (most likely ios deems it too technical for a common user, and rather shows a blank page than the actual xml*)
    (*I have little to none experience with Ios, because I'm biased towards apple and their playskool way of treating users)
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • tularamtularam Member Posts: 97
    Sog wrote:
    Check from another pc (not the windows 2008 server) if the webservice works. If so, then the problem lies with either ios/mac and the browser.
    Use another browser if you want to show the xml describing the webservice. (most likely ios deems it too technical for a common user, and rather shows a blank page than the actual xml*)
    (*I have little to none experience with Ios, because I'm biased towards apple and their playskool way of treating users)

    I checked all types of windows PC, I can browse it from every browser, Firefox, chrome, safari and IE.... Everything display the XML fine... But when I try to connect from MAC PC, or IOS, it just returns me blank screen, it even do not ask for authentication :(
  • tularamtularam Member Posts: 97
    After deep search I fount an article over this::
    http://support.microsoft.com/kb/976918/en-us#
    now when I try to access from Fire-fox and safari I can will be asked for credentials but after credentials are filled up it displays nothing just Blank Screen
    :(
    .. I want to know if there is anybody who worked around for this problem??
  • tinoruijstinoruijs Member Posts: 1,226
    Use IE or Google Chrome..

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • tularamtularam Member Posts: 97
    tinoruijs wrote:
    Use IE or Google Chrome..
    Ok thanks... But here I am not searching for how to use it but searching for the solution...
    Can you please tell me how can I use IE inside my Linux/MAC Box ](*,)
  • aniishaniish Member Posts: 27
    use NTLM authentication in custom setting
    -->
    <add key="ServicesUseNTLMAuthentication" value="true" />
    <!--
    it will help you. :)
Sign In or Register to comment.