I have a task to read a XML from webservice url.
The 3rd party application will not have request-response scenario.
I have to pull the data from the webservice from nav coding.
I know how to communicate with Request-Response scenario using the .net var in NAV.
But here there will be no Request-Response concept.
There is one URL from which I have to read XML.
3rd party here will not respond any xml.
Please write down the webservice call. How Do you retrieve the xml? In general you can use xmldom or .net xml classes to load that xml Text into a xmldocument object.
best regards
Franz Kalchmair, MVP
Alias: Jonathan Archer
Answers
System.Xml.XmlDocument.'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
System.Xml.XmlNode.'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
But here there will be no Request-Response concept.
There is one URL from which I have to read XML.
3rd party here will not respond any xml.
In general you can use xmldom or .net xml classes to load that xml Text into a xmldocument object.
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/