I am implementing a client for interaction with a SOAP WebService. This WebService has two parameters: a string and an xml.
I am a beginner in development with python but I would like to know how I can get an xml file from my machine to send it to my client.
I Tried :
test = open('LCL.XML')
test = test.read()
print(test)
But it did not work.
return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 492: character maps to <undefined>