Sign In
Freddys Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Add-Ins
Automation
Azure
BigText
Bookmark
C#
Client Tier
COM
Data
Excel
Extensibility
Javascript
Multiple
NAV 2009
NAV 2009 SP1
Service
Service Reference
Service Tier
Servicebus
URL
Virtual Earth
WCF
Web Reference
Web Services
XML
Archive
Archives
October 2011
(1)
March 2011
(1)
January 2011
(2)
December 2010
(2)
November 2010
(1)
January 2010
(17)
December 2009
(5)
November 2009
(7)
October 2009
(1)
September 2009
(3)
August 2009
(1)
June 2009
(1)
May 2009
(4)
April 2009
(5)
March 2009
(4)
February 2009
(1)
December 2008
(1)
November 2008
(13)
October 2008
(4)
MSDN Blogs
>
Freddys Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Freddys Blog
Utilizing Cloud Services – Part 1
Posted
4 months ago
by
FreddyDK
0
Comments
During 2011 I have conducted sessions on utilizing cloud services at various events (Convergence US, Directions EMEA, Dutch Dynamics Community Event, NAV Tech Days, Airlift in Munich and Directions US – and every time I have promised that I would blog...
Freddys Blog
Connecting to NAV Web Services from the Cloud–part 5 out of 5
Posted
11 months ago
by
FreddyDK
1
Comments
If you haven’t already read part 4 (and the prior parts) you should do so here , before continuing to read this post. In this post, I am going to create a small Windows Phone 7 application, which basically will be a phone version of the sidebar gadgets...
Freddys Blog
Connecting to NAV Web Services from the Cloud–part 4 out of 5
Posted
over 1 year ago
by
FreddyDK
3
Comments
If you haven’t already read part 3 you should do so here , before continuing to read this post. By now you have seen how to create a WCF Service Proxy connected to NAV with an endpoint hosted on the Servicebus (Windows Azure AppFabric). By now, I haven...
Freddys Blog
Connecting to NAV Web Services from the Cloud–part 3 out of 5
Posted
over 1 year ago
by
FreddyDK
0
Comments
If you haven’t already read part 2 you should do so here , before continuing to read this post. In part 2 I talked about how to connect to my locally installed NAV Web Service Proxy from anywhere in the world and towards the end, I promised that I would...
Freddys Blog
Connecting to NAV Web Services from the Cloud–part 2 out of 5
Posted
over 2 years ago
by
FreddyDK
6
Comments
If you haven’t already read part 1 you should do so here , before continuing to read this post. In part 1 I showed how a service reference plus two lines of code: var client = new Proxy1.ProxyClassClient("NetTcpRelayBinding_IProxyClass"); Console...
Freddys Blog
Connecting to NAV Web Services from the Cloud–Part 1 out of 5
Posted
over 2 years ago
by
FreddyDK
0
Comments
My last post in January 2010 ( here ) talked about how to create a Proxy for connecting to NAV Web Services from outside the local intranet, by creating a local proxy and exposing this through the firewall to your DMZ. It still isn’t simple though and...
Freddys Blog
About time to get started again…
Posted
over 2 years ago
by
FreddyDK
2
Comments
Yes, I know. My blog hasn’t been updated for a loooong time and it’s about time to get started again. On November 30th marks it has been 10 month since my last blog entry. A lot of things has happened since January and some things have stayed the same...
Freddys Blog
Web Services Infrastructure and how to Create an Internal Proxy
Posted
over 2 years ago
by
FreddyDK
5
Comments
I am NOT an expert in how to setup a secure network and I do NOT know a lot about firewalls, DMZ setup and all of these things, but I have seen a lot in my 25 years of working with computers and the following (absolutely non-exhaustive) gives a good picture...
Freddys Blog
Connecting to NAV Web Services from VBScript
Posted
over 2 years ago
by
FreddyDK
1
Comments
The Connecting to NAV Web Services series is coming to an end. I think I have covered the majority of platforms from which you would like to connect and use NAV Web Services – some things are easy and some things are a little harder. I did not cover Flash...
Freddys Blog
Connecting to NAV Web Services from Silverlight 3
Posted
over 2 years ago
by
FreddyDK
8
Comments
Please read this post to get a brief explanation of the scenario I will implement in Silverlight. Yes, yes – I know it isn’t a fancy graphical whatever as Silverlight should be, but to be honest – I would rather do something crappy on purpose than trying...
Freddys Blog
Connecting to NAV Web Services from Windows Mobile 6.5
Posted
over 2 years ago
by
FreddyDK
2
Comments
It is kind of embarrassing that I write a post about how to connect to NAV Web Services from Windows Mobile 6, when Windows Mobile 6.5 has been out for almost half a year (that’s how much a gadget person I am:-)) I just downloaded the 6.5 SDK from here...
Freddys Blog
Connecting to NAV Web Services from Windows Mobile 6
Posted
over 2 years ago
by
FreddyDK
0
Comments
I have created my very first Windows Mobile App! This is running in an Emulator using the Professional SDK. I also tried to deploy the solution to my physical device (my Smartphone), which also worked: To be honest, the biggest challenge is to setup everything...
Freddys Blog
Connecting to NAV Web Services from Microsoft Dynamics NAV 2009 SP1
Posted
over 2 years ago
by
FreddyDK
7
Comments
Please read this post to get a brief explanation of the scenario I will implement in Microsoft Dynamics NAV 2009 SP1. Please also read this post in order to understand how Web Services works using pure XML and no fancy objects. Like Javascript, NAV 2009...
Freddys Blog
Logging the XML generated from .net or received from NAV WS
Posted
over 2 years ago
by
FreddyDK
1
Comments
When working with Web Services using languages who doesn’t natively have Web Services support (like Javascript and NAV self) you have to create a SOAP envelope yourself in the correct format. Of course you can do so by looking at the WSDL, understanding...
Freddys Blog
Connecting to NAV Web Services from Javascript
Posted
over 2 years ago
by
FreddyDK
5
Comments
Prerequisites Please read this post to get a brief explanation of the scenario I will implement in Javascript. BTW. Basic knowledge about Javascript and XML is required to understand the following post:-) Browser compatibility The sample in this post...
Freddys Blog
Connecting to NAV Web Services from Visual Basic .net using Service Reference
Posted
over 2 years ago
by
FreddyDK
0
Comments
This post is really just a Visual Basic version of this post and this post combined, please read those posts before continuing this post. As described in the other posts, there are two ways to work with Service References – one is to keep the configuration...
Freddys Blog
Connecting to NAV Web Services from Visual Basic .net using Web Reference
Posted
over 2 years ago
by
FreddyDK
0
Comments
This post is really just a Visual Basic version of this post , please read that post before continuing. Note, this is my very first Visual Basic application. I don’t think there are any ways to do this easier – but then again – how should I know. I am...
Freddys Blog
Connecting to NAV Web Services from C# using Service Reference (code version)
Posted
over 2 years ago
by
FreddyDK
7
Comments
You should read the post about connecting to NAV Web Services from C# using Service Reference (config file version) before continuing here. Code is king As you saw in the other post, the config file was pretty complicated and although it is editable by...
Freddys Blog
Connecting to NAV Web Services from C# using Service Reference (config file version)
Posted
over 2 years ago
by
FreddyDK
3
Comments
Prerequisites Please read this post to get a brief explanation of the scenario I will implement in C# using Web References. For C# we can leave the Service Tier running Negotiate or we can use Ntlm as PHP and Java. In this example I will assume that the...
Freddys Blog
Connecting to NAV Web Services from C# using Web Reference
Posted
over 2 years ago
by
FreddyDK
6
Comments
Prerequisites Please read this post to get a brief explanation of the scenario I will implement in C# using Web References. For C# we can leave the Service Tier running Negotiate or we can use Ntlm as PHP and Java. In this example I will assume that the...
Freddys Blog
Connecting to NAV Web Services from Java
Posted
over 2 years ago
by
FreddyDK
5
Comments
Prerequisites Please read this post to get an explanation on how to modify the service tier to use NTLM authentication and for a brief explanation of the scenario I will implement in Java. BTW. Basic knowledge about Java is required to understand the...
Freddys Blog
Connecting to NAV Web Services from PHP
Posted
over 2 years ago
by
FreddyDK
28
Comments
Prerequisites Please read this post to get an explanation on how to modify the service tier to use NTLM authentication and for a brief explanation of the scenario I will implement in PHP. BTW. Basic knowledge about PHP is required to understand the following...
Freddys Blog
Connecting to NAV Web Services from …
Posted
over 2 years ago
by
FreddyDK
6
Comments
I promised to write some posts about how to connect to NAV Web Services from various other programming languages/platforms and I guess it is about time I kept my promise. I will create a couple of posts on how to connect to NAV Web Services from: PHP...
Freddys Blog
Open .net SDK command prompt here!
Posted
over 2 years ago
by
FreddyDK
1
Comments
Barry Fitzgerald from Gumdrop books (a NAV 2009 customer) sent me a hint to another blog post, which in short talks about how to add a menu item to your folder menus like this: http://www.theproblemsolver.nl/dotnet_faq_0016.htm This would open...
Freddys Blog
Sending data to NAV through a XMLPort
Posted
over 3 years ago
by
FreddyDK
0
Comments
One of the things I showed at Directions US 2009 was how to send data to NAV via a XMLPort, and I promised to blog about that as well. In the meantime I found out, that Lars actually already wrote about this (and he also made a WebCast). Please have a...
Page 1 of 3 (74 items)
1
2
3