You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anybody still using this project? It is really impressive. I was trying to use an OpenLEADR VEN with this running as a VTN but getting xml signature issues. I noticed in the response the order violates the schema.
The text was updated successfully, but these errors were encountered:
This is a quick fix in OadrXMLSignatureHandler:
DOMSignContext dsc = new DOMSignContext(privateKey, oadrPayloadNode);
// manipulate java signature generation to conform to oadr expectation
dsc.setDefaultNamespacePrefix("xmldsig");
dsc.setNextSibling(oadrPayloadNode.getFirstChild());
Is anybody still using this project? It is really impressive. I was trying to use an OpenLEADR VEN with this running as a VTN but getting xml signature issues. I noticed in the response the order violates the schema.
The text was updated successfully, but these errors were encountered: