When trying to download a document with the SOAP API I get:
javax.xml.ws.soap.SOAPFaultException: Invalid Message Signature
I do have a signature on my account
This occurs using both requestPDF and exportAuthoritativeCopy
APIServiceSoap api = Utils.getAPI(request);api.requestPDF(eid);api.exportAuthoritativeCopy(eid);
Note: I can get the envelope:
api.requestEnvelope(eid, false);