error on downloading files from Oracle UCM
问题 headers and soap body set right, with docID requests. see below headers = {'content-type': 'text/xml','charset':'UTF-8'} body_ID="""<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM"> <soapenv:Header/> <soapenv:Body> <ucm:GenericRequest webKey="cs"> <ucm:Service IdcService="GET_FILE"> <ucm:Document> <!--Zero or more repetitions:--> <ucm:Field name="dID">{docID}</ucm:Field> </ucm:Document> </ucm:Service> </ucm:GenericRequest> <