Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Web Services   (RSS)

Using XMLports With Web Services

As a follow-up on my recent webcast (found HERE ), here is the general walkthrough of how to create an XMLport and use it for sending data to NAV. First, what we want to do is create our XMLport and make sure it has the elements and values that we want.

Creating a web service manually, the importance of the name you give it, and a few small things to remember

When you use the SC command line command to create a new NAV 2009 Service, how does the new service know whether it is a middle tier for RTC to connect to, or whether it is supposed to handle web service calls? In other words, what decides whether the
Posted by Lohndorf | 1 Comments

Converting company names for NAV Web Services

A few weeks ago I saw an up tick in the number of cases having problems accessing exposed web service. Some of the problem has been because the “CRONUS USA, Inc.” company name converts to an unfamiliar “CROUNS_USA_x002C__Inc”. This will be changing in
Posted by navblog | 0 Comments
Filed under: ,

How to set dynamically the Key and Sort Order for the pages using NAV 2009 Web Services feature

The default methods exposed when a page is published are the so-called CRUD (Create, Read, Multiple and Delete) methods. All of those does not allow to set up previously a key for sorting order nor if the records have to be ascending or descending. In
Posted by navblog | 0 Comments
Filed under: ,

How to get a Dynamics NAV report with a Web Service

1. Create a new codeunit. In this scenario we will call this codeunit "CUWebReport" with ID 50000 2. Navigate to "C/AL Globals" and create a function called "GenerateReport" 3. Select "Locals" 4. Select the "Return Value" tab 5. Set "Return Type"=Text
Posted by navblog | 2 Comments

GetCompaniesList error configuring Outlook Sync to use Web Services

In NAV 2009, Outlook Synchronization includes the option to use the new Web Services functionality instead of using C/FRONT and NAS. This is great and demonstrates some of the functionality that Web Services has to offer. One issue that can arise when
Posted by navblog | 0 Comments
Filed under: , ,

NAV 2009 Web Services on a three machine setup

Much like the setup of the RTC/NAV Server connection in NAV 2009. NAV 2009 Web Services needs to have a SPN added to properly authentic the users accessing it. Consider the following scenario in Microsoft Dynamics NAV 2009. You have just completed the
Posted by navblog | 0 Comments

Using web services with Outlook Synchronization in a localized environment

While using NAS with OSYNCH parameter in a Dynamics NAV 5.0 + partnersource update 25874 or Dynamics NAV 5.0 SP1, we had to use the Localization Tips that were published on page 55 of the Setup and Installation Guide: When a localized version of Microsoft
Posted by navblog | 0 Comments
Filed under: , ,

NAV 2009 - Sample C# project to consume a NAV web service

This post is a step-by-step guide, how to make a very simple C# project (3 lines of code) to integrate to NAV 2009 via a web service. == Blog updated on 21/01 2009: Line added in the sample code below, to avoid error “Path property must be set before
Posted by navblog | 0 Comments

NAV 2009 - How to publish a web service

This posts only describes how you can publish a web service in Microsoft Dynamics NAV (which is easy enough), and how you can see what you published. It does not describe how you can actually use this web service. Future posts will describe this. Please
Posted by navblog | 0 Comments

Using Web Services to Access Microsoft Dynamics NAV 5.0

Introduction Dynamics NAV 2009 contains a new subsystem for dealing with Web Services. This feature has been well received by partners and customers alike. Partners have expressed interest in having web services available for earlier versions of Dynamics
Posted by navblog | 49 Comments
Filed under:
 
Page view tracker