Visual Basic XML Question (VS2008)

Hello all,

As most of you know I am working on my ACARS program (World Acars) all coded in VB (in Visual Studio 08) but I am stuck at the moment. I am able to generate the XML its just that I dont know how to send that XML to phpVMS? Can anyone provide the code for this?

Thanks,

Mitch

There’s another thread around here, you’d send it as a string via POST, like

/index.php/your/module/pirep/?xml=[THE XML STRING]

Nabeel, could you give an example on what an XML string would be? Because I am suck on how to send “login()” via xml. That is confusing me. Thanks in advance.