It looks like you're new here. Sign in or register to get started.
Savatage wrote: Microsoft Dynamics NAV Documentation Walkthrough: Creating and Consuming a Codeunit Web Servicehttp://msdn.microsoft.com/en-us/library/dd339004.aspx
Comments
Walkthrough: Creating and Consuming a Codeunit Web Service
http://msdn.microsoft.com/en-us/library/dd339004.aspx
http://www.BiloBeauty.com
http://www.autismspeaks.org
First I am reinstalling sql server...
If i write this url http://localhost:7047/DynamicsNAV/WS/CRONUS/services, the IE show me this...
- <discovery xmlns="http://schemas.xmlsoap.org/disco/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<contractRef ref="http://localhost:7047/DynamicsNAV/WS/CRONUS/SystemService" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<contractRef ref="http://localhost:7047/DynamicsNAV/WS/CRONUS/Codeunit/modulo" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
</discovery>
Then I have published codeunit 1... named "modulo"
If i write http://localhost:7047/DynamicsNAV/WS/CRONUS/modulo the IE show me error HTTP 500 Internal Server Error.
How can i know if the codeunit is published or not???
The codeunit was not compiled
Dear Savatage,
I am following the above link you have specified, but I can not able to consume the same.
Facing the error message at the time of trying to run the application in debug mode.
Kindly help me to solve it ?
Thank you.
download/file.php?id=1553&mode=view
We don't use webserives but cam across this info & links while reading up.
Have you checked out this video..provides more links at the end, nice!
http://msdn.microsoft.com/en-us/dynamic ... 52166.aspx
http://www.BiloBeauty.com
http://www.autismspeaks.org