I'm currently using a WS where I send an XML Request to a url and then receive an XML Response. The request might look like the following:
<RequestColour>
...
</RequestColour>
The response looks like:
<ResponseColourOutput>
...
</ResponseColourOutput>
Which libraries should I use in Python to send those xml requests and receive the responses back?