Are you consuming other webservices in C/Side programming in classic client? Or are you doing the development outside of nav and want to consume nav webservices and only using classic client not not RTC?
Ahmed Rashed Amini
Independent Consultant/Developer
Are you consuming other webservices in C/Side programming in classic client? Or are you doing the development outside of nav and want to consume nav webservices and only using classic client not not RTC?
nope...
i want to develop using mobile device, so this webservice need to connect to nav database
and unfortunately.. my client do not have domain, so still using classic environment
can we do posting routines using webservice?
create DO from 3rd party
"Everything" is possible with webservices. Every action that can be performed by a user in NAV can be automated and/or called from an external application.
However to use the webservices the NAV server service and WS service should run. If you can't make it work check out this blog
|Pressing F1 is so much faster than opening your browser| |To-Increase|
Providing that you are running on a SQL database as the NAV Web Service can only work with this option.
You also need to ensure the SQL Database is Enabled for Microsoft Dynamics NAV Server.
You also need to check that the NAV Licence covers some NAV 2009 RTC bits from memory. Partners can check this.
Next you simply Run Form 810 to add your WebServices. Codeunits will exist of course, however the Page objects might not there.
There are a few hurdles to overcome such as the dreaded kerbos/namespace issues, but there are multiple helpful links to assist on this (way too much to add on this message).
Jason Bradley
Working with NAV since 2001
“Knowledge speaks, but wisdom listens” - Jimi Hendrix
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
nope...
i want to develop using mobile device, so this webservice need to connect to nav database
and unfortunately.. my client do not have domain, so still using classic environment
create DO from 3rd party
"Everything" is possible with webservices. Every action that can be performed by a user in NAV can be automated and/or called from an external application.
However to use the webservices the NAV server service and WS service should run. If you can't make it work check out this blog
|To-Increase|
Providing that you are running on a SQL database as the NAV Web Service can only work with this option.
You also need to ensure the SQL Database is Enabled for Microsoft Dynamics NAV Server.
You also need to check that the NAV Licence covers some NAV 2009 RTC bits from memory. Partners can check this.
Next you simply Run Form 810 to add your WebServices. Codeunits will exist of course, however the Page objects might not there.
There are a few hurdles to overcome such as the dreaded kerbos/namespace issues, but there are multiple helpful links to assist on this (way too much to add on this message).
Working with NAV since 2001
“Knowledge speaks, but wisdom listens” - Jimi Hendrix