How Send XML Document via HTTP Post Using DotNet?

Hi to all,

I’d like to know how you can send an XML file via HTTP POST using DotNET.

I’m currently using the seguende code:
[url=“http://forum.mibuso.com/discussion/comment/296881/#Comment_296881”]forum.mibuso.com/.../

In the case:

URL[1] := '\\****************\************\ICT\JSS\EDI\Invoice200117.xml';
WebaddressToPostTo := 'IP:PORT/http

…but I get an error:
“The system can not locate the resource”

Can you help me? Thanks in advance.

MGrs

Did you checked this

rockwithnav.wordpress.com/…/

OR

geekswithblogs.net/…/dynamics-nav-2013-consuming-a-rest-web-service-using-dotnet.aspx

OR

vjeko.com/…/

Many thanks to all,

you’ve been really very kind. I solved.