Hi All,
Now i'm trying web service. NAV2009 web service support 2 types. 1 is page and code unit. When i test code unit web service i got error.
My test case :
1. Create function in new code unit.
2. Declare public GetCrossRef function.
3. Declare parameter at GetCrossRef function.
3.1 parCrossRef (Code20)
3.2 recSalesLine (Record Sales Line)
3.3 item (Code20 for return)
4. Register Web Service
4.1 Code Unit 50000 GetCrossRefs
5.
http://localhost:7047/DynamicsNAV/WS/Co ... tCrossRefs.
Ok! When i type above url address at browser. Nothing come out. So i remove Sales Line parameter it is work.
Why does not support record parameter at code unit web service? Anybody have face this error?
How to use/call with record parameter at code unit web service?
Kindly please suggest to me.
Best Regards,
Yukon
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Official documentation for this: http://msdn.microsoft.com/en-us/library/dd338962.aspx
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
An example of people trying to do just that appeared on this post;
I just want us to to be clear...
On a separate note we are supporting 550+ web users (using an ASP.net front end) across the middle tiers using the NAV web services in SP1 quite happily... :thumbsup: