I'm not sure if I understand the question correctly, so I'll try my best.
You can generate the WSDL of page 810 if you publish the page 810 itself as a web service. For example, you publish it under the name of WebServices, then you can do this:
I do not want to publish the form 810.
I'll explain more, we want create an e-commerce site, the list of item will be read from Nav via web services.
The web development company want me to give them the WSDL file of the item list.
I don't know what shall I do in this case.
I hope that u understand my request.
Thanks
Than create new page, which will include everything you need to give to the e-commerce site and publish it. Than you can "download" the WSDL file for this page which you will send them. WSDL is "Contract" file, descrbing how they can connect to your webservices, read the data etc.
The WSDL of a NAV page is what you get when you access a web service through a browser. If you publish your page as Item, then this is going to give you the WSDL:
you can use SoapUI software to export NAV web services WSDL file. I think there was a way to see the WSDL file generated by NAV from this software but I really don't remember how it was exactly, but you still can export to a specific path.
you can use SoapUI software to export NAV web services WSDL file. I think there was a way to see the WSDL file generated by NAV from this software but I really don't remember how it was exactly, but you still can export to a specific path.
Just realized that this is a very old post but any way hope it is useful.
Comments
You can generate the WSDL of page 810 if you publish the page 810 itself as a web service. For example, you publish it under the name of WebServices, then you can do this:
http://localhost:7047/DynamicsANV/WS/Page/WebServices
If that's not what you needed, then can you please clarify?
http://vjeko.com/
I'll explain more, we want create an e-commerce site, the list of item will be read from Nav via web services.
The web development company want me to give them the WSDL file of the item list.
I don't know what shall I do in this case.
I hope that u understand my request.
Thanks
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://localhost:7047/DynamicsNAV/WS/Page/Item
http://vjeko.com/
Just realized that this is a very old post but any way hope it is useful.