Reputation: 928
I am new to Dynamic Navision .On just going through the Dynamic Navision Solution I could find certain in-built Web Services.
I have searched for resources,but couldn't find any .It would be really helpful if someone suggest me with a good resource.
Upvotes: 2
Views: 1016
Reputation: 174
I think, more specifically you're looking for:
http://msdn.microsoft.com/en-us/library/dd339004.aspx
Creating a codeunit from within Microsoft Dynamics NAV.
Exposing the Web service.
Verifying the Web services availability.
Consuming the Web service from a console application that is created in Visual Studio
Just make sure you have
Upvotes: 1
Reputation: 11
You might like to give: http://msdn.microsoft.com/en-us/library/dd355036.aspx a read.
Upvotes: 0