How to execute Navision business processes from MS Office
Microsoft Business Solutions products and Microsoft Office are increasingly integrated. Using web services, it is possible to invoke Navision business processes while working in the Microsoft Office product. In the following example:
• You can create a letter template in Microsoft Word to remind a customer that he reached his credit limit in Navision
• You can retrieve from Microsoft Word (without opening Navision) the customer’s details to fill the letter template automatically (Address, Contact Names…)
• You can block the customer from Microsoft Word (without opening Navision), so no additional sales orders can be created in Navision without approval
The demo contains 3 steps:
• Configuring a Navision Application Server to access Navision
• Creating a web service in Visual Studio 2005
• Calling the web service from Microsoft Word (Customer Credit Limit.doc embedded)
http://www.mibuso.com/dlinfo.asp?FileID=599
Discuss this download here.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
According to the docuement we are supposed to use ASP.NET 2.0; but i am using ASP.NET 1.1.
Although i am done with everything but my webservice is unable to read that XML from MSMQ despite the fact that messages (i.e. Customer Info XML) are successfully sent to MSMQ from Codeunit.
I have debugged that webservice (i.e. made in ASP.NET 1.1) and to me its error of XMLFormatter class.
Is is necessary to use ASP.NET 2.0 (VS 2005) for the webservice; or is there any difference b/w XMLFormatter class of 1.1 or 2.0
Thanks and Regards,
RIS Plus, LLC
Thanks and Regards,
I got this error message when I press the Invoke button on the RunNavision section of the Service HTML page!!! (I use Navision 4.0 sp2)
All services seems to run and the message ques exists, does anybody knows what wrong ?
/Brian
<?xml version="1.0" encoding="utf-8" ?>
<error:description xmlns:error="urn:errors">Application Server Does Not Respond</error:description>
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
the network service has now all rights but it still dont work, how do you create them through navision ?
You just need to run it once... you can use some temporary form or something...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Maybe I am stupid but I have trouble creating the messagequeues from navision, how is the variable MSMQ_BA defined ?
(as Automation or ??)
Can you please give me a small example of this, thanks in advance
(I have tried everything now)
/Brian
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.