xmlhttp requesting data from a dll in .net
I'm using xmlhttp to connect to a webservice and that works ok, however I need only a little amount of data updated rather often. Therefore I would prefer not to get a xml response but a plain text response as the returned xml response is giving a bit of an overhead, actually i get 5 times more data bach then I need.
Anyone know if it is possible to request data via xmlhttp from a dll in .net? and how do I send parameters to a dll so I address the correct function with several parameters?
|