NAV 2009 SP 1 Windows 7 WebSevices Problem

qmiswaxqmiswax Member Posts: 5
edited 2009-09-07 in NAV Three Tier
Nav 2009 SP1 GB build 29626
Windows 7 Ultimate RTM
SQl 2005 Sp3

All services on one machine

Whne I publiss page/codeunit as WS I can't see them in IE
(http://localhost:7047/DynamicsNAV/WS/CR ... ./Services)

I see only
- <discovery xmlns="http://schemas.xmlsoap.org/disco/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <contractRef ref="http://localhost:7047/DynamicsNAV/WS/CRONUS UK Ltd/SystemService" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> 
  </discovery>

Services are running
Service: MicrosoftDynamicsNavWS
Service MicrosoftDynamicsNavServer is listening to requests at net.tcp://london7:7046/DynamicsNAV/Service.

Service: MicrosoftDynamicsNavWS
Microsoft Dynamics NAV Business Web Services are available at http://london7:7047/DynamicsNAV/WS/Services.



Config File
<?xml version="1.0" encoding="UTF-8"?>
<appSettings>

	<add key="NetType" value="Default"></add>
	<add key="DatabaseServer" value="LONDON7"></add>
	<add key="DatabaseInstance" value="sql2005"></add>
	<add key="DatabaseName" value="Demo Database NAV (6-0)"></add>
	<add key="ServerInstance" value="DynamicsNAV"></add>
	<add key="ServerPort" value="7046"></add>
	<add key="WebServicePort" value="7047"></add>
	<add key="WebServiceSSLEnabled" value="false"></add>
	<add key="WebServicesMaxMsgSize" value="512"></add>
	<add key="WebServicesUseNTLMAuthentication" value="true"></add>
	<add key="OperationTimeout" value="MaxValue"></add>
	<add key="ProtectionLevel" value="None"></add>
	<add key="MaxConcurrentCalls" value="40"></add>
	<add key="MaxConcurrentConnections" value="150"></add>
	<add key="ClientReconnectPeriod" value="00:10:00"></add>
	<add key="MaxNumberOfOrphanedConnections" value="20"></add>
	<add key="CompressionThreshold" value="64"></add>
	<add key="MetadataProviderCacheSize" value="150"></add>
	<add key="MaxUploadSize" value="5"></add>
	<add key="EnableDebugging" value="false"></add>
	<add key="MaxItemsInObjectGraph" value="128"></add>
	<add key="ChunkSize" value="28"></add>
</appSettings>


Any ideas ????

Regards
SW

Comments

  • ara3nara3n Member Posts: 9,255
    In your URL I see a . (Dot) and in the code you have there is no dot after LTD.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • qmiswaxqmiswax Member Posts: 5
    http://localhost:7047/DynamicsNAV/WS/CRONUS%20UK%20Ltd/Services
    
    http://localhost:7047/DynamicsNAV/WS/CRONUS%20UK%20Ltd./Services
    

    No diffrence with or witout .
  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    And what have you published in the Web Services table?

    In the RTC (not classic) navigate to

    Departments/Administration/IT Administration/General/Web Services

    Reason for using the RTC is, that we are sure that you are using the same DB (same config)
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • ara3nara3n Member Posts: 9,255
    Have you checked firewall is on?
    Have you checked the eventlog?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • qmiswaxqmiswax Member Posts: 5
    ara3n wrote:
    Have you checked firewall is on?
    Have you checked the eventlog?

    I switched firewall of comletelly the some result
    Eventlog = quiet
  • qmiswaxqmiswax Member Posts: 5
    freddy.dk wrote:
    And what have you published in the Web Services table?

    In the RTC (not classic) navigate to

    Departments/Administration/IT Administration/General/Web Services

    Reason for using the RTC is, that we are sure that you are using the same DB (same config)


    --

    That's was the case :) well Time to move on and forget about old client :)

    Thank you

    Regards
    SW
Sign In or Register to comment.