I need to build a custom web service in Dynamics NAV 2009 to communicate with E-commerce site.
I'm new to Dynamics NAV and I'm not sure if I should use page or codeunit webservice. Can page web services be customised since i only need to read from the web service ?
Which one should I use ? Please help
I would prefer to use a codeunit instead of a page because you'll get more flexibility. You can use a xmlport as dataobject and implement custom filter etc. via the codeunit Parameters.
Please have a look at the following blog from Dynamics nav Team: Using XMLports With Web Services