[jQuery] xmlHttpRequest

[jQuery] xmlHttpRequest


Hi there, I am writing a login screen and then retrieving a list of
data from a server that accesses a web service that processes the
requests. The web service takes a non SOAP xml structure.
the server would be something like:
http://localhost:7777/scripts/aorta.dll
and an example request would be:
<METHOD_LOGINUSER>
<Login>
<IDSource>AssessorWeb</IDSource>
<Name>admin</Name>
<Password Encryption="Cura Web" >password</Password>
<ClientType>Assessor Web Client</ClientType>
<TimeZone>
<Offset>-120</Offset>
</TimeZone>
</Login>
</METHOD_LOGINUSER>
Any guilelines or ideas as to how i could do this utilizing jQuery ?