Form 810 ?

mootsoo
Member Posts: 70
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<
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?

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<
bye my work, bye navision
0
Comments
-
Try this path
CRONUS International Ltd./Departments/Administration/IT Administration/General/Web Services0 -
Perhaps you haven't installed the database. Are you able to see any Forms from the Object Designer in Classic Client?Tom Cornelius
Test Lead
Microsoft Dynamics NAV
This posting is provided "AS IS" with no warranties, and confers no rights.0 -
I think he didn't serach in Object designer
he is searching in RTC only. :!:0 -
No, i'm searching in object designer.
I have installed full.
Other objects are included.bye my work, bye navision0 -
mohana_cse06 wrote:Try this path
CRONUS International Ltd./Departments/Administration/IT Administration/General/Web Servicesbye my work, bye navision0 -
mootsoo wrote:mohana_cse06 wrote:Try this path
CRONUS International Ltd./Departments/Administration/IT Administration/General/Web Services
It is description of "path" in menu of RTC.0 -
kine wrote:mootsoo wrote:mohana_cse06 wrote:Try this path
CRONUS International Ltd./Departments/Administration/IT Administration/General/Web Services
It is description of "path" in menu of RTC.bye my work, bye navision0 -
Yes, because you need to "Configure" the webservices. This is the "Page 810"... ;-)0
-
Hi Kine
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?bye my work, bye navision0 -
Of course, all depends on "how" you upgrade. If only by changing the client, it means technical upgrade, there will be no new standard objects. Only some new virtual tables, but no pages, no new forms, reports etc. To have full NAV 2009, you need to do full upgrade... but this is out of scope of this thread...0
-
What's mean "out of scope of this thread"?
(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?bye my work, bye navision0 -
1) Read some documentation from any upgrade toolkit you can download (e.g. for NAV 5.00SP1). There is described how to do upgrade...
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...0 -
Hello
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?bye my work, bye navision0 -
The WebService port is defined in the config of the Service tier, just check it there. If you do not "see" wsdl, may be you are entering wrong URL...0
-
kine wrote:The WebService port is defined in the config of the Service tier, just check it there. If you do not "see" wsdl, may be you are entering wrong URL...
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.bye my work, bye navision0 -
Can you post which URL you are entering when adding the web reference?0
-
These 6 URL. NAVIWORL-D9976C is my computer name.
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.bye my work, bye navision0 -
I had a WSDL.
by this URL http://NAVIWORL-D9976C:7047/DynamicsNAV/WS/services.- <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://naviworl-d9976c:7047/DynamicsNAV/WS/SystemService" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> </discovery>
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? ](*,) #-obye my work, bye navision0 -
In WSDL, there isn't code of that codeunit object i inserted in Form810.bye my work, bye navision0
-
1) Have you "published" checkmark on the line with your codeunit?
2) Try to add any page as webservice and check if you can see it...0 -
1) Yes, i have checked published
2) I'm inserting other codeunits, and making page object, and inserting in Form810bye my work, bye navision0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions