Hello
Last few weeks i'm trying to understand NAV2009. /i'm new at navision/
I'm trying to use Webservice. I have found many tutorials and experts blog that about how to make and use webservice. But all people says "open the form810" but in my navision there isn't form 810. Where i could find this?
:-k
I have installed Nav2009 many times. I have download full version from partner source.
And also can anyone explain me what is the form 810? [-o<
Comments
CRONUS International Ltd./Departments/Administration/IT Administration/General/Web Services
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Test Lead
Microsoft Dynamics NAV
This posting is provided "AS IS" with no warranties, and confers no rights.
he is searching in RTC only. :!:
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I have installed full.
Other objects are included.
It is description of "path" in menu of RTC.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I found the Form810. It's in Cronus database. I have looked in database of 5.0 :oops:
I tried to upgrade 5.0's database to NAV2009. So that there wasn't.
But i don't understand that. #-o Why? If when i upgrade my 5.0's database to NAV2009 then there wouldn't be NAV2009's objects?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
(1)If i upgrade 5.0 to NAV2009 then there wouldn't be NAV2009 objects? or (2)If i upgrade right then NAV2009's object will be there?
If (1) is true then how to insert NAV2009's objects? manually?
If (2) is true then how? because my upgrading knowledge is too less. And also i want know how to upgrade each object?
2) Search on the forum for questions about upgrades
3) You need to make clear if you are just testing the NAV 2009 - than you do not need to do upgrade. Just install the NAV 2009 demo database...
4) You need upgrading only if you have some custom version you want to transfer to new functionality on new version...
5) Out of scope - initial question was about one form missing, now you are asking about How to do an upgrade, which is something totally different and I recommend to create new thread for new questions...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
After i found my form 810 :roll: , i have trying to do webservice. But i can't see my WSDL file.
Is that serverports default value is 7046 or 7047? But anyway i couldn't see WSDL file.
Is the problem can be on page or codeunit that i created in my form810?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I'm also trying to do this practice : http://www.packtpub.com/article/extendi ... 2009-part1
You can see that C# code, 1st line. NAV_Codeunit navCU = new NAV_Codeunit
The error is : Type or namespace NAV_Codeunit could not be found.
NAV_Codeunit is my webservice name. This codeunit is already included in Webservice, Form810 of NAV2009.
In C# code NAV_Codeunit is class /i think/
Added Web reference's name is namespace. Am i right?
PS:When i'm adding web reference, /when typing my URL/ then it says 1 service found.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://localhost:7047/DynamicsNAV/WS/services.
http://NAVIWORL-D9976C:7047/DynamicsNAV/WS/services.
http://NAVIWORLD9976C:7047/DynamicsNAV/WS/services.
http://localhost:7046/DynamicsNAV/WS/services.
http://NAVIWORL-D9976C:7046/DynamicsNAV/WS/services.
http://NAVIWORLD9976C:7046/DynamicsNAV/WS/services.
by this URL http://NAVIWORL-D9976C:7047/DynamicsNAV/WS/services. I have tried it before in Mozilla FireFox. In IE it works. But there is one question. WHY :?: :?: It's depends on browser?
And also it not works. I'm trying to WebService practice on .NET C#
After debugging C# code, then it says Programname.exe file is missing, set the Outputpath and AssemblyName properties appropriately to point at the correct location for the target assembly.
I don't understand this error. It's mean my Webservice location is wrong? or there is no webservice assembly? ](*,) #-o
2) Try to add any page as webservice and check if you can see it...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
2) I'm inserting other codeunits, and making page object, and inserting in Form810