Hi everyone,
I have created a codeunit with web service and i'm trying to pass to the aplication the content of a table.
i have tryed do it with records but nots working,
Anyone have any idea?? Im new with service webs and any help would be great.
Thanks in advance
Regards,Jon
0
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
the Odata option doesn't serve to me, because i need to display the table in visual studio..
The solution, as vaprog said is using an xmlport as a parameterin the published codeunit.
https://www.youtube.com/watch?v=y7kvuwKQgYc
i found this video and i think is very heplfull, but im having problems to attack my codeunit...
You just put in the URL for your service and you will be able to see what to send as the SOAP request and what you will receive as response.