Dmytro Lapko

Results 34 comments of Dmytro Lapko

Oh, I remembered a way how to see debug messages for DNS lookups - add into your code before lookup invocation next line: `org.xbill.DNS.Options.set("verbose", "true");` This will give you in...

Wow... It really looks weird for me :) As I remember, when I passed the connectivity test in 2019, CEF TestBed did not support dynamic lookup via SMK/SMP - destination...

Oh, I again answered not exact your question :) According to overview of registered ServiceMetadataReferences, I think the document type id in SBDH should be just "connectivity-docid-qns::doc_id1": ``` DOCUMENTID connectivity-docid-qns::doc_id1...

Oh, you are right - I again answered not what you asked :) The answer is - build SBDH by yourself. The class you mention is inside oxalis-document-sniffer sub-project -...

Oh, yes, you already send SBD... Can you post the whole stack trace so I try to reproduce it?

For now I have only dirty hack for you - omit actual lookup and supply its results by yourselves :) My previous suggestion that something is wrong with SMP was...

Found the transport profile in vefa-peppol: https://github.com/OxalisCommunity/vefa-peppol/blob/373176b22d91fc975ce0a297387a70dbef69108e/peppol-common/src/main/java/network/oxalis/vefa/peppol/common/model/TransportProfile.java#L42 So I guess it should work :) Please post a message if you succeed - something like ``` eu.sendregning.oxalis.Main ^ --cert certificate.pem ^...

Sorry, I meant the stacktrace when you put ``` DOCUMENTID connectivity-docid-qns doc_id1 ``` or ``` DOCUMENTID connectivity-docid-qns::doc_id1 ``` But I guess it happens somewhere in network.oxalis.outbound.transmission.TransmissionRequestBuilder#build() line 206, when Oxalis...

I am interested in your case because it looks like Oxalis does not support CEF connectivity dynamic scenario. I cannot test it by myself without submitting for the report, that...

I would do something like if it was my own project :) But I do not have enough knowledge yet about all the code to be sure that there are...