i'm trying to use the UPS shipping xml tools.
i need to send an xml request to receive an xml response.
i'm trying to figure out how to send the request. i'd rather not use sockets, and i was hoping to do it with curl.
the problem is that i only know how to send post variables with curl, and not just text data.
what is the best way to send an xml request to a server?