Giter Site home page Giter Site logo

oxalis-as4's People

Contributors

aaron-kumar avatar ekorra avatar evenos avatar frodebjerkholt avatar klakegg avatar napramirez avatar zeko78 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oxalis-as4's Issues

Incorrect iso6523 handling in AS4 Header? - MessageProperties / OriginalSender & finalrecipient

In the AS4 message header received on an inbound message from the OpenPEPPOL testbed, under "MessageProperties", "OriginalSender" and "finalrecipient" are expressed as shown below...

eb:MessageProperties
<eb:Property name="originalSender">0088:tbcntrl00002</eb:Property>
<eb:Property name="finalRecipient">0088:5050689000018</eb:Property>
</eb:MessageProperties>

I believe that since type is an optional parameter, you should add the full identifier in the value, including the iso6523-actorid-upis

image (3)

Issue installing RC9

Hi,
I've installed with success Oxalis 4.0.4 on Tomcat8 using the oxalis-war-4.0.4.war file released.

Following the README.txt file for AS4 RC9, I'm not able to find "ext" folder.
I've created the "ext" folder in the /opt/tomcat/webapps/oxalis/WEB-INF folder and put all the jars extracted from the AS4 RC9 zip.

Also I've created the oxalis.xml file in the Catalina/localhost folder and restarted tomcat service.
But no way to see the localhost:8080/as4 endpoint....

Could you please give me help on this problem?
Thank you and regards!

Release on mvn central

Hi @difi,

we from Codabox are currently adding AS4 support to our einvoicing applications.

Would it be possible to release this code as a jar on mvn central (also the RC's) ? This way, we would not have to build this jar ourself and put it in our own mvn repository - it will get outdated quickly.

Thanks again,
The codabox team

Detected mode: test

Hi,

When running the oxalis.war and standalone from 4.0.4 RC5 it says mode: test :

2019-04-25 09:48:26,563 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] Prioritized list of transport profiles:
2019-04-25 09:48:26,564 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => busdox-transport-as2-ver1p0r1
2019-04-25 09:48:26,564 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => busdox-transport-as2-ver1p0
2019-04-25 09:48:26,564 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => peppol-transport-as4-v2_0
2019-04-25 09:48:26,604 INFO [no.difi.oxalis.commons.mode.ModeModule] [] Detected mode: test

Why is that? Before I had it set to PRODUCTION in conf.

I am running it with production certificate.

I am unable to find where it checks from looking at the source code.

Regards
John Tilly

Pmode configuration

Hello Oxalis team,
I tried to pass CEF eDelivery Connectivity test with static scenario.
CEF eDelivery support sent me pmode file, keystore and truststore.
Keystore and truststore i specified in my oxalis.conf file, but i don't know how to implement pmode file.
Can you give me instructions how to configure pmode please?

My oxalis.conf:

oxalis.keystore {
     # Relative to OXALIS_HOME
     path=ceftestpartyXXgwkeystore.jks
     password = "pass"
     key.alias = "ceftestpartyXXgw"
     key.password = "pass"
 }

transport.as4_peppol_v1_to_v2_adapter = {
      profile: bdxr-transport-ebms3-as4-v1p0
      sender: oxalis-as4
      weight: 5000
}

oxalis.truststore {
     password = "pass"
     path=ceftestpartyXXgwtruststore.jks

}

oxalis.path.inbound = /var/peppol/IN

Best Regards
Evgeny Shevchenko

AS4 and Jetty

Oxalis 4.0.4
Jetty 9.4.7.v20170914
OpenJDK 1.8.0_232
Red Hat Linux

We use Jetty application server to run Oxalis, and are trying to figure out how to make the AS4 plugin work - without losing stdout logging.

The examples for how to install the plugin don't seem to apply to us. However, we tried to kind of replicate the Tomcat example, by putting the contents of the zip file under jetty/lib/ext. That by itself was not enough, so in the context-config.xml file we added to the WebAppContext configuration, and pointed to oxalis-as4-4.1.0-SNAPSHOT.jar. This caused some troubles initially, until we moved oxalis-as4-4.1.0-SNAPSHOT.jar to a separate directory, i.e. not on the classpath initially, while its dependencies remained under jetty/lib/ext, and Oxalis itself together with dependencies under jetty/work. The remaining problem now was NoClassDefFound for SLF4J classes, so we copied a few SLF4J and Logback jar files to jetty/lib/ext. In this configuration the plugin works, and seems to run with no issues. Apart from the stdout logging now missing.

For Oxalis, we have a logback.xml defining what to log to which log files, but additionally Jetty would log the details our logback.xml don't cover to its own stdout file. What seems to happen when we add the log jar files to jetty/lib/ext, is that we somehow deactivate/disturb any structured logging to stdout. I.e. any LOG.INFO, LOG.WARN, LOG.ERROR statements in the libraries. The little logging that is defined as System.out.println in the libraries seems to still work, but that is all.

We have now tried numerous other ways of deploying the plugin, adding it to the classpath, setting up logging, but still no combination that completes everything: load the plugin, start with no errors, and write to stdout.

Do you have any suggestions? Are there other ways of deploying/activating the plugin, perhaps?

"No Content-Type header in response, probably a server error."

Java version: 1.8.0_231
Oxalis: v4.1.0
Oxalis-AS4: Oxalis-AS4 RC10

I've followed the setup to the letter, and AS4 inbound is configured correctly (http://localhost:8080/oxalis/as4 = Hello AS4 world), however; when I try to send a file to the AS4 endpoint using oxalis-standalone with the AS4-extensions included in the classpath, I'm getting the following error:

2019-12-09 09:54:35,508 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles:
2019-12-09 09:54:35,508 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0
2019-12-09 09:54:35,508 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2019-12-09 09:54:35,508 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0
2019-12-09 09:54:35,508 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0

2019-12-09 09:54:35,836 WARN [no.difi.oxalis.outbound.transmission.TransmissionRequestBuilder] Endpoint was set by caller not retrieved from SMP, make sure this is intended behaviour.
2019-12-09 09:54:36,383 ERROR [eu.sendregning.oxalis.Main] Execution failed: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error.
java.util.concurrent.ExecutionException: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error.
at no.difi.oxalis.as2.outbound.As2MessageSender.handleResponse(As2MessageSender.java:287)
at no.difi.oxalis.as2.outbound.As2MessageSender.sendHttpRequest(As2MessageSender.java:247)
at no.difi.oxalis.as2.outbound.As2MessageSender.send(As2MessageSender.java:156)
at no.difi.oxalis.as2.outbound.As2MessageSenderFacade.send(As2MessageSenderFacade.java:58)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Total time spent: 0s
Attempted to send 0 files
Failed transmissions: 1`

Command:
java -classpath "standalone/*;as4/*" eu.sendregning.oxalis.Main -f EHFInvoice20WithoutSBDH.xml -u http://localhost:8080/oxalis/as4

The same command with -u http://localhost:8080/oxalis/as2 works without any issues.

What can be causing this issue?

Thanks in advance.

Tomcat.log

Error during certificate path validation: Trust anchor for certification path not found.

oxalis.conf

 oxalis.keystore {
     # Relative to OXALIS_HOME
     path=peppoltestcert.p12
     password = "xxxxxx"
     key.alias = "openpeppol aisbl id"
     key.password = "xxxxxx"
 }

security.truststore.ap=trustStoreFile
security.truststore.password = "xxxxxx"

 # Where to store inbound files
 oxalis.path.inbound = /var/peppol/IN

#loging
oxalis.inbound.log.config = /var/log/peppol/inbound.log

on running standalone jar for outbound following error is coming,

2020-01-22 09:54:36,840 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
2020-01-22 09:54:39,284 INFO [no.difi.vefa.peppol.security.ModeDetector] Detected mode: TEST
2020-01-22 09:54:39,300 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles:
2020-01-22 09:54:39,300 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0
2020-01-22 09:54:39,301 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2020-01-22 09:54:39,302 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0
2020-01-22 09:54:39,302 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0


2020-01-22 09:54:42,385 INFO [no.difi.oxalis.as4.util.PolicyService] Policy classpath: /eDeliveryAS4Policy_BST.xml
2020-01-22 09:54:44,364 INFO [no.difi.oxalis.as4.common.MerlinProvider] Loading TRUSTSTORE: /home/ubuntu/test-AS4/home/trustStoreFile
2020-01-22 09:54:44,368 INFO [no.difi.oxalis.as4.common.MerlinProvider] Adding certalias to truststore
2020-01-22 09:54:47,918 WARN [org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for {oxalis.difi.no/}outbound-service#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.cxf.ws.security.wss4j.WSS4JUtils.createSoapFault(WSS4JUtils.java:236)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:376)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:212)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:123)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:76)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:829)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
        at org.apache.cxf.ext.logging.LoggingOutputStream.postClose(LoggingOutputStream.java:53)
        at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
        at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:530)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:441)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:356)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:314)
        at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:349)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
        at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:82)
        at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
        at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.wss4j.common.ext.WSSecurityException: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:872)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:887)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.verifyTrustInCerts(SignatureTrustValidator.java:109)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.validate(SignatureTrustValidator.java:64)
        at org.apache.wss4j.dom.processor.SignatureProcessor.handleToken(SignatureProcessor.java:191)
        at org.apache.wss4j.dom.engine.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:340)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:320)
        ... 35 common frames omitted
Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
        at org.bouncycastle.jce.provider.PKIXCertPathValidatorSpi.engineValidate(Unknown Source)
        at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:850)
        ... 41 common frames omitted
2020-01-22 09:54:47,934 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [948722b9-fa4e-47d0-9301-566e7aaa73ea] Error during certificate path validation: Trust anchor for certification path not found.
javax.xml.ws.soap.SOAPFaultException: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
        at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:82)
        at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
        at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.cxf.binding.soap.SoapFault: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.cxf.ws.security.wss4j.WSS4JUtils.createSoapFault(WSS4JUtils.java:236)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:376)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:212)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:123)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:76)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:829)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
        at org.apache.cxf.ext.logging.LoggingOutputStream.postClose(LoggingOutputStream.java:53)
        at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
        at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:530)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:441)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:356)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:314)
        at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:349)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
        ... 15 common frames omitted
Caused by: org.apache.wss4j.common.ext.WSSecurityException: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:872)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:887)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.verifyTrustInCerts(SignatureTrustValidator.java:109)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.validate(SignatureTrustValidator.java:64)
        at org.apache.wss4j.dom.processor.SignatureProcessor.handleToken(SignatureProcessor.java:191)
        at org.apache.wss4j.dom.engine.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:340)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:320)
        ... 35 common frames omitted
Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
        at org.bouncycastle.jce.provider.PKIXCertPathValidatorSpi.engineValidate(Unknown Source)
        at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:850)
        ... 41 common frames omitted
2020-01-22 09:54:47,938 ERROR [eu.sendregning.oxalis.Main] Execution failed: javax.xml.ws.soap.SOAPFaultException: Error during certificate path validation: Trust anchor for certification path not found.
java.util.concurrent.ExecutionException: javax.xml.ws.soap.SOAPFaultException: Error during certificate path validation: Trust anchor for certification path not found.
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: javax.xml.ws.soap.SOAPFaultException: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
        at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:82)
        at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
        at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.cxf.binding.soap.SoapFault: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.cxf.ws.security.wss4j.WSS4JUtils.createSoapFault(WSS4JUtils.java:236)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:376)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:212)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:123)
        at org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JInInterceptor.handleMessage(PolicyBasedWSS4JInInterceptor.java:76)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:829)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
        at org.apache.cxf.ext.logging.LoggingOutputStream.postClose(LoggingOutputStream.java:53)
        at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
        at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:530)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:441)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:356)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:314)
        at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:349)
        at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
        ... 15 common frames omitted
Caused by: org.apache.wss4j.common.ext.WSSecurityException: Error during certificate path validation: Trust anchor for certification path not found.
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:872)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:887)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.verifyTrustInCerts(SignatureTrustValidator.java:109)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.validate(SignatureTrustValidator.java:64)
        at org.apache.wss4j.dom.processor.SignatureProcessor.handleToken(SignatureProcessor.java:191)
        at org.apache.wss4j.dom.engine.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:340)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:320)
        ... 35 common frames omitted
Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
        at org.bouncycastle.jce.provider.PKIXCertPathValidatorSpi.engineValidate(Unknown Source)
        at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:850)
        ... 41 common frames omitted
Total time spent: 8s
Attempted to send 0 files
Failed transmissions: 1

but in testbed the file received successfully and test was success, please correct me if you guys got anything from the logs

AS4 Nullpointer Exception with Tomcat version 9.0.30.0

Hi, I'm using webapp-runner version 9.0.30.0 (so same version of Tomcat) to deploy the application. I've just started implementing it so I might have done something wrong. When I tried to test if I've set it up correctly by running a test file with the following command:

java -jar target/oxalis-standalone.jar -f ./oxalis-commons/src/test/resources/peppol-bis-invoice-sbdh.xml -u http://localhost:8080/as4 -cert ./.oxalis/test_certificate.cer --protocol peppol-transport-as4-v2_0

I got the following error:


2020-01-13 18:53:13,635 INFO [no.difi.oxalis.commons.filesystem.detector.EnvironmentHomeDetector] Using Oxalis folder specified as environment variable 'OXALIS_HOME' with value './.oxalis/'. 
2020-01-13 18:53:13,637 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: ./.oxalis 
2020-01-13 18:53:13,638 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: ./.oxalis 
2020-01-13 18:53:13,638 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: ./.oxalis/oxalis.conf 
2020-01-13 18:53:13,642 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:  
2020-01-13 18:53:13,643 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: inbound_files 
2020-01-13 18:53:13,643 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null 
2020-01-13 18:53:13,920 INFO [no.difi.oxalis.commons.filesystem.detector.EnvironmentHomeDetector] Using Oxalis folder specified as environment variable 'OXALIS_HOME' with value './.oxalis/'. 
2020-01-13 18:53:13,920 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: ./.oxalis 
2020-01-13 18:53:13,921 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: ./.oxalis 
2020-01-13 18:53:13,921 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: ./.oxalis/oxalis.conf 
2020-01-13 18:53:13,922 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_TOTAL: 20 
2020-01-13 18:53:13,922 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_MAX_ROUTE: 2 
2020-01-13 18:53:13,922 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_CONNECT: 0 
2020-01-13 18:53:13,922 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_READ: 0 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_SOCKET: 0 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Error => TRACKER: quiet 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS2 => NOTIFICATION: [email protected] 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:  
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: inbound_files 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => HOSTNAME:  
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => MSGID_GENERATOR: default 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PATH: ApCertificate.pfx 
2020-01-13 18:53:13,923 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PASSWORD: 'VYwqqdbgj-_Knuf6KeFcjLPDCgXi4!8GKfNoiqF3VLpnaJVCvJ' 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_ALIAS: 1 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_PASSWORD: 'VYwqqdbgj-_Knuf6KeFcjLPDCgXi4!8GKfNoiqF3VLpnaJVCvJ' 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Header => PARSER: sbdh 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => PAYLOAD: google_storage 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => RECEIPT: google_storage 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => EXCEPTION: google_storage 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => HANDLER: google_storage 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => REPORTER: noop 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => HTTP: null 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => TRACER: noop 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => DEFAULT: 50 
2020-01-13 18:53:13,924 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => STATISTICS: 50 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tag => GENERATOR: noop 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Timestamp => SERVICE: system 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Evidence => SERVICE: rem 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => DETECTOR: noop 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => WRAPPER: xml 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Statistics => SERVICE: noop 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transmission => VERIFIER: default 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => HOSTNAME:  
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => MSGID_GENERATOR: default 
2020-01-13 18:53:13,925 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => TYPE: peppol 
2020-01-13 18:53:13,926 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => CONFIG: null 
2020-01-13 18:53:13,926 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => SERVICE: logback 
2020-01-13 18:53:13,975 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate subject: C=NO, O=Luca Labs AS, OU=PEPPOL TEST AP, CN=PNO000331 
2020-01-13 18:53:13,976 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE 
2020-01-13 18:53:18,084 INFO [no.difi.vefa.peppol.security.ModeDetector] Detected mode: TEST 
2020-01-13 18:53:18,096 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles: 
2020-01-13 18:53:18,097 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0 
2020-01-13 18:53:18,097 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1 
2020-01-13 18:53:18,097 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0 
2020-01-13 18:53:18,097 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0 


2020-01-13 18:53:18,298 WARN [no.difi.oxalis.outbound.transmission.TransmissionRequestBuilder] Endpoint was set by caller not retrieved from SMP, make sure this is intended behaviour. 
2020-01-13 18:53:18,797 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [e087fe49-153d-49d7-831d-6b50d615ee74] null 
java.lang.NullPointerException: null
        at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:30)
        at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:22)
        at no.difi.oxalis.as4.outbound.As4MessageSender.getService(As4MessageSender.java:136)
        at no.difi.oxalis.as4.outbound.As4MessageSender.createDispatch(As4MessageSender.java:120)
        at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:71)
        at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
        at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
2020-01-13 18:53:18,797 ERROR [eu.sendregning.oxalis.Main] Execution failed: java.lang.NullPointerException 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: java.lang.NullPointerException: null
        at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:30)
        at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:22)
        at no.difi.oxalis.as4.outbound.As4MessageSender.getService(As4MessageSender.java:136)
        at no.difi.oxalis.as4.outbound.As4MessageSender.createDispatch(As4MessageSender.java:120)
        at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:71)
        at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
        at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

As far as I found on similar cases it was caused by outdated Tomcat versions. Any idea on why this happens? I've also used other tests files than the one in the command line..

Which Oxalis should we use when sending messages and moving from AS2 to AS4

Which Oxalis should we use when sending messages and moving from AS2 to AS4?

We are currently using 4.0.2 for well over a year now. Works perfectly for sending invoices.

Is that version capacable of sending AS4 messages? Or should we upgrade to the differnt project "Oxalis-AS4"?

Thanks in advance

How to use Oxalis-AS4 with Oxalis 4.0.3 Tomcat

Are there any instructions on how to use the oxalis as4 jars with Oxalis running in a Tomcat 9?
I tried to add all jar files in the class path, but ended up with error
java.lang.NoClassDefFoundError: javax/servlet/ServletContainerInitializer

The Tomcat Oxalis starts ok without the as4 jar files.

Unable to marshal Receipt Message

When I tried to send more files I found the following error:

Caused by: no.difi.oxalis.as4.lang.OxalisAs4Exception: Unable to marshal SignalMessage
at no.difi.oxalis.as4.util.As4MessageFactory.marshalSignalMessage(As4MessageFactory.java:140)
at no.difi.oxalis.as4.util.As4MessageFactory.createReceiptMessage(As4MessageFactory.java:75)
at no.difi.oxalis.as4.inbound.As4InboundHandler.handle(As4InboundHandler.java:138)
at no.difi.oxalis.as4.inbound.As4Provider.invoke(As4Provider.java:42)
... 78 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: -2
at com.sun.xml.bind.v2.util.CollisionCheckStack.pushNocheck(CollisionCheckStack.java:102)
at com.sun.xml.bind.v2.runtime.XMLSerializer.childAsRoot(XMLSerializer.java:457)
at com.sun.xml.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:298)
at com.sun.xml.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:226)
at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(AbstractMarshallerImpl.java:109)
at no.difi.oxalis.as4.util.As4MessageFactory.marshalSignalMessage(As4MessageFactory.java:135)
... 81 more

I solved it by removing the marshaller in the As4MessageFactory as a class instance and creating it in the method, when it should marshal:
Marshalling.getInstance().createMarshaller().marshal(userMessageJAXBElement, messagingHeader);

CEF Connectivity Test Issue

Hello Oxalis team,

I tried to pass CEF eDelivery Connectivity test with static scenario.

CEF eDelivery support sent me a pmode file, keystore and truststore. I am getting error while sending the message.

message.xml file:-

<?xml version="1.0" encoding="UTF-8"?>
<Request>
	eDelivery AS4 Connectivity test.Sending Message
</Request>

I got below error:-

2019-10-02 12:04:16,052 ERROR [eu.sendregning.oxalis.Main] Execution failed: no.difi.oxalis.api.lang.OxalisTransmissionException: No transmission is provided.
java.util.concurrent.ExecutionException: no.difi.oxalis.api.lang.OxalisTransmissionException: No transmission is provided.
        at java.util.concurrent.FutureTask.report(Unknown Source)
        at java.util.concurrent.FutureTask.get(Unknown Source)
        at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: no.difi.oxalis.api.lang.OxalisTransmissionException: No transmission is provided.
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:116)
        at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
        at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
        at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Total time spent: 0s
Attempted to send 0 files
Failed transmissions: 1

My oxalis.conf file:-

oxalis.keystore {
     # Relative to OXALIS_HOME
     path=ceftestparty83gwkeystore.jks
     password = "123"
     key.alias = "ceftestparty83gw"
     key.password = "123"
 }
oxalis.truststore {
     password = "123"
     path=ceftestparty83gwtruststore.jks
}

security.validator.class = no.difi.vefa.peppol.security.util.EmptyCertificateValidator

oxalis.path.inbound="/var/peppol/Inbound"

mode.conformance=test
mode.conformance.lookup.locator.hostname="acc.edelivery.tech.ec.europa.eu/edelivery-sml/"
mode.conformance.security.validator.class="no.difi.vefa.peppol.security.util.EmptyCertificateValidator"

oxalis.operation.mode=TEST                           
oxalis.header.parser=dummy
oxalis.as4.type=cef-connectivity

lookup.locator.hostname="acc.edelivery.tech.ec.europa.eu/edelivery-sml/"
lookup.locator.class = no.difi.vefa.peppol.lookup.locator.BusdoxLocator

oxalis.module.as4.outbound = {
    class = no.difi.oxalis.as4.outbound.As4OutboundModule
    dependency = outbound.lookup
}

transport.as4_peppol_v1_to_v2_adapter = {
      profile: bdxr-transport-ebms3-as4-v1p0
      sender: oxalis-as4
      weight: 5000
}
oxalis.transformer.detector = noop

Command:-

java -cp /opt/tomcat/.oxalis/oxalis-dist/oxalis-standalone-as4/standalone/*:/opt/tomcat/.oxalis/oxalis-dist/oxalis-standalone-as4/as4/*  eu.sendregning.oxalis.Main 
-f resources/message.xml
-u http://40.115.23.114:8080/domibus/services/msh?domain=static 
-s ceftestparty83gw 
-r cefsupportgw 
-protocol peppol-transport-as4-v2_0 
-cert  cert/ceftestparty83gw.crt

CEF Connectivity Test Issue

Hello Oxalis team,

I tried the updated version 4.1.0-RC12 to pass CEF eDelivery Connectivity test with static scenario. I am still getting error while sending the message.

message.xml file:-

<?xml version="1.0" encoding="UTF-8"?>
<StandardBusinessDocument xmlns="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader">
    <StandardBusinessDocumentHeader>
        <HeaderVersion>1.0</HeaderVersion>
        <Sender>
            <!-- This Sender section describes the PEPPOL Sender -->
            <!-- It corresponds to an OriginalSender in AS4 -->
          <Identifier>urn:oasis:names:tc:ebcore:partyid-type:unregistered:ceftestparty83gw</Identifier>
      </Sender>
      <Receiver>
           <!-- This Sender section describes the PEPPOL Receiver -->
           <!-- It corresponds to an FinalRecipient in AS4 -->
           <Identifier>urn:oasis:names:tc:ebcore:partyid-type:unregistered:cefsupportgw</Identifier>
        </Receiver>
        <DocumentIdentification>
            <!-- This DocumentIdentification section describes the content of the payload -->
            <!-- It is noe essential to the CEF connectivity test, but is needed for a valid SBDH -->

            <Standard>NONE</Standard>
            <TypeVersion>1.0</TypeVersion>
            <InstanceIdentifier>1d32a310-3b80-11ea-b77f-2e728ce88125</InstanceIdentifier>
            <Type>CEF Connectivity test</Type>
            <CreationDateAndTime>2020-01-15T11:45:00.000+02:00</CreationDateAndTime>
        </DocumentIdentification>
        <BusinessScope>
            <Scope>
                <!-- This Scope section describes the PEPPOL DocumentType -->
                <!-- It corresponds to an Action in AS4 (PMode[1].BusinessInfo.Action) -->

                <Type>DOCUMENTID</Type>
                <!-- We add an empty Identifier element to set the 'DocumentIdentifier Schema' to en empty string -->
                <!-- If we do not do this Oxalis-Standalone will add a default 'DocumentType Schema' that will prefix the Action with "busdox-docid-qns", or what is defined in this element, and "::" -->
                <Identifier/>
                <InstanceIdentifier>connectivity::cef##connectivity::submitMessage</InstanceIdentifier>
            </Scope>
            <Scope>
                <!-- This Scope section describes the PEPPOL Process -->
                <!-- It corresponds to an Service in AS4 (PMode[1].BusinessInfo.Service) -->

                <Type>PROCESSID</Type>
                <!-- This Identifier describes the PEPPOL 'Process Schema' and corresponds to a Service.Type in AS4 (PMode[].BusinessInfo.Service.type) -->
                <Identifier>e-delivery</Identifier>
                <!-- This InstanceIdentifier describes the PEPPOL 'Process Value' and corresponds to an Service in AS4 (PMode[1].BusinessInfo.Service) -->
                <InstanceIdentifier>http://ec.europa.eu/e-delivery/services/connectivity-service</InstanceIdentifier>
            </Scope>
        </BusinessScope>
    </StandardBusinessDocumentHeader>
    <Request> eDelivery AS4 Connectivity test. Sending Message </Request>
</StandardBusinessDocument>

Error:-

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" env:mustUnderstand="true">
			<eb:SignalMessage>
				<eb:MessageInfo>
					<eb:Timestamp>2020-01-23T11:06:34.345Z</eb:Timestamp>
					<eb:MessageId>[email protected]</eb:MessageId>
					<eb:RefToMessageId>[email protected]</eb:RefToMessageId>
				</eb:MessageInfo>
				<eb:Error category="CONTENT" errorCode="EBMS:0004" origin="ebMS" refToMessageInError="[email protected]" severity="failure" shortDescription="Other">
					<eb:Description xml:lang="">Other</eb:Description>
					<eb:ErrorDetail>unknown error occurred</eb:ErrorDetail>
				</eb:Error>
			</eb:SignalMessage>
		</eb:Messaging>
	</env:Header>
	<env:Body>
		<env:Fault>
			<env:Code>
				<env:Value>env:Receiver</env:Value>
			</env:Code>
			<env:Reason>
				<env:Text xml:lang="en">An error occurred while processing your request. Please check the message header for more details.</env:Text>
			</env:Reason>
		</env:Fault>
	</env:Body>
</env:Envelope>

My oxalis.conf file:-

oxalis.keystore {
     path=ceftestparty83gwkeystore.jks
     password = "xxxxxx"
     key.alias = "ceftestparty83gw"
     key.password = "xxxxx"
 }

oxalis.logging.config = logback.xml
security.truststore.ap = ceftestparty83gwtruststore.jks
security.truststore.password = "xxxxx"

oxalis.as4.type=cef-connectivity

oxalis.path.inbound="\\\\TEST-OX1\\Inbound"

lookup.locator.hostname="acc.edelivery.tech.ec.europa.eu/edelivery-sml/"
lookup.locator.class = no.difi.vefa.peppol.lookup.locator.BusdoxLocator
security.validator.class = no.difi.vefa.peppol.security.util.EmptyCertificateValidator

Command:-

java -DOXALIS_HOME="D:\Apps\Oxalis\OxalisHome" 
-classpath "standalone/*;as4/*" eu.sendregning.oxalis.Main 
-cert "D:\Apps\Oxalis\OxalisHome\ceftestparty83gw.cer" 
-f payload.xml 
--protocol peppol-transport-as4-v2_0 
-u "http://40.115.23.114:8080/domibus/services/msh?domain=static"

PEPPOL AS4 MimeType issue

The MimeType specified EncryptedData Element in the AS4 Testbed message is “application/octet-stream”and should be “application/gzip” as below.

The PartInfo element in the message header that relates to a compressed payload part MUST have an eb:Property element with its name attribute set to the value CompressionType. The content type of a compressed payload part MUST be application/gzip.

https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery+AS4+-+1.14#eDeliveryAS4-1.14-Example

Problem with extend oxalis 4.0.4 with as4 (tomcat)

I have a problem with extending the functionality of oxalis 4.0.4 by AS4 protocol (version with tomcat). When starting tomcat, an error appears:
SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file,
SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/ oxalis] startup failed due to previous errors

The main module causes the problem: oxalis-as4-4.1.0-SNAPSHOT.jar
Its removal allows you to start tomacat correctly without AS4 functionality.

Could I count on any suggestions to solve the problem.

Regards
Mietek Guja

AS4 Outbound- Unable to verify certificate of receiving access point

My AS4 endpoint URL is configured and working fine as below with Oxalis version 4.1.0 and oxalis-as4-4.1.0-SNAPSHOT-dist (RC9)

AS4 Endpoint: https://*****/oxalis-war-4.1.0/as4

I have enrolled the new test suite here 'https://testbed.Peppol.eu/secure/suite/view' with our new endpoint URL 'https://******/oxalis-war-4.1.0/as4'

But I am getting below error message. Please see attached screenshot.

"Transaction (with instance identifier PSG000259-52-20200115T091306) to testing AP failed to be delivered. Error; Unable to verify certificate of receiving access point.."

PeppolAS4Error

What I do wrong? Can you please help me?

A security error was encountered when verifying the message

I have tested AS2 succesfully with Oxalis 4.1 and added AS4 libraries.

We now receiving error messages like below. We have also tried to add the oxalis trusted parameters to the oxalis.conf but that did not make any sense. Do you have any idea?

2020-01-13 15:53:08,693 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [] [f58d73b5-78b8-4ef2-a306-8eb0da87d247] A security error was encountered when verifying the message
javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.unmarshalFault(Soap12FaultInInterceptor.java:156)
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.handleMessage(Soap12FaultInInterceptor.java:66)
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.handleMessage(Soap12FaultInInterceptor.java:52)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:70)
at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:35)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:826)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:56)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:355)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:348)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
... 15 common frames omitted
2020-01-13 15:53:08,702 ERROR [eu.sendregning.oxalis.Main] [] Execution failed: javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
java.util.concurrent.ExecutionException: javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: javax.xml.ws.soap.SOAPFaultException: A security error was encountered when verifying the message
at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.unmarshalFault(Soap12FaultInInterceptor.java:156)
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.handleMessage(Soap12FaultInInterceptor.java:66)
at org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor.handleMessage(Soap12FaultInInterceptor.java:52)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:70)
at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:35)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:826)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:56)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:355)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:348)
at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
... 15 common frames omitted

as/4 standalone JNI error

Got the following error when trying to launch the standalone for as/4

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 7 more

It seems some dependencies are missing, but I can try to follow the installation manual over and over again. I don't see the error.
Could you please give me more information to fix the issue?

ModeProvider - Production as detected mode

While using production certificate with Oxalis docker image I see the following in startup log:
11:29:31.117 [main] INFO  n.d.v.peppol.security.ModeDetector - Detection error (TEST): Validation of subject principal(CN) failed.
11:29:33.394 [main] INFO  n.d.oxalis.commons.mode.ModeProvider - Detected mode: PRODUCTION

As soon I add the AS4-plugin as extension, detection mode 'TEST' is logged while this should be 'PRODUCTION':
11:32:34.369 [main] INFO  n.d.oxalis.commons.mode.ModeProvider - Detected mode: test

Any idea what's going wrong here? Seems like Oxalis is working correctly, but wrong mode is logged. Mode is detected by certificate.

Oxalis 4.1.x requirement or will 4.0.4 also work?

The documentation on the project page states

This is a release candidate of Oxalis with support for PEPPOL AS4 pMode. It supports Oxalis v4.0.4 and passes the CEF conformance test (excluding tests requiring multiple payloads).

Is this true or is 4.1.x required? The pom uses 4.1.0 as parent. (just asking before attempting with 4.0.4 and maybe running into issuues)

Ebms Receipts should also use BinarySecurityToken (PEPPOL Testbed issue)

Ebms Receipts should also use BinarySecurityToken to provide the certificate used for signing.
Pls refer also to TICC-85

There appears to be a problem with the OpenPEPPOL testbed ebmsReceipts. They do not include the signing certificate as a binary-security-token (BST).

It appears the BST in the main message is ok, but missing from the ebmsReceipt

Rune is already aware, per Philip Helger

AS4 Message delivery failure: signature or decryption was invalid

We are running Oxalis 4.0.4 with AS4 software using difi/oxalis-as4:4.1.0-RC10 docker image. During the proces of sending a document an exception is thrown:

ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [] [d38b2d32-77a1-4d10-8176-24aff0c97d08] The signature or decryption was invalid 
javax.xml.ws.soap.SOAPFaultException: The signature or decryption was invalid
	at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
	at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
	at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
	at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
	at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

When sending from server A to server B everything works. Sending from server A to C the above error is thrown.

What to do to figure out what causes this behaviour? I am by no means an expert on this subject.

issue starting with as4

Hello team,

We just started setting up as4 and we run into the following error when starting oxalis with as4. Starting with as2 works fine.

We are using as4 rc10 and oxalis 4.1.0

06-Nov-2019 06:56:24.678 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [no.difi.oxalis.dist.war.WarGuiceFilter]
java.lang.IllegalArgumentException: Cannot create URL for this address /
at com.sun.xml.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:238)
at com.sun.xml.ws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:154)
at javax.xml.ws.Endpoint.publish(Endpoint.java:272)
at no.difi.oxalis.as4.inbound.As4EndpointsPublisherImpl.publish(As4EndpointsPublisherImpl.java:49)
at no.difi.oxalis.as4.inbound.As4Servlet.loadBus(As4Servlet.java:59)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.init(CXFNonSpringServlet.java:83)
at com.google.inject.servlet.ServletDefinition.init(ServletDefinition.java:119)
at com.google.inject.servlet.ManagedServletPipeline.init(ManagedServletPipeline.java:80)
at com.google.inject.servlet.ManagedFilterPipeline.initPipeline(ManagedFilterPipeline.java:102)
at com.google.inject.servlet.GuiceFilter.init(GuiceFilter.java:232)
at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:270)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:251)
at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:102)
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4491)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5135)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:630)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1840)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:525)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:424)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:944)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:261)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)

Any help would be appreciated

Prioritized list of transport profiles:

After successful installation of Oxalis 4.1.0 I'm getting both Hello World pages (for as2 and as4) ok.
But when I' trying to send a self-test (bypassing SMP) - as2 transmission works ok, however as4 ones fails with a following message: "Transport protocol 'peppol-transport-as4-v2_0' not supported."

2019-12-27 15:14:22,200 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2019-12-27 15:14:22,200 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0
2019-12-27 15:14:22,200 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0

2019-12-27 15:14:22,479 WARN [no.difi.oxalis.outbound.transmission.TransmissionRequestBuilder] Endpoint was set by caller not retrieved from SMP, make sure this is intended behaviour.
2019-12-27 15:14:22,897 ERROR [eu.sendregning.oxalis.Main] Execution failed: no.difi.oxalis.api.lang.OxalisTransmissionException: Transport protocol 'peppol-transport-as4-v2_0' not supported.
java.util.concurrent.ExecutionException: no.difi.oxalis.api.lang.OxalisTransmissionException: Transport protocol 'peppol-transport-as4-v2_0' not supported.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: no.difi.oxalis.api.lang.OxalisTransmissionException: Transport protocol 'peppol-transport-as4-v2_0' not supported.
at no.difi.oxalis.outbound.transmission.MessageSenderFactory.getSender(MessageSenderFactory.java:110)
at no.difi.oxalis.outbound.transmission.MessageSenderFactory.getMessageSender(MessageSenderFactory.java:123)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:148)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Total time spent: 0s
Attempted to send 0 files
Failed transmissions: 1

Transport AS4 protocol is not even listed in Prioritized list.
According to Oxalis AS4 setup video - https://vimeo.com/366420949 - it should.

Is it possible to explain a bit more how Oxalis is getting a list of transport protocols to use for a particular transmission.

Issue with RC10?

Hey,

when using RC10, I suddenly get an error with a remote AS4 endpoint that I do not get with RC9.

Did RC10 become more strict or could this be a bug?

ERROR [org.apache.cxf.ws.policy.PolicyVerificationInInterceptor] Inbound policy verification failed: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected 
WARN [org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for {oxalis.difi.no/}outbound-service#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception, unwinding now 
org.apache.cxf.ws.policy.PolicyException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at org.apache.cxf.ws.policy.AssertionInfoMap.checkEffectivePolicy(AssertionInfoMap.java:179)
	at org.apache.cxf.ws.policy.PolicyVerificationInInterceptor.handle(PolicyVerificationInInterceptor.java:102)
	at org.apache.cxf.ws.policy.AbstractPolicyInterceptor.handleMessage(AbstractPolicyInterceptor.java:44)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:826)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
	at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:56)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:355)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
	at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:348)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
	at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
	at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
	at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
	at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [4fb9c29f-6ede-477d-a0d9-6eef78390be3] These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected 
javax.xml.ws.soap.SOAPFaultException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
	at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
	at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
	at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
	at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.cxf.ws.policy.PolicyException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at org.apache.cxf.ws.policy.AssertionInfoMap.checkEffectivePolicy(AssertionInfoMap.java:179)
	at org.apache.cxf.ws.policy.PolicyVerificationInInterceptor.handle(PolicyVerificationInInterceptor.java:102)
	at org.apache.cxf.ws.policy.AbstractPolicyInterceptor.handleMessage(AbstractPolicyInterceptor.java:44)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:826)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
	at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:56)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:355)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
	at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:348)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
	... 15 common frames omitted
ERROR [eu.sendregning.oxalis.Main] Execution failed: javax.xml.ws.soap.SOAPFaultException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected 
java.util.concurrent.ExecutionException: javax.xml.ws.soap.SOAPFaultException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: javax.xml.ws.soap.SOAPFaultException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at org.apache.cxf.jaxws.DispatchImpl.mapException(DispatchImpl.java:285)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:330)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:241)
	at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:144)
	at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:21)
	at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
	at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.cxf.ws.policy.PolicyException: These policy alternatives can not be satisfied: 
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}X509Token: An incorrect X.509 Token Type is detected
	at org.apache.cxf.ws.policy.AssertionInfoMap.checkEffectivePolicy(AssertionInfoMap.java:179)
	at org.apache.cxf.ws.policy.PolicyVerificationInInterceptor.handle(PolicyVerificationInInterceptor.java:102)
	at org.apache.cxf.ws.policy.AbstractPolicyInterceptor.handleMessage(AbstractPolicyInterceptor.java:44)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:826)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1693)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1570)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1371)
	at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:56)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:671)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:355)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
	at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:348)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:322)
	... 15 common frames omitted
Total time spent: 2s
Attempted to send 0 files
Failed transmissions: 1

Regression? Sending from Oxalis 4.1.0 to 4.0.2 using AS2 is not working

Hi,

we're currently doing our internal end-to-end tests for the Oxalis AS2 to AS4 upgrade.

During testing, we found out that sending from Oxalis 4.1.0 to an a receiver which runs Oxalis 4.0.4 is not working anymore.

How to reproduce:

  • Receiver using Oxalis 4.0.2 and peppol-icd version 1.1.1
  • Sender using Oxalis 4.1.0 and peppol-icd version 1.1.3
  • Send a valid BIS 3 invoice

The logs are attached:

no.difi.oxalis.api.lang.OxalisTransmissionException: Request failed with rc=400, contents received (4680 characters): ------=_Part_1270_1145533331.1576764436907
Content-Type: multipart/report; Report-Type=disposition-notification; 
	boundary="----=_Part_1268_1582283764.1576764436906"

------=_Part_1268_1582283764.1576764436906
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

= Received headers

date: Thu, 19 Dec 2019 15:07:16 +0100
message-id: <1576764436586.1.322016261.Oxalis@rdehuyss-laptop>
subject: AS2 message from Oxalis
mime-version: 1.0
content-type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-1; boundary="----=_Part_1_1492280460.1576764436628"
host: oxalis
connection: close
as2-from: PBE000067
as2-to: PBE000067
disposition-notification-to: [email protected]
disposition-notification-options: signed-receipt-protocol=required,pkcs7-signature; signed-receipt-micalg=required,sha1
as2-version: 1.0
user-agent: Oxalis 4.1.0
accept-encoding: gzip,deflate
content-length: 16897

= Error [untracked:9bf972bf-746a-4e29-89ef-da7c56c29cd0]

Invalid message digest.


------=_Part_1268_1582283764.1576764436906
Content-Type: message/disposition-notification
Content-Transfer-Encoding: 7bit

Reporting-UA: Oxalis 4.0.2
Original-Recipient: rfc822; PBE000067
Final-Recipient: rfc822; PBE000067
Original-Message-ID: <1576764436586.1.322016261.Oxalis@rdehuyss-laptop>
Disposition: automatic-action/MDN-sent-automatically; failed/error: integrity-check-failed

------=_Part_1268_1582283764.1576764436906--

------=_Part_1270_1145533331.1576764436907
Content-Type: application/pkcs7-signature; name=smime.p7s; smime-type=signed-data
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIAwggXCMIID
qqADAgECAhBuAwHQj+1nyNwn3Qmly90PMA0GCSqGSIb3DQEBCwUAMGsxCzAJBgNVBAYTAkJFMRkw
FwYDVQQKExBPcGVuUEVQUE9MIEFJU0JMMRYwFAYDVQQLEw1GT1IgVEVTVCBPTkxZMSkwJwYDVQQD
EyBQRVBQT0wgQUNDRVNTIFBPSU5UIFRFU1QgQ0EgLSBHMjAeFw0xODA4MjIwMDAwMDBaFw0yMDA4
MTEyMzU5NTlaME8xEjAQBgNVBAMMCVBCRTAwMDA2NzEXMBUGA1UECwwOUEVQUE9MIFRFU1QgQVAx
EzARBgNVBAoMCkNvZGFib3ggTlYxCzAJBgNVBAYTAkJFMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
MIIBCgKCAQEAz2fr4lAio+LJciQmnpb8rP1eIqwabto3DG3/9ybBdsrgbs88/MslVdx/jTBDvEQy
EC6PTkuL/pl+1ngZjCKoYNTO2zIELlzb0Oc2x8vW+2m5/6JYMXsHepe+Sfj0dLlDL40mGBUkhLwM
Ok5SpvTqBYxRrRovS4HH0gOkRfiAW4198GjrQkJY3s3ul+Bhqe/byqbcVx2J9FnvJAxx6v1VYY/c
puakYSPRDt43LflOl+1juZ4C0oC6AGPk5FzTuChpHlDdQkUDJ/OT4mvWUAhLxC5l6Z2Y/JHkSTFe
LzS1wtHyHHj8+g/29Pca2oeRmdERJDp9uzaNJhgszOh9W42ShQIDAQABo4IBfDCCAXgwDAYDVR0T
AQH/BAIwADAOBgNVHQ8BAf8EBAMCA6gwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwIwHQYDVR0OBBYE
FDMkdv4MdTseT8sBpe7awWSDQGhVMF0GA1UdHwRWMFQwUqBQoE6GTGh0dHA6Ly9wa2ktY3JsLnN5
bWF1dGguY29tL2NhXzZhOTM3NzM0YTM5M2EwODA1YmYzM2NkYThiMzMxMDkzL0xhdGVzdENSTC5j
cmwwNwYIKwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRwOi8vcGtpLW9jc3Auc3ltYXV0aC5j
b20wHwYDVR0jBBgwFoAUa29LtvE3uis8fxjNuiuyuXwqN+swLQYKYIZIAYb4RQEQAwQfMB0GE2CG
SAGG+EUBEAECAwEBgamQ4QMWBjk1NzYwODA5BgpghkgBhvhFARAFBCswKQIBABYkYUhSMGNITTZM
eTl3YTJrdGNtRXVjM2x0WVhWMGFDNWpiMjA9MA0GCSqGSIb3DQEBCwUAA4ICAQAvGqx9/Unj9lcG
z/H9F0rhGq7jwnL2nwf/x55B+LQmcBuka7iiVFeB7WUz2xwZ6q6NC6i34hvPJ43aiAa4kNiI2Wau
pMJwVQVFqrNkC4xiOOwwo9oUeQezScCbrebDnqriDYTT5gLOmGWWB5JbXfQUUr7wSWRI4jLWaxnr
xhPEaj2jw4hXedyyaWUflTOF4oKLx5qsX2S1p3dcvmg/VYRnetyeAOq/9aZiUS6hpi7Ur8k6yZeT
3Y/DnaTCxy7ElW2/LHCZSwyfiVsKjoB2HDgCtcbKlE+LSugEjJTG1YGzfStFQyOsWPj1WyyssKUE
E1i55Q5QMMZCAj0L4I1v3bxwdmzcv4+p1gbbvgQ6DpytaQnOvCJBKtKIDJoHaSFShbfmQ1XAeIbM
5ZVhmD3TyJuLVXih8+/hTyViQx33EqeB3A3OwZINqLy0foP5Rt6lKpS6sJ/ZHauy7YIXZ5FNjz3R
WKabGRAPKS2BPPp46aXOQLVeHEWLC20+Jrw7buIqsPpkT+z8+LrbeqVeWyPLSMg7XIQyed2LnMVd
xnjjI9rIJ//xg+e0kqZFakAR4IkYD0i3Mt87XLZ2H/TcI9521HBSdS0no1g8hwuDaNkP9Sz8CZ0N
Lo5vW7aIfS4e+O8xU2SEKMVDTBJM3kQCoVOgpXe7/+oy8Wkdp6xyYS09JCb/AgAAMYICMTCCAi0C
AQEwfzBrMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMN
Rk9SIFRFU1QgT05MWTEpMCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBURVNUIENBIC0gRzIC
EG4DAdCP7WfI3CfdCaXL3Q8wCQYFKw4DAhoFAKCBiDAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcB
MBwGCSqGSIb3DQEJBTEPFw0xOTEyMTkxNDA3MTZaMCMGCSqGSIb3DQEJBDEWBBQTG5hBczbe2Irt
nVNCJmeHaQWRXDApBgkqhkiG9w0BCTQxHDAaMAkGBSsOAwIaBQChDQYJKoZIhvcNAQEBBQAwDQYJ
KoZIhvcNAQEBBQAEggEAhVDTZqnLhnoSAzpDJZsSfM+woz9J73XwdGCrgDITlczx2wTntTb59M1K
kDEbNkQDiVKAIromi2o6N7fIoDBHUx67UUACgRDBG+/ZmFRDjfW+Jid4Y7vi7iatk+PSrc8o5nnn
lzTuLVndOM0yQ6y/MLTHrWTZTL8BxjX1HevTd4cjdc2U9oX540Y2Nzqgh5CJprR5aT+HlYrseEy+
7EmLrf4fz/ne0cd0N2qUOSlqaY4YYWqt5fNgLWQ5sLZhod243tDNdHp2w3IkpPPSowWcP4GlM7/L
DcvKSIuYvK7d/rdlncpJawwJMUZcVbPL/t4LQ2C6pXXoqx5v/+mP2VvLgAAAAAAAAA==
------=_Part_1270_1145533331.1576764436907--

	at no.difi.oxalis.as2.outbound.As2MessageSender.handleFailedRequest(As2MessageSender.java:351)
	at no.difi.oxalis.as2.outbound.As2MessageSender.handleResponse(As2MessageSender.java:278)
	at no.difi.oxalis.as2.outbound.As2MessageSender.sendHttpRequest(As2MessageSender.java:247)
	at no.difi.oxalis.as2.outbound.As2MessageSender.send(As2MessageSender.java:156)
	at no.difi.oxalis.as2.outbound.As2MessageSenderFacade.send(As2MessageSenderFacade.java:58)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:106)
	at com.codabox.einvoicing.connector.peppol.application.service.SendToPeppolService.sendUblDocument(SendToPeppolService.java:112)
	at com.codabox.einvoicing.connector.peppol.application.service.SendToPeppolService.sendDocument(SendToPeppolService.java:80)
	at com.codabox.einvoicing.connector.peppol.api.processor.SendDocumentToPeppolProcessor.process(SendDocumentToPeppolProcessor.java:49)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:171)
	at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:120)
	at org.springframework.cloud.stream.binding.StreamListenerMessageHandler.handleRequestMessage(StreamListenerMessageHandler.java:55)
	at org.springframework.integration.handler.AbstractReplyProducingMessageHandler.handleMessageInternal(AbstractReplyProducingMessageHandler.java:123)
	at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:169)
	at org.springframework.integration.dispatcher.AbstractDispatcher.tryOptimizedDispatch(AbstractDispatcher.java:115)
	at org.springframework.integration.dispatcher.UnicastingDispatcher.doDispatch(UnicastingDispatcher.java:132)
	at org.springframework.integration.dispatcher.UnicastingDispatcher.dispatch(UnicastingDispatcher.java:105)
	at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:73)
	at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:453)
	at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:401)
	at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:187)
	at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:166)
	at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:47)
	at org.springframework.messaging.core.AbstractMessageSendingTemplate.send(AbstractMessageSendingTemplate.java:109)
	at org.springframework.integration.endpoint.MessageProducerSupport.sendMessage(MessageProducerSupport.java:205)
	at org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter.consumeMessage(PubSubInboundChannelAdapter.java:148)
	at org.springframework.cloud.gcp.pubsub.core.subscriber.PubSubSubscriberTemplate.lambda$subscribeAndConvert$1(PubSubSubscriberTemplate.java:152)
	at com.google.cloud.pubsub.v1.MessageDispatcher$4.run(MessageDispatcher.java:368)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)

We found out that problem is caused by:

        <dependency>
            <groupId>no.difi.vefa</groupId>
            <artifactId>peppol-icd</artifactId>
            <version>${vefa.peppol.version}</version>
        </dependency>
  • when using Oxalis 4.1 and peppol-icd version 1.1.1 we can send to Oxalis 4.0.2
  • when using Oxalis 4.1 and peppol-icd version 1.1.3 we can NOT send to Oxalis 4.0.2

RC11 outbound needs truststore configuration?

With RC11, a truststore configuration setting is required for oxalis-standalone; and from the looks of it it only uses that setting as the truststore (as opposed to the older version, which extends the built-in truststore if the setting is used).

This appears to be new code, in OutboundMerlinProvider as well as InboundMerlinProvider; the latter one appears to have the old behaviour. From the looks of it, and a very quick test, the OutboundMerlinProvider could use the same code, or am I wrong here?

localhost/as4 not available

Hi,

I am using:
Oxalis:
version.oxalis: 4.1.0
version.java: 1.8.0_221
Tomcat:
Server version: Apache Tomcat/9.0.27
Server number: 9.0.27.0
JVM Version: 1.8.0_221-b11
Oxalis-AS4: RC10

STDOUT-logging:
10:04:13.693 [main] INFO n.d.o.c.filesystem.FileSystemModule - Inbound folder: C:\Peppol-GW\oxalis\inbox
10:04:14.100 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://inbound.as4.oxalis.difi.no/}As4ProviderService from class no.difi.oxalis.as4.inbound.As4Provider
10:04:14.508 [main] INFO org.apache.cxf.endpoint.ServerImpl - Setting the server's publish address to be /
10:04:15.690 [main] WARN o.a.c.w.p.AssertionBuilderRegistryImpl - No assertion builder for type {http://oxalis.difi.no/custom/security-policy}Basic128GCMSha256MgfSha256 registered.

/as2 and /status work:
version.oxalis: 4.1.0
version.java: 1.8.0_221

Piece of oxalis.log:
2019-11-01 10:22:00,290 INFO [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] [] Creating Service {http://inbound.as4.oxalis.difi.no/}As4ProviderService from class no.difi.oxalis.as4.inbound.As4Provider
2019-11-01 10:22:00,477 DEBUG [org.apache.cxf.resource.DefaultResourceManager] [] resolving resource <org.apache.cxf.wsdl11.WSDLManagerImpl/bus> type
2019-11-01 10:22:00,477 DEBUG [org.apache.cxf.resource.DefaultResourceManager] [] resolving resource type
2019-11-01 10:22:00,749 INFO [org.apache.cxf.endpoint.ServerImpl] [] Setting the server's publish address to be /
2019-11-01 10:22:00,780 DEBUG [org.apache.cxf.resource.DefaultResourceManager] [] resolving resource <no.difi.oxalis.as4.inbound.As4Provider/context> type
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder] [] building handler chain
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder] [] Checking for HandlerChain annotation on no.difi.oxalis.as4.inbound.As4Provider
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder] [] Checking for HandlerChain annotation on javax.xml.ws.Provider
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder] [] Checking for HandlerChain annotation on java.lang.Object
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilder] [] no HandlerChain annotation on class no.difi.oxalis.as4.inbound.As4Provider
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.endpoint.ServerImpl] [] Server is starting.
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.transport.servlet.ServletDestination] [] registering incoming observer: org.apache.cxf.transport.ChainInitiationObserver@757e4453
2019-11-01 10:22:00,796 DEBUG [org.apache.cxf.endpoint.ServerImpl] [] register the server to serverRegistry
2019-11-01 10:22:00,983 DEBUG [org.apache.xml.security.Init] [] Registering default algorithms
2019-11-01 10:22:01,077 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] [] The provider ApacheXMLDSig - 2.13 was added at position: 2
2019-11-01 10:22:01,703 WARN [org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl] [] No assertion builder for type {http://oxalis.difi.no/custom/security-policy}Basic128GCMSha256MgfSha256 registered.
2019-11-01 10:22:01,725 DEBUG [org.apache.cxf.transport.servlet.ServletDestination] [] registering incoming observer: no.difi.oxalis.as4.inbound.As4EndpointsPublisherImpl$1@628cd5ba
2019-11-01 10:22:01,725 DEBUG [org.apache.cxf.resource.DefaultResourceManager] [] resolving resource </WEB-INF/cxfServletStaticResourcesMap.txt> type
2019-11-01 10:22:01,725 DEBUG [org.apache.cxf.resource.DefaultResourceManager] [] resolving resource </cxfServletStaticResourcesMap.txt> type

But... when I try to look at /as4, I get a 404-not found-error.
What crucial little(?) thing am I missing?

AS4 WebServiceTransport Exception

Hi Oxalis team,
we implemented AS as described here:
https://github.com/difi/Oxalis-AS4/releases

While running standalone AS4: java -classpath standalone/target/:as4/ eu.sendregning.oxalis.Main -f standalone/src/test/resources/BII04_T10_PEPPOL-v2.0_invoice_DE.xml -r 9930:DE210157578 -s 9930:DE210157578
we are running into this exception:
2019-01-23 10:31:47,753 INFO [org.springframework.oxm.jaxb.Jaxb2Marshaller] Creating JAXBContext with context path [no.difi.commons.sbdh.jaxb:org.xmlsoap.schemas.soap.envelope:org.w3.soap:org.w3.xmldsig:org.oasis_open.docs.ebxml_bp.ebbp_signals_2:org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704]
2019-01-23 10:31:53,483 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [3fc18115-40a5-4efc-87c8-ba55da709d11] Not Found [404]
org.springframework.ws.client.WebServiceTransportException: Not Found [404]
at org.springframework.ws.client.core.WebServiceTemplate.handleError(WebServiceTemplate.java:699)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:609)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:57)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-01-23 10:31:53,484 ERROR [eu.sendregning.oxalis.Main] Execution failed: org.springframework.ws.client.WebServiceTransportException: Not Found [404]
java.util.concurrent.ExecutionException: org.springframework.ws.client.WebServiceTransportException: Not Found [404]
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: org.springframework.ws.client.WebServiceTransportException: Not Found [404]
at org.springframework.ws.client.core.WebServiceTemplate.handleError(WebServiceTemplate.java:699)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:609)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:57)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Could you please help us with this issue? What is wrong? Is something missing?
Thank you in advance and best regards,
IG

RC8 Connection timed out

After switching to RC8 I've seen several times the instance of sending have stopped completely. The last time I checked the logs it took 17 minutes before the connection timed out and the instance again started to send.

Anyone seen the same?
Any solution?

13:31:27.495 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnectionOperator - Connecting to xxx:443
13:48:46.185 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection - Connection org.apache.http.impl.conn.DefaultClientConnection@7bdbbdf closed
13:48:46.186 [main] INFO org.apache.http.impl.client.DefaultHttpClient - I/O exception (java.net.SocketException) caught when connecting to {s}->xxx:443: Connection timed out (Read failed)

Oxalis not starting with AS4 plugin

Hi,

Windows
Oxalis 4.1
jdk1.8.0_25
Apache Tomcat/9.0.10

My Oxalis run fine without the AS4 plugin.

image

But when I try to enable the plugin I get this exception.

SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [no.difi.oxalis.dist.war.WarServletContextListener]
 java.lang.NoClassDefFoundError: no/difi/oxalis/inbound/OxalisGuiceContextListener

It looks like Oxalis is starting (from the oxalis.log):

...
2020-01-09 08:52:26,205 INFO [no.difi.vefa.peppol.security.ModeDetector] [] Detected mode: TEST 
2020-01-09 08:52:26,236 DEBUG [org.apache.cxf.common.logging.LogUtils] [] Using org.apache.cxf.common.logging.Slf4jLogger for logging. 
2020-01-09 08:52:26,596 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] [] Inbound folder: D:\Oxalis\peppol 

This is my Context:

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="D:\Oxalis\bin\oxalis-4.1.0.war"  >
   <Resources className="org.apache.catalina.webresources.ExtractingRoot">
      <PostResources
        base="D:\Oxalis\bin\oxalis-as4-4.1.0-SNAPSHOT-dist\" 
        className="org.apache.catalina.webresources.DirResourceSet"
        webAppMount="/WEB-INF/lib"
        />  
   </Resources>
</Context>

I have downloaded the AS4 plugin and copied the files to my local folder:

image

AS4 RFC 2392 issue

Pls see below the comments from IBM Architect.
We confirm the prior RFC 2822 error seems resolved however.

Near as I can figure, the content ID (cid specifications in the SOAP Envelope Header are incorrect (there are 3 of them). They do not conform to RFC2392, which requires that they are URL encoded.

So for example, the following reference from the document that was sent to us:
<eb:PartInfo href="cid:07e22830-c58e-4949-902c-cef44fac7acd@17c9b254946f">

Should be formatted like this (note that the @ at sign has been replaced with %40):<eb:PartInfo href="cid:07e22830-c58e-4949-902c-cef44fac7acd%4017c9b254946f">

The normative reference for this is the Web Services Security SOAP Message with Attachments (SwA) Profile Version 1.1.1, It says that the xenc:CipherReference URL MUST be a URL that refers to the MIME part containing the cipher text, and must also correspond to the reference value of the original attachment that was encrypted.

This MUST be a CID scheme URL [as specified in RFC2392].RFC2392 Content-ID and Message-ID Uniform Resource Locators says that "Since addr-spec in a Message-ID or Content-ID might contain characters not allowed within a URL; any such character must be hex-encoded using the %hh escape mechanism in [URL]

as4 rfc2392 issue

java.lang.NullPointerException at no.difi.oxalis.as4.util.PolicyUtil.getPolicy

Hi,

I have made an application that sends messages.
The application is compiled with Oxalis 4.1 and AS4 4.1.0-SNAPSHOT.
At startup I get this in the Oxalis log.

2020-01-21 13:30:31,736 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => peppol-transport-as4-v2_0

When trying to send with AS4 i get this exception. AS2 works fine.

SEVERE: Failure transmitting message, for file D:\Oxalis\out\{CF2C65C9-6FA3-4E1E-BBA5-FCEC9EB6F75A}.xml
java.lang.NullPointerException
	at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:30)
	at no.difi.oxalis.as4.util.PolicyUtil.getPolicy(PolicyUtil.java:22)
	at no.difi.oxalis.as4.outbound.As4MessageSender.getService(As4MessageSender.java:136)
	at no.difi.oxalis.as4.outbound.As4MessageSender.createDispatch(As4MessageSender.java:120)
	at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:71)
	at no.difi.oxalis.as4.outbound.As4MessageSenderFacade.send(As4MessageSenderFacade.java:20)
	at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:106)

oxalis-standalone AS4 "A security error was encountered when verifying the message"

Good evening, I'm running the AS4 Conformance / onboarding test on the https://testbed.peppol.eu/secure/suite/view platform.

My user is PIT000252

I performed AS2 tests with success and started doing AS4 tests.

As for the AS4 tests I was receive (first test) a document from testbed laform .... but when I try resend to the test platform I get a error.

The component in error is oxalis-standalone

Configuration
AP Oxalis 4.0.4 + AS4: 4.1.0 RC5

oxalis.conf

oxalis.keystore {
# Relative to OXALIS_HOME
path=oxalis-keystore.jks
password = xxxxx
key.alias = oxalis-ap
key.password = xxxxxx
}

transport.as4_peppol_v1_to_v2_adapter = {
profile: bdxr-transport-ebms3-as4-v1p0
sender: oxalis-as4
weight: 5000
}

oxalis.truststore {
path = pilot-truststore.jks
password = xxxxxxx
}
lookup.locator.hostname: acc.edelivery.tech.ec.europa.eu
oxalis.path.plugin = oxalis-plugin
oxalis.persister.receipt = plugin
oxalis.path.inbound = IN
oxalis.logging.config = logback.xml

keytool -list -v -keystore oxalis-keystore.jks

Keystore type: JKS
Keystore provider: SUN

Your keystore contains 2 entries

Alias name: oxalis-ap
Creation date: 26-mar-2019
Entry type: PrivateKeyEntry
Certificate chain length: 2
Certificate[1]:
Owner: C=IT, O="Infocamere ", OU=PEPPOL TEST AP, CN=PIT000252
Issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
.......
Signature algorithm name: SHA256withRSA
Version: 3

Extensions:
.......
Certificate[2]:
Owner: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
Issuer: CN=PEPPOL Root TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
Serial number: 36549386b9e6b821d2892d5a9ee9ae60
Valid from: Thu Jan 04 01:00:00 CET 2018 until: Mon Jan 03 00:59:59 CET 2028
Certificate fingerprints:
MD5: 8E:CF:5B:50:E3:27:4E:D3:12:6E:62:E7:66:7B:27:8E
SHA1: A0:62:7C:7D:3E:96:E4:15:14:18:8A:90:A8:40:39:6B:1F:9C:53:92
SHA256: 03:9A:30:FF:CA:41:44:46:80:2A:F0:22:BB:B7:EE:61:4E:98:6A:12:B9:2E:95:2C:B4:92:C8:EF:62:C9:62:E6
Signature algorithm name: SHA256withRSA
Version: 3

Extensions:
........

Alias name: peppol root test ca - g2
Creation date: 26-mar-2019
Entry type: trustedCertEntry

Owner: CN=PEPPOL Root TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
Issuer: CN=PEPPOL Root TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
Serial number: 5c17f63f1afb4f75f5edca0e5a102565
Valid from: Thu Jan 04 01:00:00 CET 2018 until: Tue Jan 04 00:59:59 CET 2028
Certificate fingerprints:
MD5: 1F:0C:10:BA:E3:A5:9D:D4:8C:9D:D6:24:C5:1F:AF:56
SHA1: BD:77:A1:1E:2B:21:9D:61:96:8A:EA:7B:BD:B1:99:33:F4:E8:97:09
SHA256: E4:B8:64:27:57:A0:2D:DD:4F:88:7C:B3:A2:C6:99:79:26:17:68:5E:AD:0B:E4:2D:E0:C2:1E:F5:90:CD:FF:AD
Signature algorithm name: SHA256withRSA
Version: 3

Extensions:
.......

oxalis.log oxalis-standalone 4.0.4

2019-03-26 22:39:00,345 INFO [no.difi.oxalis.commons.security.CertificateModule] [] Certificate subject: C=IT, O="Infocamere ", OU=PEPPOL TEST AP, CN=PIT000252
2019-03-26 22:39:00,345 INFO [no.difi.oxalis.commons.security.CertificateModule] [] Certificate issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
2019-03-26 22:39:00,366 INFO [no.difi.oxalis.commons.mode.ModeProvider] [] Detected mode: test
2019-03-26 22:39:00,372 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] Prioritized list of transport profiles:
2019-03-26 22:39:00,373 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => bdxr-transport-ebms3-as4-v1p0
2019-03-26 22:39:00,373 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => busdox-transport-as2-ver1p0r1
2019-03-26 22:39:00,373 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => busdox-transport-as2-ver1p0
2019-03-26 22:39:00,373 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] [] => peppol-transport-as4-v2_0
2019-03-26 22:39:00,834 WARN [no.difi.oxalis.sniffer.document.NoSbdhParser] [] You have enabled support for automatic detection of content. This functionality will be turned of by default in version 4.1 and removed in version 4.2/5.0. Use configuration "oxalis.transformer.detector = noop" to disable it today.
2019-03-26 22:39:01,454 DEBUG [org.apache.http.client.protocol.RequestAddCookies] [] CookieSpec selected: default
2019-03-26 22:39:01,463 DEBUG [org.apache.http.client.protocol.RequestAuthCache] [] Auth cache not set in the context
2019-03-26 22:39:01,464 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] [] Connection request: [route: {}->http://test-smp.peppol.gr:80][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2019-03-26 22:39:01,476 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] [] Connection leased: [id: 0][route: {}->http://test-smp.peppol.gr:80][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
2019-03-26 22:39:01,478 DEBUG [org.apache.http.impl.execchain.MainClientExec] [] Opening connection {}->http://test-smp.peppol.gr:80
2019-03-26 22:39:01,484 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] [] Connecting to test-smp.peppol.gr/83.212.238.183:80
2019-03-26 22:39:01,563 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] [] Connection established 10.5.30.177:49174<->83.212.238.183:80
2019-03-26 22:39:01,564 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] [] http-outgoing-0: set socket timeout to 0
2019-03-26 22:39:01,564 DEBUG [org.apache.http.impl.execchain.MainClientExec] [] Executing request GET /iso6523-actorid-upis::0088:tbcntrl00002/services/busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice%23%23urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1 HTTP/1.1
2019-03-26 22:39:01,564 DEBUG [org.apache.http.impl.execchain.MainClientExec] [] Target auth state: UNCHALLENGED
2019-03-26 22:39:01,564 DEBUG [org.apache.http.impl.execchain.MainClientExec] [] Proxy auth state: UNCHALLENGED
2019-03-26 22:39:01,566 DEBUG [org.apache.http.headers] [] http-outgoing-0 >> GET /iso6523-actorid-upis::0088:tbcntrl00002/services/busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice%23%23urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1 HTTP/1.1
2019-03-26 22:39:01,566 DEBUG [org.apache.http.headers] [] http-outgoing-0 >> Host: test-smp.peppol.gr
2019-03-26 22:39:01,566 DEBUG [org.apache.http.headers] [] http-outgoing-0 >> Connection: Keep-Alive
2019-03-26 22:39:01,566 DEBUG [org.apache.http.headers] [] http-outgoing-0 >> User-Agent: Oxalis 4.0.4
2019-03-26 22:39:01,566 DEBUG [org.apache.http.headers] [] http-outgoing-0 >> Accept-Encoding: gzip,deflate
2019-03-26 22:39:01,566 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "GET /iso6523-actorid-upis::0088:tbcntrl00002/services/busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice%23%23urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1 HTTP/1.1[\r][\n]"
2019-03-26 22:39:01,567 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "Host: test-smp.peppol.gr[\r][\n]"
2019-03-26 22:39:01,567 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2019-03-26 22:39:01,567 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "User-Agent: Oxalis 4.0.4[\r][\n]"
2019-03-26 22:39:01,567 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2019-03-26 22:39:01,567 DEBUG [org.apache.http.wire] [] http-outgoing-0 >> "[\r][\n]"
2019-03-26 22:39:01,654 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
2019-03-26 22:39:01,654 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Date: Tue, 26 Mar 2019 21:39:01 GMT[\r][\n]"
2019-03-26 22:39:01,654 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Server: Apache[\r][\n]"
2019-03-26 22:39:01,654 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Content-Type: text/xml;charset=UTF-8[\r][\n]"
2019-03-26 22:39:01,654 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Content-Length: 6767[\r][\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Keep-Alive: timeout=5, max=100[\r][\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Connection: Keep-Alive[\r][\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "[\r][\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "<ns2:ParticipantIdentifier scheme="iso6523-actorid-upis">0088:tbcntrl00002</ns2:ParticipantIdentifier><ns2:DocumentIdentifier scheme="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</ns2:DocumentIdentifier><ns2:ProcessIdentifier scheme="cenbii-procid-ubl">urn:www.cenbii.eu:profile:bii05:ver2.0</ns2:ProcessIdentifier>ns3:EndpointReferencens3:Addresshttps://test-vefa.difi.no/tbap/as4</ns3:Address></ns3:EndpointReference>false2018-11-20T00:00:00.0002019-11-18T00:00:00.000MIIF2zCCA8OgAwIBAgIQd0IPLbDqS5WFxrVva8V/xDANBgkqhkiG9w0BAQsFADBr [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "MQswCQYDVQQGEwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UE [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "CxMNRk9SIFRFU1QgT05MWTEpMCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBU [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "RVNUIENBIC0gRzIwHhcNMTgwNTI4MDAwMDAwWhcNMjAwNTE3MjM1OTU5WjBoMRIw [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "EAYDVQQDDAlQTk8wMDAwMDExFzAVBgNVBAsMDlBFUFBPTCBURVNUIEFQMSwwKgYD [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "VQQKDCNEaXJla3RvcmF0ZXQgZm9yIGZvcnZhbHRuaW5nIG9nIElLVDELMAkGA1UE [\n]"
2019-03-26 22:39:01,655 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "BhMCTk8wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDAU7N4M2KSEOSI [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "qO2g8X93tLZvSvvP48yirWnCD8SVTU53EpD88YSjmhH9zdzUzlRIGC+AUJKxcynk [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "i6lHP0FERFN4NZcdLpOgyJsm+8OeyxfRoflHcMGs9HSK2MwBtyJkoqgjt9qMfjLK [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "8Wgb08Q/omln946OXKIvdmVKNGOg4cAFTSGinGWr6NFIc3G4v+H8VSBJmRk9btJD [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "fc7hofm9+KdOCYZ00pMHQj0q2SLGkzArXsTKtTrSQh7oSzmAjDs3/Nx2fmBjijs3 [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "PR2g46CrRZ9JexCuEynSQLgqM8gPnBnIUgVr0jxmXaFqIju1znAkx1GoZVQB2RG1 [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "yy7ckTafAgMBAAGjggF8MIIBeDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwID [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "qDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjAdBgNVHQ4EFgQURcn+oSKJXJw8vGyi [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "RHTKo57Ddk8wXQYDVR0fBFYwVDBSoFCgToZMaHR0cDovL3BraS1jcmwuc3ltYXV0 [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "aC5jb20vY2FfNmE5Mzc3MzRhMzkzYTA4MDViZjMzY2RhOGIzMzEwOTMvTGF0ZXN0 [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9wa2kt [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "b2NzcC5zeW1hdXRoLmNvbTAfBgNVHSMEGDAWgBRrb0u28Te6Kzx/GM26K7K5fCo3 [\n]"
2019-03-26 22:39:01,656 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "6zAtBgpghkgBhvhFARADBB8wHQYTYIZIAYb4RQEQAQIDAQGBqZDhAxYGOTU3NjA4 [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "MDkGCmCGSAGG+EUBEAUEKzApAgEAFiRhSFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZ [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "WFYwYUM1amIyMD0wDQYJKoZIhvcNAQELBQADggIBAKFSrKZe2u1+dz+jnmq6dNX8 [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "FXFRntkGeh0Tg0xTLPmJk+kargJa54QnS3iek1QkXH2MtYp+RKuNMEVRTxITNphN [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "vkWPEzBvSm/XmUeiEkpqGVqVjG45KWTKsxDw77qkK3mc84JZhE0wLD/x1LjAulX6 [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "iGE94DKGuOH7vGeQk1+st2oAEHcq0gTYoMqOmaDsw4Y/Y2ruYy6+U8yiAxqLRULA [\n]"
2019-03-26 22:39:01,657 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "HA/Q5RrXWoeYtlg0B9vYrR928lt7/UBbsgnLeSinosbBRrGzKKugwBqbhoiCRP8W [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "tI61WJ1oHXL7yxMN+eiNhgF9Q2nGFxPZ/bIYIeB9EFHkV+YUrfMNhtFgDAmBt/AZ [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "SQvZnMtqJCl40Qb5b247xc95eUr2tA8yyl9nFNY2vChSSBufpIbkNbfREQ4/5K2c [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "t3txxXw5GbsB1kqBsKeIIu+ctp276D2h7lY4+IVh5C3VeMe5DXfTUpd570YNKfWc [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "8A9077DL7g8pH6bPWz90dHI3g2n+h79rKg0woRUM1w1SWBaZvaioI6fSwxnvlK7x [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "3ptYCSVeHy38Ilu454zYqquNTAYjgqeXCcTLHbFznLo9wWzedzD0CUdRJ++VOPQ1 [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "mmDWPFNR6CM2YWCTjcWOCd5bpyMHt1GTGzKx8petINtkeT6xE0tGYweFG93CwAen [\n]"
2019-03-26 22:39:01,658 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "bQdMYq3OLMWAzrhe0XJLOpenPEPPOL Testbed AS4Jerry Dimitriou<Reference "
2019-03-26 22:39:01,660 DEBUG [org.apache.http.headers] [] http-outgoing-0 << HTTP/1.1 200 OK
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Date: Tue, 26 Mar 2019 21:39:01 GMT
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Server: Apache
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Content-Type: text/xml;charset=UTF-8
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Content-Length: 6767
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Keep-Alive: timeout=5, max=100
2019-03-26 22:39:01,661 DEBUG [org.apache.http.headers] [] http-outgoing-0 << Connection: Keep-Alive
2019-03-26 22:39:01,666 DEBUG [org.apache.http.impl.execchain.MainClientExec] [] Connection can be kept alive for 5000 MILLISECONDS
2019-03-26 22:39:01,669 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "URI="">86pFT04nf0vf+h/qjDD0xGWtc3U=Hf7d8Mo0IpKO1r0FNCo/0ecGhV3VpC6UdmzQcTXqmvwbFg+jUqbqx7uFRCud43omZaRxEdbFcvJG[\n]"
2019-03-26 22:39:01,669 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "3XJ6VFH4lKZWwJSCKOp5JGyCnarAoMlpYo9oCBpPVtMaMWr4a5LQza5zMACL+V1NCA6lNM++FN+W[\n]"
2019-03-26 22:39:01,669 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "X0zRYYGvtFgFi5De0bI+r65nEdumo0BD2qr+J3CQmdfj+6Vx1fn5Suhk/+GIz0bbWHK/5+LutVZq[\n]"
2019-03-26 22:39:01,669 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "dYQtIoiR+VshyDOYrQDtwpcj72isD0+JYmeNrW5IerYLDULf2AGMjhXY4Wg6+jaMIABenobT7e2Q[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "cO8AT35yh/tsLLUwChoYPppyKR5jE6CjdUSRDA==C=GR,O=UPRC Greece,OU=PEPPOL TEST SMP,CN=PDK000207MIIF0jCCA7qgAwIBAgIQOhSivMvvWW2x7NOsjobtSTANBgkqhkiG9w0BAQsFADB5MQswCQYDVQQG[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "EwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTE3[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "MDUGA1UEAxMuUEVQUE9MIFNFUlZJQ0UgTUVUQURBVEEgUFVCTElTSEVSIFRFU1QgQ0EgLSBHMjAe[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "Fw0xODExMjYwMDAwMDBaFw0yMDExMTUyMzU5NTlaMFExEjAQBgNVBAMMCVBESzAwMDIwNzEYMBYG[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "A1UECwwPUEVQUE9MIFRFU1QgU01QMRQwEgYDVQQKDAtVUFJDIEdyZWVjZTELMAkGA1UEBhMCR1Iw[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCj5jx7Dn195bs40yyZZuPK+OTxaAIdoGOJ[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "CRFfZaAEPl6tvarOnAeM8vLq1KYeak9g8bmSB9CDLAbVwuSLRCGmrSTIbzrZbVt19cxJRh4ExB81[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "xGjbIjN6DqBRg3DzaSkc9D8SIAevfu34zx6rvWCjF3LaoskOZ6Nsq4/XY3BXxcHL+p6/OFB4GghP[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "gUyos9Qi8bRC90QTt7alPPo3XrH1+2hRliUgr6rjbUVtzpv3YPTE4NTdoCQcI90i7D7F4TcXPmUW[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "cbYiJvlXHZfbszOldpyj45V5towkL/tTxgo9FlH/KXBJj2/i/9hbkhsiYhlB01A6BTN4gPDVipj1[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "pyYvAgMBAAGjggF8MIIBeDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIDqDAWBgNVHSUBAf8E[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "DDAKBggrBgEFBQcDAjAdBgNVHQ4EFgQUSUTU8YzXBcQLHKLa1OMfL5Iv2D4wXQYDVR0fBFYwVDBS[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "oFCgToZMaHR0cDovL3BraS1jcmwuc3ltYXV0aC5jb20vY2FfYjZkMGRjMWRjMzE0NzcyM2ZlMzZi[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "NzU3NTk5N2FmYzQvTGF0ZXN0Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "dHA6Ly9wa2ktb2NzcC5zeW1hdXRoLmNvbTAfBgNVHSMEGDAWgBR8HbJI8brZCgbKFmOp8HpPvSOd[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "ezAtBgpghkgBhvhFARADBB8wHQYTYIZIAYb4RQEQAQIDAQGBqNWBChYGOTU3NjA4MDkGCmCGSAGG[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "+EUBEAUEKzApAgEAFiRhSFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZWFYwYUM1amIyMD0wDQYJKoZI[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "hvcNAQELBQADggIBAKD6wIj30nAiQbZ+YWYGicN1X6+6WRP9CTAqySXoCQxB6Rt6/ZjBppzudxdA[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "yISGblNctC1iXR+WCzYynL6vNG1bPdURGIrxEHqdNU2DlrDQ3runNkJLsKdIrLg97tdYrfoSovs4[\n]"
2019-03-26 22:39:01,670 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "0sS+UuhpWS1a/pavCD5DeXil9ri5ZYEA7l+K/YTTUqVGAQOTVOoP3/l+zMycs7l4SdKKh15OKawq[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "RlHBFGorVFOi5oyb2b67bbHxRAJkOFJ7TzwPJgbJ/Pmv6+MkAj7TprvGBzk1GAcVsIJjTXBhblug[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "wZzr8vujhqztqiG9q3g4opsxP34ShZA7pxN3PPjolYbWJcr84m1jVnyYB27Q0BxcY51HVnY6Ew50[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "YxUY4bX59E93R6wb4iYfGGdg53AMLROO+RZKJtvxHQHE6bcBc4OorEdgUYOLm8zjUhe/FKhGubBj[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "MkRgHnNDUdN9NiIh1m9RIp+u4cvO8dqVpS9iB13F/P/eWyputwSLgsoO/ukDf6mwwu9qD9anWYus[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "/YihQFpd/joSXJRm4hqBlRpphtC8CV2QcLY2c/Yy9hzBhkGEnVYIiU32kNc5Kyhjyl/YlFXjU+6c[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "pYmiCRU14PcUh3dssfVJr9j6OQJM8N1rHnnN+ifi1ArUMoS7iKw+maH5m8d5Jt5id4lJgqZ/p4oH[\n]"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.wire] [] http-outgoing-0 << "GNNvo1NxzbqsRGtx"
2019-03-26 22:39:01,671 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] [] Connection [id: 0][route: {}->http://test-smp.peppol.gr:80] can be kept alive for 5.0 seconds
2019-03-26 22:39:01,671 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] [] http-outgoing-0: set socket timeout to 0
2019-03-26 22:39:01,672 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] [] Connection released: [id: 0][route: {}->http://test-smp.peppol.gr:80][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
2019-03-26 22:39:01,809 INFO [org.springframework.oxm.jaxb.Jaxb2Marshaller] [] Creating JAXBContext with context path [no.difi.commons.sbdh.jaxb:org.xmlsoap.schemas.soap.envelope:org.w3.soap:org.w3.xmldsig:org.oasis_open.docs.ebxml_bp.ebbp_signals_2:org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704]
2019-03-26 22:39:02,369 DEBUG [no.difi.oxalis.as4.outbound.As4WebServiceTemplate] [] Opening [org.springframework.ws.transport.http.HttpComponentsConnection@49052d39] to [https://test-vefa.difi.no/tbap/as4]
2019-03-26 22:39:02,553 DEBUG [no.difi.oxalis.as4.outbound.WsSecurityInterceptor] [] Securing message [SaajSoapMessage] with actions [Signature Encrypt]
2019-03-26 22:39:02,621 DEBUG [org.apache.xml.security.utils.resolver.ResourceResolver] [] Registered resolver: org.apache.wss4j.dom.resolvers.ResolverAttachment@198cdb8f
2019-03-26 22:39:02,623 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] [] The provider STRTransform was added at position: 11
2019-03-26 22:39:02,623 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] [] The provider AttachmentContentSignatureTransform was added at position: 12
2019-03-26 22:39:02,624 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] [] The provider AttachmentCompleteSignatureTransform was added at position: 13
2019-03-26 22:39:02,629 DEBUG [org.apache.xml.security.Init] [] Registering default algorithms
2019-03-26 22:39:02,661 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] [] The provider ApacheXMLDSig - 2.11 was added at position: 2
2019-03-26 22:39:02,680 DEBUG [org.apache.wss4j.dom.handler.WSHandler] [] partDefs: 'Content' ,'http://www.w3.org/2003/05/soap-envelope' ,'Body'
2019-03-26 22:39:02,680 DEBUG [org.apache.wss4j.dom.handler.WSHandler] [] partDefs: 'Content' ,'http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/' ,'Messaging'
2019-03-26 22:39:02,681 DEBUG [org.apache.wss4j.dom.action.SignatureConfirmationAction] [] Perform Signature confirmation
2019-03-26 22:39:02,681 DEBUG [org.apache.wss4j.dom.handler.WSHandler] [] Performing Action: 2
2019-03-26 22:39:02,723 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Marshalling Reference
2019-03-26 22:39:02,723 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Adding digestValueElem
2019-03-26 22:39:02,723 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Marshalling Reference
2019-03-26 22:39:02,724 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Adding digestValueElem
2019-03-26 22:39:02,724 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Marshalling Reference
2019-03-26 22:39:02,724 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Adding digestValueElem
2019-03-26 22:39:02,728 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2019-03-26 22:39:02,728 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
2019-03-26 22:39:02,729 DEBUG [org.apache.xml.security.transforms.Transform] [] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive"
2019-03-26 22:39:02,729 DEBUG [org.apache.xml.security.transforms.Transform] [] The NodeList is [ds:Transform: null]
2019-03-26 22:39:02,729 DEBUG [org.apache.xml.security.utils.ElementProxy] [] setElement(ds:Transform, "null")
2019-03-26 22:39:02,729 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2019-03-26 22:39:02,729 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] ApacheData = true
2019-03-26 22:39:02,734 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] Pre-digested input:
2019-03-26 22:39:02,735 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] <env:Body xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-1299896f-8c92-4ecb-8c58-2badfbfe2361"></env:Body>
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference object uri = #id-1299896f-8c92-4ecb-8c58-2badfbfe2361
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference digesting completed
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
2019-03-26 22:39:02,736 DEBUG [org.apache.xml.security.transforms.Transform] [] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive"
2019-03-26 22:39:02,736 DEBUG [org.apache.xml.security.transforms.Transform] [] The NodeList is [ds:Transform: null]
2019-03-26 22:39:02,736 DEBUG [org.apache.xml.security.utils.ElementProxy] [] setElement(ds:Transform, "null")
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2019-03-26 22:39:02,736 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] ApacheData = true
2019-03-26 22:39:02,737 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] Pre-digested input:
2019-03-26 22:39:02,737 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] <eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-434fdf24-749e-4e6d-8225-12a30ce8a56e" env:mustUnderstand="true">eb:UserMessageeb:MessageInfoeb:Timestamp2019-03-26T22:39:02.455+01:00</eb:Timestamp>eb:MessageId65e27e0e-3901-4d53-8cb3-64f84f089399@vlcibatch001.intra.infocamere.it</eb:MessageId></eb:MessageInfo>eb:PartyInfoeb:From<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PIT000252</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From>eb:To<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000001</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo>eb:CollaborationInfoeb:AgreementRefurn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="urn:fdc:peppol.eu:2017:identifiers:proc-id">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service>eb:Actionbusdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action>eb:ConversationIdafc4dc51-13a5-4524-b2de-becc18be0eff@vlcibatch001.intra.infocamere.it</eb:ConversationId></eb:CollaborationInfo>eb:MessageProperties<eb:Property name="originalSender">9921:ictest</eb:Property><eb:Property name="finalRecipient">0088:tbcntrl00002</eb:Property></eb:MessageProperties>eb:PayloadInfo<eb:PartInfo href="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">eb:PartProperties<eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging>
2019-03-26 22:39:02,738 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference object uri = #id-434fdf24-749e-4e6d-8225-12a30ce8a56e
2019-03-26 22:39:02,739 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference digesting completed
2019-03-26 22:39:02,739 DEBUG [org.apache.xml.security.utils.resolver.ResourceResolver] [] check resolvability by class org.apache.xml.security.utils.resolver.ResourceResolver
2019-03-26 22:39:02,739 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2019-03-26 22:39:02,740 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheOctetStreamData
2019-03-26 22:39:02,741 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] Pre-digested input:
2019-03-26 22:39:02,741 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] [] ■Y[sロ8~￯ᆵ│→:\|Iᅡ8t↓○z↑\;}│▒▒ᅱ,ヨᄄIᄐ﾿~マᄌa￀8ン○₩a3i'B￧|￧│ᅵ ̄O/ᅴ@yB,ᅡヤ\떠ノᆴ*ネxᅯᅦd}ᄀ￞ᆵ>￷ᅫT%¬.￱￝タtᄀᆰ~ᄇ?フラ￉#₩_ᅥ&(ハᆭᅯヒᄋネp¢Htᄀn8-M{~~>ノ ￲￐ ekᅪCマᆴᅦ5¬nQᄎハᄡ&リ?ム→#ᆭᅳᆬQTJ#Hタ(]|Kᅬaᅢ1ᅥレ(%["R￰￀r○~ᅣネ)モリo(ᅢ|wᄀ¬ネホニf﾿차﾿ヌ8R■￳sᅮᄚᄚᅦQᅣᅦᅳ+cᆲユムᅦwpb￴FAᄎ~vfᆳ.ン→ᅰ￝BヌᄈNワ,aワᅴ$'￴\^ᄎdB;fᅣᄁnト#+qツナ￈+￈ᆳ￸!ᄚ"oテᄊᆴ￵ᅱワ<Q↓ᄀ(P¦ネᆱ]ネrᅮレ'ᅥX+?(NMD¦xᄄᄂ▒■|%ホ44{F﾿g↑ᅥᄍ￞7ᅪユqjワ▒▒ᄇニᄇ@;ᅮ(ユVl9  ̄hムᆴニnNn%▒mqヘᅱ￁$ᄋw7ᅫlᄍ↓n@!ᆪマ8@¬00SᆲᄈNcmᅬw ̄ユ'ᄀ￉*kZoメ야ᅧ▒￸QネD￳y￀￸ᅤg.ノ ᆰ<¬フDᄎᄀ[/₩ノnᄀ.ツᅰᄋrᅥナ! ᄆラᄡᄋIM￙-ᅬ￵ホトp│vK￉dᄑfh ᄡᅲ¦フ따E1Tᅳ~O￴ネ,￰ᄆtE�¬ᅤTKムᅱᄇ○/YユレOᅮᅡᄉ￷Tfp¬ネᅮ-▒ᄏ﾿6￙Ruᆰ2eヘnᅮ\뛙>Od. ᅭb다ム&トpムC}ᄂ8¬￳)フᅲᅫᅡ￐uCᄉg9トLZᄎᆭタ■Pf￷ᄌ￲↓F td￷￰6￈W￸ニ￑xᄑQhᅩヤg￴aホR￐トMFᅧS￞ノテルg'←5_￞ L ̄Tᄉᄃ_ᄒu¦eDᄋ￐1L�ᅲ=I*ᅥKᆭ3¢7￰ᄎSᅬ9#ᄒd￲ワ▒ᆰヒᅱᄁLᄁhn﾿Lw│ノC5ノニX￞_.ンᄏ£ᄅᄆᄉVMᅧ|.Gᄊᆬh5J4゚xヘ그モ￵2ᅢj▒-XmWᄃ
P7↓UᅪR
ᆰ$E
%○_Y￳ᅴノj￧゚L￘ニリKᆳᅤ2;￐ᄀUᄊvᄡ￰Wuᆵ￝mヘ￳kユLHラ￱C¦1
%
Vuᄒ￝ᄑ￉ᆲ%ᅤ;←Rt2h゙￈ ̄フ↓Alラp￸ロ▒^.fQVᅪ﾿ᄇᆰ/ᄈ￐ᄒQンᅭ£ᆰᆳ￯Kᆱ4ᄒt<Eヘ￯マᅤᄉjᅨo▒ヒ￞ᅲᅠᅥᄏラ￱1/ヘi%¢▒ᄏ→}ᄇK;_ᄅ￯?ᅴ￷ヤᅮg￲ᄈmᅬ￐￟qᅮᄏᄒyMᆵS￁h(Y\￯ᅣ }ナ¢zᅳ0ᆱラI￶neテneテ,￳ᆰᄂ■ネS←v8,nヌユ■Vヌᄈ쵸:J+ᆬX↑ツxcf0GᄋUL←
q3uw
=o�ᅤ#=/B゚1qノヌ￁ᆴᄅヘヤ@ᄅ₩,nワ￉"←\ᆭa￶ᆵ▒Zn<Z￉Qヘ;ᅭᅭ￴Yᄐ￈r6.[7ル%￝ワ_ト$e6gqvᄋᆳ○ᅯ￳W니!7ᆰ$C₩￵ᄀj゚g#r#ᅬ12↓ᅬ
£￵ニ+^￲ᄚᄍ u+
ᆰx￙ᅤ;3ᄒᄄPG￴=ヒᆲヤᆭ!4`r ￞ᅱᄡ5+￷B￘c￘ᅲ￁ᅨ■'ノQh
¢dᅴf1ロᆳᅴK�무lᅲ￑￱¢￈X↓['ᆱ4Mムル→ᄑᄁPᅢᅵᅴM゙3ᅪa£ᄍツᆲ￙y0゚￱zAUチ○CタレドラᅡE"=
モ￧ᄄ゙￧p0J
ᄐ=(%リᆪテᄈᆰ￶{ᄐ￧ᄡZ￳k/タハᆳJ'gMᆴW0ヨpラ■ᅳB|チ レノ7ᄐ¬￝qSミワユ¬ᆴニᄀ9{f/^G￸ᄅkDW│ロチ￧¦ᄚa￈チ]ah■Pノᄑᄎヤ↓=￲₩yᅠ-ᆳ%]%ᅳᆰ의ᅵZ+ワᅯ"￴￐

ᅣ▒ᄏ￉Vノ ₩ᄁg^뙈￈Tヒ¥ᄁ│ᄎ3gvヌ<SW

ᅭQレ.q]"lワ￑eyᅭ'メ4￟ᅤ￷¦d)▒l<l▒OpF\1# ゙ᅵ,￶a;￝ᄈメ!<pᆪ(2ᄑmg:ᆴ￞vᄡk￶ ᄁ6ハᅭiン£ᄎᆵ
2019-03-26 22:39:02,743 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference object uri = cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it
2019-03-26 22:39:02,743 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] [] Reference digesting completed
2019-03-26 22:39:02,744 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] [] Signature provider: SunRsaSign version 1.8
2019-03-26 22:39:02,744 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] [] Signing with key: sun.security.rsa.RSAPrivateCrtKeyImpl@fffab989
2019-03-26 22:39:02,744 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] [] JCA Algorithm: SHA256withRSA
2019-03-26 22:39:02,744 DEBUG [org.apache.xml.security.transforms.Transform] [] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive"
2019-03-26 22:39:02,744 DEBUG [org.apache.xml.security.transforms.Transform] [] The NodeList is [ds:CanonicalizationMethod: null]
2019-03-26 22:39:02,745 DEBUG [org.apache.xml.security.utils.ElementProxy] [] setElement(ds:CanonicalizationMethod, "null")
2019-03-26 22:39:02,745 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2019-03-26 22:39:02,745 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] [] isNodeSet() = true
2019-03-26 22:39:02,745 DEBUG [org.apache.xml.security.utils.ElementProxy] [] setElement("ec:InclusiveNamespaces", "null")
2019-03-26 22:39:02,746 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] [] Canonicalized SignedInfo:
2019-03-26 22:39:02,746 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] [] <ds:SignedInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:env="http://www.w3.org/2003/05/soap-envelope"><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"></ec:InclusiveNamespaces></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"></ds:SignatureMethod><ds:Reference URI="#id-1299896f-8c92-4ecb-8c58-2badfbfe2361">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod>ds:DigestValuec0RLxjVdw1i8X5fPYK/YTZqvWl72EKTU21jMvtqafk4=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-434fdf24-749e-4e6d-8225-12a30ce8a56e">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod>ds:DigestValueMPJEHxt3AhixJaHwW/pxGkfyuF+gMXLWiL1GQf/oc24=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">ds:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod>ds:DigestValueuiNUcUhJozvZosCuv0iuGiw+T/3Zj/x2vZm4DJBYPz8=</ds:DigestValue></ds:Reference></ds:SignedInfo>
2019-03-26 22:39:02,746 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] [] Data to be signed/verified:PGRzOlNpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNp
ZyMiIHhtbG5zOmVudj0iaHR0cDovL3d3dy53My5vcmcvMjAwMy8wNS9zb2FwLWVudmVsb3BlIj48
ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIw
MDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0
dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0iZW52Ij48
L2VjOkluY2x1c2l2ZU5hbWVzcGFjZXM+PC9kczpDYW5vbmljYWxpemF0aW9uTWV0aG9kPjxkczpT
aWduYXR1cmVNZXRob2QgQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRz
aWctbW9yZSNyc2Etc2hhMjU2Ij48L2RzOlNpZ25hdHVyZU1ldGhvZD48ZHM6UmVmZXJlbmNlIFVS
ST0iI2lkLTEyOTk4OTZmLThjOTItNGVjYi04YzU4LTJiYWRmYmZlMjM2MSI+PGRzOlRyYW5zZm9y
bXM+PGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1s
LWV4Yy1jMTRuIyI+PC9kczpUcmFuc2Zvcm0+PC9kczpUcmFuc2Zvcm1zPjxkczpEaWdlc3RNZXRo
b2QgQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyNzaGEyNTYiPjwv
ZHM6RGlnZXN0TWV0aG9kPjxkczpEaWdlc3RWYWx1ZT5jMFJMeGpWZHcxaThYNWZQWUsvWVRacXZX
bDcyRUtUVTIxak12dHFhZms0PTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PGRzOlJl
ZmVyZW5jZSBVUkk9IiNpZC00MzRmZGYyNC03NDllLTRlNmQtODIyNS0xMmEzMGNlOGE1NmUiPjxk
czpUcmFuc2Zvcm1zPjxkczpUcmFuc2Zvcm0gQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8y
MDAxLzEwL3htbC1leGMtYzE0biMiPjwvZHM6VHJhbnNmb3JtPjwvZHM6VHJhbnNmb3Jtcz48ZHM6
RGlnZXN0TWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMj
c2hhMjU2Ij48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+TVBKRUh4dDNBaGl4SmFI
d1cvcHhHa2Z5dUYrZ01YTFdpTDFHUWYvb2MyND08L2RzOkRpZ2VzdFZhbHVlPjwvZHM6UmVmZXJl
bmNlPjxkczpSZWZlcmVuY2UgVVJJPSJjaWQ6NGU5ZjVmMDEtYTg5Mi00Y2M0LTg2YmEtMWY0MGFh
ZDI2YmYwQHZsY2liYXRjaDAwMS5pbnRyYS5pbmZvY2FtZXJlLml0Ij48ZHM6VHJhbnNmb3Jtcz48
ZHM6VHJhbnNmb3JtIEFsZ29yaXRobT0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3NzL29h
c2lzLXdzcy1Td0FQcm9maWxlLTEuMSNBdHRhY2htZW50LUNvbnRlbnQtU2lnbmF0dXJlLVRyYW5z
Zm9ybSI+PC9kczpUcmFuc2Zvcm0+PC9kczpUcmFuc2Zvcm1zPjxkczpEaWdlc3RNZXRob2QgQWxn
b3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyNzaGEyNTYiPjwvZHM6RGln
ZXN0TWV0aG9kPjxkczpEaWdlc3RWYWx1ZT51aU5VY1VoSm96dlpvc0N1djBpdUdpdytULzNaai94
MnZabTRESkJZUHo4PTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PC9kczpTaWduZWRJ
bmZvPg==
2019-03-26 22:39:02,788 DEBUG [org.apache.wss4j.dom.handler.WSHandler] [] Performing Action: 4
2019-03-26 22:39:02,794 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,810 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#rsa-oaep
2019-03-26 22:39:02,811 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2001/04/xmlenc#sha256
2019-03-26 22:39:02,813 DEBUG [org.apache.wss4j.dom.message.WSSecEncryptedKey] [] cipher blksize: 0
2019-03-26 22:39:02,816 DEBUG [org.apache.wss4j.dom.message.WSSecEncrypt] [] Beginning Encryption...
2019-03-26 22:39:02,824 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,835 DEBUG [org.apache.xml.security.encryption.XMLCipher] [] Have functional IdentityTransformer: false
2019-03-26 22:39:02,836 DEBUG [org.apache.xml.security.encryption.XMLCipher] [] Getting XMLCipher with transformation
2019-03-26 22:39:02,836 DEBUG [org.apache.xml.security.encryption.XMLCipher] [] Constructing XMLCipher...
2019-03-26 22:39:02,841 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,841 DEBUG [org.apache.xml.security.encryption.XMLCipher] [] JCE Algorithm = AES/GCM/NoPadding
2019-03-26 22:39:02,842 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,842 DEBUG [org.apache.xml.security.algorithms.JCEMapper] [] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,855 DEBUG [org.apache.xml.security.encryption.XMLCipherUtil] [] Saw AES-GCM block cipher, attempting to create GCMParameterSpec: http://www.w3.org/2009/xmlenc11#aes128-gcm
2019-03-26 22:39:02,856 DEBUG [org.apache.xml.security.encryption.XMLCipherUtil] [] Successfully created GCMParameterSpec
2019-03-26 22:39:02,868 DEBUG [org.apache.wss4j.dom.message.WSSecEncrypt] [] Encryption complete.
2019-03-26 22:39:02,878 TRACE [org.springframework.ws.client.MessageTracing.sent] [] Sent request [------=_Part_1_2122349228.1553636342871
Content-Type: application/soap+xml; charset=utf-8

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">env:Header<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true"><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-fa99a871-f1b4-476c-911f-8ede33949d1b"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/><xenc11:MGF Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256" xmlns:xenc11="http://www.w3.org/2009/xmlenc11#"/></xenc:EncryptionMethod><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">wsse:SecurityTokenReference<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">Rcn+oSKJXJw8vGyiRHTKo57Ddk8=</wsse:KeyIdentifier></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherDataxenc:CipherValueNqOu6v3xhGcrJ5GpfCX5/XcddGA8sD5V4gCNBcmscVMekpIpzZrQ+5dIgwvGCVd0sPb21fakwjTB
Mleh3jQKsBZAjz5sLPQpK5JNE5tQFzPmpahPX+hUFPuibBjtCEcxck55/Sn1uTABdVJmhtit5nBK
5cKogPliAy1Oaub2N9V/oIUsQSNsiqfhMwJwcJc+SThkUA1IBs5+fdb/P8Ivq+uWycGR/abA8UD8
AQXdYhlUCPWu87dIHD0IdEJkOq9AN12mFV/i42WMnEUmpWFdA1r0Dr0vsCWeNQoI13bQRUGWId+8
fRZ2Y3XAgEY2KPujqDToISwUcvS2M8bnSTlJQA==</xenc:CipherValue></xenc:CipherData>xenc:ReferenceList<xenc:DataReference URI="#ED-3953571c-25b3-4318-8065-8c349a14525c"/></xenc:ReferenceList></xenc:EncryptedKey><xenc:EncryptedData Id="ED-3953571c-25b3-4318-8065-8c349a14525c" MimeType="application/octet-stream" Type="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes128-gcm"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"><wsse:Reference URI="#EK-fa99a871-f1b4-476c-911f-8ede33949d1b"/></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherData<xenc:CipherReference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">xenc:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Ciphertext-Transform" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/></xenc:Transforms></xenc:CipherReference></xenc:CipherData></xenc:EncryptedData><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c">MIIFwzCCA6ugAwIBAgIQaVGTAxII7HUg/5QOnds9dTANBgkqhkiG9w0BAQsFADBrMQswCQYDVQQG
EwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTEp
MCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBURVNUIENBIC0gRzIwHhcNMTkwMTA5MDAwMDAw
WhcNMjAxMjI5MjM1OTU5WjBQMRIwEAYDVQQDDAlQSVQwMDAyNTIxFzAVBgNVBAsMDlBFUFBPTCBU
RVNUIEFQMRQwEgYDVQQKDAtJbmZvY2FtZXJlIDELMAkGA1UEBhMCSVQwggEiMA0GCSqGSIb3DQEB
AQUAA4IBDwAwggEKAoIBAQCKlfdI6K45Hn2yj2OkeQOeH58ITKzGyHq64OM5WHeCFB+CP6nKU+/1
Lv+9Sxg2u8E0whpgEZjdYetnfm/meQwEPz8ZGK8VvV4dXGDjhF11muXANzLzv9jDXZYcCwQB4LQr
QPFgnS5CiH1tL29qMUEBtyG9BR+mbMS74X/CJUQw95dBVDi8kNdlCy3wSJ4wfjV+VGu14comPKuz
kckYSBF253cekQx0oFmCS3XiqQk9P+VwMwtabHRxguv/VP6iBw+Uby9IeS6dNfpcJ6tYfW86K+QE
zMsJmXRzWQIFVJi5WIPvgOL6J135KMP9d2X7wvFudYaccZAI5rmCTPfQI8DfAgMBAAGjggF8MIIB
eDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIDqDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjAd
BgNVHQ4EFgQUMEiOA6/eZyMO3bo9wRYPwVIzRlMwXQYDVR0fBFYwVDBSoFCgToZMaHR0cDovL3Br
aS1jcmwuc3ltYXV0aC5jb20vY2FfNmE5Mzc3MzRhMzkzYTA4MDViZjMzY2RhOGIzMzEwOTMvTGF0
ZXN0Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9wa2ktb2NzcC5z
eW1hdXRoLmNvbTAfBgNVHSMEGDAWgBRrb0u28Te6Kzx/GM26K7K5fCo36zAtBgpghkgBhvhFARAD
BB8wHQYTYIZIAYb4RQEQAQIDAQGBqZDhAxYGOTU3NjA4MDkGCmCGSAGG+EUBEAUEKzApAgEAFiRh
SFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZWFYwYUM1amIyMD0wDQYJKoZIhvcNAQELBQADggIBACfw
qxUJpdO8NmWQiwCnvnJ7DJSZgSLJBmCvPMWemzm+hmI0hxRC59MdQXN0ABRq/7NAsd00UGl27SYC
N0jyVS0MvTtaFrvRif5DK9Wh8PZ/qPxyDS2hO3pthwOYNieo87oaS0BAhu5g5Rc7w+1FGusx2dH9
is0GnvlqNVWITG9vAIBkYS2P3iuGMsRRkp/0l0YgXH4DimnOSZhN6lIN/anxVW2mWhht503fLkoA
okS/difsw5Md9sb3kcPHGMtbLS7ItMnT8apmzRMUkffKUJ5TwM9hdTgypceRwEI0wHqaVy/opvTZ
8taqgbW4Tk1xnC+EZRpaoFLkc4Of0EZsxyiN5NBzReE9LOx+dmqJH5raYGkcvIxznj2hLhJbrjwP
qY98vflocPrf0UQ3Qptjx0/5PekWi59UKtconmDffH+tBHwvGsfkvKND1ammNkrIexF93udOg64f
v0+7lmXoFOFcns03dl0yZrTVE++GPfrfu4eYwosU8+VTO4gLHeKlQ4iOo2+Daj/Hpvi5L8c6gW4b
wOG93Y1z5n8aCMO9MydTtX0M2vbkzmtUWjmb+Tl/fLpw2FEA7dkfKYmyupCFLn+zxD6kazsml5Qi
xK+S4wJB9z7cypMAsx9fEshjVIX150je0LCzFyWQD1bywHyc4PdmVmxmejWrjhtRnWfuQ1On</wsse:BinarySecurityToken><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-2e9e9086-6ec6-4e9f-b303-b7c9c347f94a">ds:SignedInfo<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/><ds:Reference URI="#id-1299896f-8c92-4ecb-8c58-2badfbfe2361">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValuec0RLxjVdw1i8X5fPYK/YTZqvWl72EKTU21jMvtqafk4=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-434fdf24-749e-4e6d-8225-12a30ce8a56e">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueMPJEHxt3AhixJaHwW/pxGkfyuF+gMXLWiL1GQf/oc24=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">ds:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueuiNUcUhJozvZosCuv0iuGiw+T/3Zj/x2vZm4DJBYPz8=</ds:DigestValue></ds:Reference></ds:SignedInfo>ds:SignatureValueDg74HTbOaEohZgiJ09Fx3szIB61Z+2D7WWQClyBE3AHIRi7oLQSAYJGST2ZdS7V38PvGop8+aU0W
vJxHDxSvyoOygLL+W05K4MDGJe5CtfA0l4Pc10vRPZn3EV2awpLz3ockVrJYy+ji5HJKXSST0x92
WL3mDag+gUyiwwJ5C3HbzxuUhoCPGfbWdX3kqQpzvR1IzmHeCXfxyOVdt/CzT0EjiCBkeQcMihoW
W+miHasEMkcFYOtcxfjwjnv+fy8AWHHOP+opUFfSk9vzkSnauPdkiBezwLe2g7KAzhhB5jTJVtEZ
js+otF/GQm3Ju3mNFBNBWfPpc70BehOvFQNNFg==</ds:SignatureValue><ds:KeyInfo Id="KI-486df343-8ff6-441f-bdd3-3e08ef7d7674"><wsse:SecurityTokenReference wsu:Id="STR-519e8840-1845-4652-9ce3-068d2346d351"><wsse:Reference URI="#X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security><eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true" wsu:Id="id-434fdf24-749e-4e6d-8225-12a30ce8a56e"><eb:UserMessage xmlns:ns3="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0" xmlns:ns8="http://www.w3.org/1999/xlink">eb:MessageInfoeb:Timestamp2019-03-26T22:39:02.455+01:00</eb:Timestamp>eb:MessageId65e27e0e-3901-4d53-8cb3-64f84f089399@vlcibatch001.intra.infocamere.it</eb:MessageId></eb:MessageInfo>eb:PartyInfoeb:From<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PIT000252</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From>eb:To<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000001</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo>eb:CollaborationInfoeb:AgreementRefurn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="urn:fdc:peppol.eu:2017:identifiers:proc-id">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service>eb:Actionbusdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action>eb:ConversationIdafc4dc51-13a5-4524-b2de-becc18be0eff@vlcibatch001.intra.infocamere.it</eb:ConversationId></eb:CollaborationInfo>eb:MessageProperties<eb:Property name="originalSender">9921:ictest</eb:Property><eb:Property name="finalRecipient">0088:tbcntrl00002</eb:Property></eb:MessageProperties>eb:PayloadInfo<eb:PartInfo href="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">eb:PartProperties<eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging></env:Header><env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-1299896f-8c92-4ecb-8c58-2badfbfe2361"/></env:Envelope>
------=_Part_1_2122349228.1553636342871
Content-Type: application/octet-stream
Content-ID: 4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it
Content-Transfer-Encoding: binary

�4�NW�C����y�+@U[j���▒���QM��R��ly���
^��

6�#=�F87����W΢���P}8��qo[@����&���^q��܄��/��J����9�h,J���5�0E+��o=ݕ��{�!��#;�k�jn
������ŗ65-��GW�Z�ՔT�X��
�Nyvv޺2��V�O9�>w�C����KX8��w��h�.���[p������鍙k)�ǘm�h��xp�T����el]�j��ߩ�� ֵ"5VWj J��>
>�DC�kwu[�O��AS��X7���kaL��z��iw���[7jwT�D��d���z���X
�͓�-_$
O�K����{�������m84���'B�2�:�ur6�g>���,�aV�w��()Q-��VI�D<�8�+68s����6��-��S��P.�d�IS���Pau���dCZ�O�P/�V��� �e���mp�ONkM�Gs �&.�v��_��x��-9�nCt6�*�5�#I;�'�u�B��<<Ƒ_�����P�z��C��d|�N��-�l��a���AQ����G�ՇêO�J�/���va��{W����v��&�]�Q��ݦ=�@b6�(ؒ}���PcVBJǁ�p�0�4N[�X����N�����F���dpN�ղe��T�d݁� x@����ps�~��f�����%����%�j2�Ҿ#n�!z�|L�uQxQ�dco��1κ��]>( ��N���Ȓ��K"'x+.�%�
����w�cLR�JW(�����"�g"h�{�/ٺ���NW\��rv�
f�xbx'�'.Mc
���b��u>�4�G���?�Z\���� ��$jF����l�����?��!҈� [�U�����m���9�#�L�L�6e��q��}�� ��Gt��z�>�).�kj�v�HԻ��3f6��d�#�=g;<�+��bL6�~��9������n�����'L���';�հ��<�h�ˈ��?�@v7y�ٲ�M!9�E�h?<���Qb�~�˛=o�v/��X��ȓ�â�;�ɬ���y۩����+L4�#7�T���]|.�X9$ػ_�[�}eסn&�-�S{&�r�B�O▒▒�w2�铲W9�K��,fE�-���������O�e�3�u�AZ�サ��/�)[�����Ռ��� iq�ƛ:�lw���q7��
cY�o�Wh�o� hT2�U�)��v]@�sW� }��q~t!�{���d_D�_(��B�▒▒ܾ��ZF�ÖIw�.���Z+x���҅B���A&�^��б�u�a���֘���9�Q}�(�os����}�e�1���ކ��|�ӮtŴ�ɻu�g�V Ѐ<�B&%�h���0�Q��BT�;y��+���f�M��[�U�]�>tO�o�v�זv�D��41&s�r�2uCL�ׯ�?����}�w����f�����]���Uq�mbD��AW)�\��ҘWg�9��Ee��/���վ6�׎�����H\�h%yh0y#4�1udl����,�ե
�������;��U:�PS#���m�
���:Ybi��Ac�+��o�X���e���`�e�u�n]�_r g6�nM��.kڡ�8��/���Qء���}��L�,�Q�($���B���3������Ћ�GA���}�YY8�ߊ�˟��'�6���IK�:xN����W"{LsPQ�
------=_Part_1_2122349228.1553636342871--]
2019-03-26 22:39:02,896 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] [] Connection request: [route: {s}->https://test-vefa.difi.no:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2019-03-26 22:39:02,900 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] [] Connection leased: [id: 0][route: {s}->https://test-vefa.difi.no:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
2019-03-26 22:39:02,903 DEBUG [org.apache.http.impl.conn.DefaultClientConnectionOperator] [] Connecting to test-vefa.difi.no:443
2019-03-26 22:39:03,238 DEBUG [org.apache.http.client.protocol.RequestAddCookies] [] CookieSpec selected: default
2019-03-26 22:39:03,239 DEBUG [org.apache.http.client.protocol.RequestAuthCache] [] Auth cache not set in the context
2019-03-26 22:39:03,239 DEBUG [org.apache.http.client.protocol.RequestTargetAuthentication] [] Target auth state: UNCHALLENGED
2019-03-26 22:39:03,240 DEBUG [org.apache.http.client.protocol.RequestProxyAuthentication] [] Proxy auth state: UNCHALLENGED
2019-03-26 22:39:03,240 DEBUG [org.apache.http.impl.client.DefaultHttpClient] [] Attempt 1 to execute request
2019-03-26 22:39:03,240 DEBUG [org.apache.http.impl.conn.DefaultClientConnection] [] Sending request: POST /tbap/as4 HTTP/1.1
2019-03-26 22:39:03,240 DEBUG [org.apache.http.wire] [] >> "POST /tbap/as4 HTTP/1.1[\r][\n]"
2019-03-26 22:39:03,240 DEBUG [org.apache.http.wire] [] >> "Accept-Encoding: gzip[\r][\n]"
2019-03-26 22:39:03,240 DEBUG [org.apache.http.wire] [] >> "Accept: application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, /; q=.2[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "Content-Type: multipart/related; boundary="----=_Part_2_1589326257.1553636342879"; type="application/soap+xml"[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "Content-Length: 10238[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "Host: test-vefa.difi.no[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "Connection: Keep-Alive[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "User-Agent: Apache-HttpClient/4.5.7 (Java/1.8.0_191)[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.wire] [] >> "[\r][\n]"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> POST /tbap/as4 HTTP/1.1
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Accept-Encoding: gzip
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Accept: application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, /; q=.2
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Content-Type: multipart/related; boundary="----=_Part_2_1589326257.1553636342879"; type="application/soap+xml"
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Content-Length: 10238
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Host: test-vefa.difi.no
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> Connection: Keep-Alive
2019-03-26 22:39:03,241 DEBUG [org.apache.http.headers] [] >> User-Agent: Apache-HttpClient/4.5.7 (Java/1.8.0_191)
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "------=_Part_2_1589326257.1553636342879[\r][\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "Content-Type: application/soap+xml; charset=utf-8[\r][\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "[\r][\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">env:Header<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true"><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-fa99a871-f1b4-476c-911f-8ede33949d1b"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/><xenc11:MGF Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256" xmlns:xenc11="http://www.w3.org/2009/xmlenc11#"/></xenc:EncryptionMethod><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">wsse:SecurityTokenReference<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">Rcn+oSKJXJw8vGyiRHTKo57Ddk8=</wsse:KeyIdentifier></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherDataxenc:CipherValueNqOu6v3xhGcrJ5GpfCX5/XcddGA8sD5V4gCNBcmscVMekpIpzZrQ+5dIgwvGCVd0sPb21fakwjTB [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "Mleh3jQKsBZAjz5sLPQpK5JNE5tQFzPmpahPX+hUFPuibBjtCEcxck55/Sn1uTABdVJmhtit5nBK [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "5cKogPliAy1Oaub2N9V/oIUsQSNsiqfhMwJwcJc+SThkUA1IBs5+fdb/P8Ivq+uWycGR/abA8UD8 [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "AQXdYhlUCPWu87dIHD0IdEJkOq9AN12mFV/i42WMnEUmpWFdA1r0Dr0vsCWeNQoI13bQRUGWId+8 [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "fRZ2Y3XAgEY2KPujqDToISwUcvS2M8bnSTlJQA==</xenc:CipherValue></xenc:CipherData>xenc:ReferenceList<xenc:DataReference URI="#ED-3953571c-25b3-4318-8065-8c349a14525c"/></xenc:ReferenceList></xenc:EncryptedKey><xenc:EncryptedData Id="ED-3953571c-25b3-4318-8065-8c349a14525c" MimeType="application/octet-stream" Type="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes128-gcm"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"><wsse:Reference URI="#EK-fa99a871-f1b4-476c-911f-8ede33949d1b"/></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherData<xenc:CipherReference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">xenc:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Ciphertext-Transform" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/></xenc:Transforms></xenc:CipherReference></xenc:CipherData></xenc:EncryptedData><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c">MIIFwzCCA6ugAwIBAgIQaVGTAxII7HUg/5QOnds9dTANBgkqhkiG9w0BAQsFADBrMQswCQYDVQQG [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "EwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTEp [\n]"
2019-03-26 22:39:03,245 DEBUG [org.apache.http.wire] [] >> "MCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBURVNUIENBIC0gRzIwHhcNMTkwMTA5MDAwMDAw [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "WhcNMjAxMjI5MjM1OTU5WjBQMRIwEAYDVQQDDAlQSVQwMDAyNTIxFzAVBgNVBAsMDlBFUFBPTCBU [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "RVNUIEFQMRQwEgYDVQQKDAtJbmZvY2FtZXJlIDELMAkGA1UEBhMCSVQwggEiMA0GCSqGSIb3DQEB [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "AQUAA4IBDwAwggEKAoIBAQCKlfdI6K45Hn2yj2OkeQOeH58ITKzGyHq64OM5WHeCFB+CP6nKU+/1 [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "Lv+9Sxg2u8E0whpgEZjdYetnfm/meQwEPz8ZGK8VvV4dXGDjhF11muXANzLzv9jDXZYcCwQB4LQr [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "QPFgnS5CiH1tL29qMUEBtyG9BR+mbMS74X/CJUQw95dBVDi8kNdlCy3wSJ4wfjV+VGu14comPKuz [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "kckYSBF253cekQx0oFmCS3XiqQk9P+VwMwtabHRxguv/VP6iBw+Uby9IeS6dNfpcJ6tYfW86K+QE [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "zMsJmXRzWQIFVJi5WIPvgOL6J135KMP9d2X7wvFudYaccZAI5rmCTPfQI8DfAgMBAAGjggF8MIIB [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "eDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIDqDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjAd [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "BgNVHQ4EFgQUMEiOA6/eZyMO3bo9wRYPwVIzRlMwXQYDVR0fBFYwVDBSoFCgToZMaHR0cDovL3Br [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "aS1jcmwuc3ltYXV0aC5jb20vY2FfNmE5Mzc3MzRhMzkzYTA4MDViZjMzY2RhOGIzMzEwOTMvTGF0 [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "ZXN0Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9wa2ktb2NzcC5z [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "eW1hdXRoLmNvbTAfBgNVHSMEGDAWgBRrb0u28Te6Kzx/GM26K7K5fCo36zAtBgpghkgBhvhFARAD [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "BB8wHQYTYIZIAYb4RQEQAQIDAQGBqZDhAxYGOTU3NjA4MDkGCmCGSAGG+EUBEAUEKzApAgEAFiRh [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "SFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZWFYwYUM1amIyMD0wDQYJKoZIhvcNAQELBQADggIBACfw [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "qxUJpdO8NmWQiwCnvnJ7DJSZgSLJBmCvPMWemzm+hmI0hxRC59MdQXN0ABRq/7NAsd00UGl27SYC [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "N0jyVS0MvTtaFrvRif5DK9Wh8PZ/qPxyDS2hO3pthwOYNieo87oaS0BAhu5g5Rc7w+1FGusx2dH9 [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "is0GnvlqNVWITG9vAIBkYS2P3iuGMsRRkp/0l0YgXH4DimnOSZhN6lIN/anxVW2mWhht503fLkoA [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "okS/difsw5Md9sb3kcPHGMtbLS7ItMnT8apmzRMUkffKUJ5TwM9hdTgypceRwEI0wHqaVy/opvTZ [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "8taqgbW4Tk1xnC+EZRpaoFLkc4Of0EZsxyiN5NBzReE9LOx+dmqJH5raYGkcvIxznj2hLhJbrjwP [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "qY98vflocPrf0UQ3Qptjx0/5PekWi59UKtconmDffH+tBHwvGsfkvKND1ammNkrIexF93udOg64f [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "v0+7lmXoFOFcns03dl0yZrTVE++GPfrfu4eYwosU8+VTO4gLHeKlQ4iOo2+Daj/Hpvi5L8c6gW4b [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "wOG93Y1z5n8aCMO9MydTtX0M2vbkzmtUWjmb+Tl/fLpw2FEA7dkfKYmyupCFLn+zxD6kazsml5Qi [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "xK+S4wJB9z7cypMAsx9fEshjVIX150je0LCzFyWQD1bywHyc4PdmVmxmejWrjhtRnWfuQ1On</wsse:BinarySecurityToken><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-2e9e9086-6ec6-4e9f-b303-b7c9c347f94a">ds:SignedInfo<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/><ds:Reference URI="#id-1299896f-8c92-4ecb-8c58-2badfbfe2361">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValuec0RLxjVdw1i8X5fPYK/YTZqvWl72EKTU21jMvtqafk4=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-434fdf24-749e-4e6d-8225-12a30ce8a56e">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueMPJEHxt3AhixJaHwW/pxGkfyuF+gMXLWiL1GQf/oc24=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">ds:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueuiNUcUhJozvZosCuv0iuGiw+T/3Zj/x2vZm4DJBYPz8=</ds:DigestValue></ds:Reference></ds:SignedInfo>ds:SignatureValueDg74HTbOaEohZgiJ09Fx3szIB61Z+2D7WWQClyBE3AHIRi7oLQSAYJGST2ZdS7V38PvGop8+aU0W [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "vJxHDxSvyoOygLL+W05K4MDGJe5CtfA0l4Pc10vRPZn3EV2awpLz3ockVrJYy+ji5HJKXSST0x92 [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "WL3mDag+gUyiwwJ5C3HbzxuUhoCPGfbWdX3kqQpzvR1IzmHeCXfxyOVdt/CzT0EjiCBkeQcMihoW [\n]"
2019-03-26 22:39:03,246 DEBUG [org.apache.http.wire] [] >> "W+miHasEMkcFYOtcxfjwjnv+fy8AWHHOP+opUFfSk9vzkSnauPdkiBezwLe2g7KAzhhB5jTJVtEZ [\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "js+otF/GQm3Ju3mNFBNBWfPpc70BehOvFQNNFg==</ds:SignatureValue><ds:KeyInfo Id="KI-486df343-8ff6-441f-bdd3-3e08ef7d7674"><wsse:SecurityTokenReference wsu:Id="STR-519e8840-1845-4652-9ce3-068d2346d351"><wsse:Reference URI="#X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security><eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true" wsu:Id="id-434fdf24-749e-4e6d-8225-12a30ce8a56e"><eb:UserMessage xmlns:ns3="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0" xmlns:ns8="http://www.w3.org/1999/xlink">eb:MessageInfoeb:Timestamp2019-03-26T22:39:02.455+01:00</eb:Timestamp>eb:MessageId65e27e0e-3901-4d53-8cb3-64f84f089399@vlcibatch001.intra.infocamere.it</eb:MessageId></eb:MessageInfo>eb:PartyInfoeb:From<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PIT000252</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From>eb:To<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000001</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo>eb:CollaborationInfoeb:AgreementRefurn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="urn:fdc:peppol.eu:2017:identifiers:proc-id">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service>eb:Actionbusdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action>eb:ConversationIdafc4dc51-13a5-4524-b2de-becc18be0eff@vlcibatch001.intra.infocamere.it</eb:ConversationId></eb:CollaborationInfo>eb:MessageProperties<eb:Property name="originalSender">9921:ictest</eb:Property><eb:Property name="finalRecipient">0088:tbcntrl00002</eb:Property></eb:MessageProperties>eb:PayloadInfo<eb:PartInfo href="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">eb:PartProperties<eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging></env:Header><env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-1299896f-8c92-4ecb-8c58-2badfbfe2361"/></env:Envelope>[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "------=_Part_2_1589326257.1553636342879[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "Content-Type: application/octet-stream[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "Content-ID: 4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "Content-Transfer-Encoding: binary[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "[\r][\n]"
2019-03-26 22:39:03,247 DEBUG [org.apache.http.wire] [] >> "------=_Part_2_1589326257.1553636342879--"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "HTTP/1.1 500 Server Error[\r][\n]"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "Server: nginx[\r][\n]"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "Date: Tue, 26 Mar 2019 21:39:03 GMT[\r][\n]"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "Content-Type: application/soap+xml; charset=UTF-8[\r][\n]"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "Transfer-Encoding: chunked[\r][\n]"
2019-03-26 22:39:03,309 DEBUG [org.apache.http.wire] [] << "Connection: keep-alive[\r][\n]"
2019-03-26 22:39:03,310 DEBUG [org.apache.http.wire] [] << "[\r][\n]"
2019-03-26 22:39:03,310 DEBUG [org.apache.http.impl.conn.DefaultClientConnection] [] Receiving response: HTTP/1.1 500 Server Error
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << HTTP/1.1 500 Server Error
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << Server: nginx
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << Date: Tue, 26 Mar 2019 21:39:03 GMT
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << Content-Type: application/soap+xml; charset=UTF-8
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << Transfer-Encoding: chunked
2019-03-26 22:39:03,310 DEBUG [org.apache.http.headers] [] << Connection: keep-alive
2019-03-26 22:39:03,311 DEBUG [org.apache.http.impl.client.DefaultHttpClient] [] Connection can be kept alive indefinitely
2019-03-26 22:39:03,316 DEBUG [org.apache.http.wire] [] << "1a8[\r][\n]"
2019-03-26 22:39:03,317 DEBUG [org.apache.http.wire] [] << "<"
2019-03-26 22:39:03,317 DEBUG [org.apache.http.wire] [] << "soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">soap:Bodysoap:Faultsoap:Codesoap:Valuesoap:Sender</soap:Value>soap:Subcode<soap:Value xmlns:ns1="http://ws.apache.org/wss4j">ns1:SecurityError</soap:Value></soap:Subcode></soap:Code>soap:Reason<soap:Text xml:lang="en">A security error was encountered when verifying the message</soap:Text></soap:Reason></soap:Fault></soap:Body></soap:Envelope>"
2019-03-26 22:39:03,318 DEBUG [org.apache.http.wire] [] << "[\r][\n]"
2019-03-26 22:39:03,318 DEBUG [org.apache.http.wire] [] << "0[\r][\n]"
2019-03-26 22:39:03,318 DEBUG [org.apache.http.wire] [] << "[\r][\n]"
2019-03-26 22:39:03,318 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] [] Connection [id: 0][route: {s}->https://test-vefa.difi.no:443] can be kept alive indefinitely
2019-03-26 22:39:03,318 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] [] Connection released: [id: 0][route: {s}->https://test-vefa.difi.no:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
2019-03-26 22:39:03,325 TRACE [org.springframework.ws.client.MessageTracing.received] [] Received response [<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">soap:Bodysoap:Faultsoap:Codesoap:Valuesoap:Sender</soap:Value>soap:Subcode<soap:Value xmlns:ns1="http://ws.apache.org/wss4j">ns1:SecurityError</soap:Value></soap:Subcode></soap:Code>soap:Reason<soap:Text xml:lang="en">A security error was encountered when verifying the message</soap:Text></soap:Reason></soap:Fault></soap:Body></soap:Envelope>] for request [------=_Part_3_1142114596.1553636343322
Content-Type: application/soap+xml; charset=utf-8

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">env:Header<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true"><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-fa99a871-f1b4-476c-911f-8ede33949d1b"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/><xenc11:MGF Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256" xmlns:xenc11="http://www.w3.org/2009/xmlenc11#"/></xenc:EncryptionMethod><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">wsse:SecurityTokenReference<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">Rcn+oSKJXJw8vGyiRHTKo57Ddk8=</wsse:KeyIdentifier></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherDataxenc:CipherValueNqOu6v3xhGcrJ5GpfCX5/XcddGA8sD5V4gCNBcmscVMekpIpzZrQ+5dIgwvGCVd0sPb21fakwjTB
Mleh3jQKsBZAjz5sLPQpK5JNE5tQFzPmpahPX+hUFPuibBjtCEcxck55/Sn1uTABdVJmhtit5nBK
5cKogPliAy1Oaub2N9V/oIUsQSNsiqfhMwJwcJc+SThkUA1IBs5+fdb/P8Ivq+uWycGR/abA8UD8
AQXdYhlUCPWu87dIHD0IdEJkOq9AN12mFV/i42WMnEUmpWFdA1r0Dr0vsCWeNQoI13bQRUGWId+8
fRZ2Y3XAgEY2KPujqDToISwUcvS2M8bnSTlJQA==</xenc:CipherValue></xenc:CipherData>xenc:ReferenceList<xenc:DataReference URI="#ED-3953571c-25b3-4318-8065-8c349a14525c"/></xenc:ReferenceList></xenc:EncryptedKey><xenc:EncryptedData Id="ED-3953571c-25b3-4318-8065-8c349a14525c" MimeType="application/octet-stream" Type="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes128-gcm"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"><wsse:Reference URI="#EK-fa99a871-f1b4-476c-911f-8ede33949d1b"/></wsse:SecurityTokenReference></ds:KeyInfo>xenc:CipherData<xenc:CipherReference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">xenc:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Ciphertext-Transform" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/></xenc:Transforms></xenc:CipherReference></xenc:CipherData></xenc:EncryptedData><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c">MIIFwzCCA6ugAwIBAgIQaVGTAxII7HUg/5QOnds9dTANBgkqhkiG9w0BAQsFADBrMQswCQYDVQQG
EwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTEp
MCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBURVNUIENBIC0gRzIwHhcNMTkwMTA5MDAwMDAw
WhcNMjAxMjI5MjM1OTU5WjBQMRIwEAYDVQQDDAlQSVQwMDAyNTIxFzAVBgNVBAsMDlBFUFBPTCBU
RVNUIEFQMRQwEgYDVQQKDAtJbmZvY2FtZXJlIDELMAkGA1UEBhMCSVQwggEiMA0GCSqGSIb3DQEB
AQUAA4IBDwAwggEKAoIBAQCKlfdI6K45Hn2yj2OkeQOeH58ITKzGyHq64OM5WHeCFB+CP6nKU+/1
Lv+9Sxg2u8E0whpgEZjdYetnfm/meQwEPz8ZGK8VvV4dXGDjhF11muXANzLzv9jDXZYcCwQB4LQr
QPFgnS5CiH1tL29qMUEBtyG9BR+mbMS74X/CJUQw95dBVDi8kNdlCy3wSJ4wfjV+VGu14comPKuz
kckYSBF253cekQx0oFmCS3XiqQk9P+VwMwtabHRxguv/VP6iBw+Uby9IeS6dNfpcJ6tYfW86K+QE
zMsJmXRzWQIFVJi5WIPvgOL6J135KMP9d2X7wvFudYaccZAI5rmCTPfQI8DfAgMBAAGjggF8MIIB
eDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIDqDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjAd
BgNVHQ4EFgQUMEiOA6/eZyMO3bo9wRYPwVIzRlMwXQYDVR0fBFYwVDBSoFCgToZMaHR0cDovL3Br
aS1jcmwuc3ltYXV0aC5jb20vY2FfNmE5Mzc3MzRhMzkzYTA4MDViZjMzY2RhOGIzMzEwOTMvTGF0
ZXN0Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9wa2ktb2NzcC5z
eW1hdXRoLmNvbTAfBgNVHSMEGDAWgBRrb0u28Te6Kzx/GM26K7K5fCo36zAtBgpghkgBhvhFARAD
BB8wHQYTYIZIAYb4RQEQAQIDAQGBqZDhAxYGOTU3NjA4MDkGCmCGSAGG+EUBEAUEKzApAgEAFiRh
SFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZWFYwYUM1amIyMD0wDQYJKoZIhvcNAQELBQADggIBACfw
qxUJpdO8NmWQiwCnvnJ7DJSZgSLJBmCvPMWemzm+hmI0hxRC59MdQXN0ABRq/7NAsd00UGl27SYC
N0jyVS0MvTtaFrvRif5DK9Wh8PZ/qPxyDS2hO3pthwOYNieo87oaS0BAhu5g5Rc7w+1FGusx2dH9
is0GnvlqNVWITG9vAIBkYS2P3iuGMsRRkp/0l0YgXH4DimnOSZhN6lIN/anxVW2mWhht503fLkoA
okS/difsw5Md9sb3kcPHGMtbLS7ItMnT8apmzRMUkffKUJ5TwM9hdTgypceRwEI0wHqaVy/opvTZ
8taqgbW4Tk1xnC+EZRpaoFLkc4Of0EZsxyiN5NBzReE9LOx+dmqJH5raYGkcvIxznj2hLhJbrjwP
qY98vflocPrf0UQ3Qptjx0/5PekWi59UKtconmDffH+tBHwvGsfkvKND1ammNkrIexF93udOg64f
v0+7lmXoFOFcns03dl0yZrTVE++GPfrfu4eYwosU8+VTO4gLHeKlQ4iOo2+Daj/Hpvi5L8c6gW4b
wOG93Y1z5n8aCMO9MydTtX0M2vbkzmtUWjmb+Tl/fLpw2FEA7dkfKYmyupCFLn+zxD6kazsml5Qi
xK+S4wJB9z7cypMAsx9fEshjVIX150je0LCzFyWQD1bywHyc4PdmVmxmejWrjhtRnWfuQ1On</wsse:BinarySecurityToken><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-2e9e9086-6ec6-4e9f-b303-b7c9c347f94a">ds:SignedInfo<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/><ds:Reference URI="#id-1299896f-8c92-4ecb-8c58-2badfbfe2361">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValuec0RLxjVdw1i8X5fPYK/YTZqvWl72EKTU21jMvtqafk4=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-434fdf24-749e-4e6d-8225-12a30ce8a56e">ds:Transforms<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueMPJEHxt3AhixJaHwW/pxGkfyuF+gMXLWiL1GQf/oc24=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">ds:Transforms<ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>ds:DigestValueuiNUcUhJozvZosCuv0iuGiw+T/3Zj/x2vZm4DJBYPz8=</ds:DigestValue></ds:Reference></ds:SignedInfo>ds:SignatureValueDg74HTbOaEohZgiJ09Fx3szIB61Z+2D7WWQClyBE3AHIRi7oLQSAYJGST2ZdS7V38PvGop8+aU0W
vJxHDxSvyoOygLL+W05K4MDGJe5CtfA0l4Pc10vRPZn3EV2awpLz3ockVrJYy+ji5HJKXSST0x92
WL3mDag+gUyiwwJ5C3HbzxuUhoCPGfbWdX3kqQpzvR1IzmHeCXfxyOVdt/CzT0EjiCBkeQcMihoW
W+miHasEMkcFYOtcxfjwjnv+fy8AWHHOP+opUFfSk9vzkSnauPdkiBezwLe2g7KAzhhB5jTJVtEZ
js+otF/GQm3Ju3mNFBNBWfPpc70BehOvFQNNFg==</ds:SignatureValue><ds:KeyInfo Id="KI-486df343-8ff6-441f-bdd3-3e08ef7d7674"><wsse:SecurityTokenReference wsu:Id="STR-519e8840-1845-4652-9ce3-068d2346d351"><wsse:Reference URI="#X509-1daa5495-12d8-4f5a-8b0c-2c5d68dbe74c" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security><eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true" wsu:Id="id-434fdf24-749e-4e6d-8225-12a30ce8a56e"><eb:UserMessage xmlns:ns3="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0" xmlns:ns8="http://www.w3.org/1999/xlink">eb:MessageInfoeb:Timestamp2019-03-26T22:39:02.455+01:00</eb:Timestamp>eb:MessageId65e27e0e-3901-4d53-8cb3-64f84f089399@vlcibatch001.intra.infocamere.it</eb:MessageId></eb:MessageInfo>eb:PartyInfoeb:From<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PIT000252</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From>eb:To<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000001</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo>eb:CollaborationInfoeb:AgreementRefurn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="urn:fdc:peppol.eu:2017:identifiers:proc-id">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service>eb:Actionbusdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action>eb:ConversationIdafc4dc51-13a5-4524-b2de-becc18be0eff@vlcibatch001.intra.infocamere.it</eb:ConversationId></eb:CollaborationInfo>eb:MessageProperties<eb:Property name="originalSender">9921:ictest</eb:Property><eb:Property name="finalRecipient">0088:tbcntrl00002</eb:Property></eb:MessageProperties>eb:PayloadInfo<eb:PartInfo href="cid:4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it">eb:PartProperties<eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging></env:Header><env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-1299896f-8c92-4ecb-8c58-2badfbfe2361"/></env:Envelope>
------=_Part_3_1142114596.1553636343322
Content-Type: application/octet-stream
Content-ID: 4e9f5f01-a892-4cc4-86ba-1f40aad26bf0@vlcibatch001.intra.infocamere.it
Content-Transfer-Encoding: binary

------=_Part_3_1142114596.1553636343322--]
2019-03-26 22:39:03,327 DEBUG [no.difi.oxalis.as4.outbound.As4WebServiceTemplate] [] Received Fault message for request [SaajSoapMessage]
2019-03-26 22:39:03,332 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [] [9761def9-41d6-4903-bb0e-f4ca4462a4b4] A security error was encountered when verifying the message
org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:65)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-03-26 22:39:03,333 ERROR [eu.sendregning.oxalis.Main] [] Execution failed: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
java.util.concurrent.ExecutionException: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:65)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:21)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Auto send Test

if i send the document to my AS4 Access Point Receiver I get the following error

2019-03-26 22:29:27,185 INFO [org.apache.cxf.services.As4Provider.REQ_IN] [] REQ_IN
Address: https://peppolcl.infocamere.it/oxalis/as4
HttpMethod: POST
Content-Type: multipart/related; boundary="----=_Part_2_1636359788.1553639362250"; type="application/soap+xml"
ExchangeId: 1e3d1ea5-c4ec-4e09-a604-99dc6bf3babe
ServiceName: As4ProviderService
PortName: As4ProviderPort
PortTypeName: As4Provider
Headers: {Accept=application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, /; q=.2, host=peppolcl.infocamere.it, connection=Keep-Alive, content-type=multipart/related; boundary="----=_Part_2_1636359788.1553639362250"; type="application/soap+xml", Content-Length=10130, user-agent=Apache-HttpClient/4.5.7 (Java/1.8.0_45)}

2019-03-26 22:29:27,185 DEBUG [org.apache.cxf.phase.PhaseInterceptorChain] [] Invoking handleFault on interceptor org.apache.cxf.ext.logging.WireTapIn@525471b6
2019-03-26 22:29:27,185 DEBUG [org.apache.cxf.phase.PhaseInterceptorChain] [] Invoking handleFault on interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@1d4c43b8
2019-03-26 22:29:27,185 DEBUG [org.apache.cxf.phase.PhaseInterceptorChain] [] Invoking handleFault on interceptor org.apache.cxf.ws.policy.PolicyInInterceptor@6fc02fb5
2019-03-26 22:29:27,186 WARN [org.apache.cxf.phase.PhaseInterceptorChain] [] Interceptor for {http://inbound.as4.oxalis.difi.no/}As4ProviderService has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
at org.apache.cxf.ws.security.wss4j.WSS4JUtils.createSoapFault(WSS4JUtils.java:236)
at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:341)
at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:176)
at no.difi.oxalis.as4.inbound.OxalisAS4WsInInterceptor.handleMessage(OxalisAS4WsInInterceptor.java:39)
at no.difi.oxalis.as4.inbound.OxalisAS4WsInInterceptor.handleMessage(OxalisAS4WsInInterceptor.java:20)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.transport.MultipleEndpointObserver.onMessage(MultipleEndpointObserver.java:98)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:191)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:220)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:661)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276)
at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:290)
at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:280)
at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:184)
at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:89)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85)
at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:188)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:121)
at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:133)
at no.difi.oxalis.dist.war.WarGuiceFilter.doFilter(WarGuiceFilter.java:21)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.ha.session.JvmRouteBinderValve.invoke(JvmRouteBinderValve.java:182)
at org.apache.catalina.ha.tcp.ReplicationValve.invoke(ReplicationValve.java:322)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.wss4j.common.ext.WSSecurityException: javax.xml.crypto.dsig.TransformException: java.lang.IndexOutOfBoundsException
at org.apache.wss4j.dom.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:400)
at org.apache.wss4j.dom.processor.SignatureProcessor.handleToken(SignatureProcessor.java:233)
at org.apache.wss4j.dom.engine.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:340)
at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:285)
... 45 common frames omitted
Caused by: javax.xml.crypto.dsig.XMLSignatureException: javax.xml.crypto.dsig.TransformException: java.lang.IndexOutOfBoundsException
at org.apache.jcp.xml.dsig.internal.dom.DOMReference.transform(DOMReference.java:531)
at org.apache.jcp.xml.dsig.internal.dom.DOMReference.validate(DOMReference.java:371)
at org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature.validate(DOMXMLSignature.java:265)
at org.apache.wss4j.dom.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:373)
... 48 common frames omitted
Caused by: javax.xml.crypto.dsig.TransformException: java.lang.IndexOutOfBoundsException
at org.apache.wss4j.dom.transform.AttachmentContentSignatureTransform.attachmentRequestCallback(AttachmentContentSignatureTransform.java:130)
at org.apache.wss4j.dom.transform.AttachmentContentSignatureTransform.transform(AttachmentContentSignatureTransform.java:113)
at org.apache.jcp.xml.dsig.internal.dom.DOMTransform.transform(DOMTransform.java:159)
at org.apache.jcp.xml.dsig.internal.dom.DOMReference.transform(DOMReference.java:443)
... 51 common frames omitted
Caused by: java.lang.IndexOutOfBoundsException: null
at java.io.ByteArrayInputStream.read(ByteArrayInputStream.java:180)
at org.apache.wss4j.common.util.AttachmentUtils$1.initCipher(AttachmentUtils.java:491)
at org.apache.wss4j.common.util.AttachmentUtils$1.available(AttachmentUtils.java:543)
at org.apache.cxf.helpers.IOUtils.copy(IOUtils.java:187)
at org.apache.cxf.helpers.IOUtils.copy(IOUtils.java:146)
at org.apache.cxf.attachment.AttachmentDataSource.cache(AttachmentDataSource.java:54)
at org.apache.cxf.attachment.AttachmentDeserializer.cacheStreamedAttachments(AttachmentDeserializer.java:225)
at org.apache.cxf.attachment.AttachmentDeserializer.readNext(AttachmentDeserializer.java:197)
at org.apache.cxf.attachment.LazyAttachmentCollection.loadAll(LazyAttachmentCollection.java:52)
at org.apache.cxf.attachment.LazyAttachmentCollection.size(LazyAttachmentCollection.java:125)
at org.apache.cxf.ws.security.wss4j.AttachmentCallbackHandler.loadAttachments(AttachmentCallbackHandler.java:123)
at org.apache.cxf.ws.security.wss4j.AttachmentCallbackHandler.handle(AttachmentCallbackHandler.java:66)
at org.apache.wss4j.dom.transform.AttachmentContentSignatureTransform.attachmentRequestCallback(AttachmentContentSignatureTransform.java:128)
... 54 common frames omitted

AS4 Inbound handler does not check MessageID compliance accorting to rfc 2822

The AS4 Inbound handler does not check MessageID compliance when receiving a message, according to rfc 2822.
https://github.com/difi/Oxalis-AS4/blob/c6ac657a7582e772db15fe49ffd7ab931f73abbe/src/main/java/no/difi/oxalis/as4/inbound/As4InboundHandler.java#L85

It also creates receipt messageIDs that are not compliant with rfc 2822
see: https://github.com/difi/Oxalis-AS4/blob/c6ac657a7582e772db15fe49ffd7ab931f73abbe/src/main/java/no/difi/oxalis/as4/inbound/As4InboundHandler.java#L183

and #5 for more information

A security error was encountered when verifying the message

Dear Oxalis team,

When I run this command:
java -cp "/opt/oxalis/oxalis-dist/oxalis-distribution/target/oxalis-distribution-4.1.1-SNAPSHOT-distro/bin/:/opt/oxalis/oxalis-extension/oxalis-as4-4.1.0-SNAPSHOT-dist/" eu.sendregning.oxalis.Main
-f /var/peppol/IN/0192_test/0088_tbcntrl00002/d33c334c-6e87-4baf-ba4f-5ffabfab7336_ip-10-10-208-232.eu-west-1.compute.internal.doc.xml
-u https://ehf.bilagsky.no/as4
-cert /opt/tomcat9/.oxalis/cert/test/AP/test.pem
--protocol peppol-transport-as4-v2_0
==>> SUCCESS

BUT I got a problem when send back to test bed without -u

image

[root@EHF bin]# java -cp "/opt/oxalis/oxalis-dist/oxalis-distribution/target/oxalis-distribution-4.1.1-SNAPSHOT-distro/bin/:/opt/oxalis/oxalis-extension/oxalis-as4-4.1.0-SNAP SHOT-dist/" eu.sendregning.oxalis.Main
-f /var/peppol/IN/0192_test/0088_tbcntrl00002/d33c334c-6e87-4baf-ba4f-5ffabfab7336_ip-10-10-208-232.eu-west-1.compute.internal.doc.xml
2020-01-06 22:58:50,846 INFO [no.difi.oxalis.commons.filesystem.detector.EnvironmentHomeDetector] Using Oxalis folder specified as environment variable 'OXALIS_HOME' with valu e '/opt/tomcat9/.oxalis'.
2020-01-06 22:58:50,861 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: /opt/tomcat9/.oxalis
2020-01-06 22:58:50,862 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: /opt/tomcat9/.oxalis
2020-01-06 22:58:50,862 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: /opt/tomcat9/.oxalis/oxalis.conf
2020-01-06 22:58:50,874 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:
2020-01-06 22:58:50,874 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: /var/peppol/IN
2020-01-06 22:58:50,874 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null
2020-01-06 22:58:52,112 INFO [no.difi.oxalis.commons.filesystem.detector.EnvironmentHomeDetector] Using Oxalis folder specified as environment variable 'OXALIS_HOME' with valu e '/opt/tomcat9/.oxalis'.
2020-01-06 22:58:52,113 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: /opt/tomcat9/.oxalis
2020-01-06 22:58:52,113 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: /opt/tomcat9/.oxalis
2020-01-06 22:58:52,113 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: /opt/tomcat9/.oxalis/oxalis.conf
2020-01-06 22:58:52,135 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_TOTAL: 20
2020-01-06 22:58:52,135 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_MAX_ROUTE: 2
2020-01-06 22:58:52,135 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_CONNECT: 0
2020-01-06 22:58:52,135 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_READ: 0
2020-01-06 22:58:52,135 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_SOCKET: 0
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Error => TRACKER: quiet
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS2 => NOTIFICATION: [email protected]
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: /var/peppol/IN
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => HOSTNAME:
2020-01-06 22:58:52,136 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => MSGID_GENERATOR: default
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PATH: test.jks
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PASSWORD: ***
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_ALIAS: te-10580b15-d36f-45b6-bed2-417ccfda69da
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_PASSWORD: ***
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Header => PARSER: sbdh
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => PAYLOAD: default
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => RECEIPT: default
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => EXCEPTION: default
2020-01-06 22:58:52,137 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => HANDLER: default
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => REPORTER: noop
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => HTTP: null
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => TRACER: noop
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => DEFAULT: 50
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => STATISTICS: 50
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tag => GENERATOR: noop
2020-01-06 22:58:52,138 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Timestamp => SERVICE: system
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Evidence => SERVICE: rem
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => DETECTOR: noop
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => WRAPPER: xml
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Statistics => SERVICE: noop
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transmission => VERIFIER: default
2020-01-06 22:58:52,139 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => HOSTNAME:
2020-01-06 22:58:52,140 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => MSGID_GENERATOR: default
2020-01-06 22:58:52,140 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => TYPE: peppol
2020-01-06 22:58:52,140 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => CONFIG: null
2020-01-06 22:58:52,140 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => SERVICE: logback
2020-01-06 22:58:52,251 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate subject: C=NO, O=Oryton AS, OU=PEPPOL TEST AP, CN=PNO000318
2020-01-06 22:58:52,251 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
2020-01-06 22:58:54,867 INFO [no.difi.vefa.peppol.security.ModeDetector] Detected mode: TEST
2020-01-06 22:58:54,881 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles:
2020-01-06 22:58:54,882 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0
2020-01-06 22:58:54,882 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => bdxr-transport-ebms3-as4-v1p0
2020-01-06 22:58:54,882 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2020-01-06 22:58:54,882 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0
2020-01-06 22:58:54,882 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0

2020-01-06 22:58:57,938 INFO [org.springframework.oxm.jaxb.Jaxb2Marshaller] Creating JAXBContext with context path [no.difi.commons.sbdh.jaxb:org.xmlsoap.schemas.soap.envelope :org.w3.soap:org.w3.xmldsig:org.oasis_open.docs.ebxml_bp.ebbp_signals_2:org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704]
2020-01-06 22:59:00,927 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [8f195de5-1a03-46c1-90fc-a46eccefba7d] A security error was encountered when verifying the messa ge
org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:72)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:22)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:166)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:94)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-01-06 22:59:00,941 ERROR [eu.sendregning.oxalis.Main] Execution failed: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
java.util.concurrent.ExecutionException: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:225)
Caused by: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:72)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:22)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:166)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:94)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Total time spent: 5s
Attempted to send 0 files
Failed transmissions: 1

==========================LOG==================================
2020-01-07 02:45:42,212 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: /opt/tomcat9/.oxalis
2020-01-07 02:45:42,213 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: /opt/tomcat9/.oxalis
2020-01-07 02:45:42,213 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: /opt/tomcat9/.oxalis/oxalis.conf
2020-01-07 02:45:42,224 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:
2020-01-07 02:45:42,225 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: /var/peppol/IN
2020-01-07 02:45:42,225 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null
2020-01-07 02:45:43,500 INFO [no.difi.oxalis.commons.filesystem.detector.EnvironmentHomeDetector] Using Oxalis folder specified as environment variable 'OXALIS_HOME' with value '/opt/tomcat9/.oxalis'.
2020-01-07 02:45:43,500 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: /opt/tomcat9/.oxalis
2020-01-07 02:45:43,501 INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: /opt/tomcat9/.oxalis
2020-01-07 02:45:43,501 INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: /opt/tomcat9/.oxalis/oxalis.conf
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_TOTAL: 20
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => POOL_MAX_ROUTE: 2
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_CONNECT: 0
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_READ: 0
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] HTTP => TIMEOUT_SOCKET: 0
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Error => TRACKER: quiet
2020-01-07 02:45:43,521 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS2 => NOTIFICATION: [email protected]
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => CONF:
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => INBOUND: /var/peppol/IN
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] File system => PLUGIN: null
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => HOSTNAME:
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Identifiers => MSGID_GENERATOR: default
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PATH: test.jks
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => PASSWORD: ***
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_ALIAS: te-10580b15-d36f-45b6-bed2-417ccfda69da
2020-01-07 02:45:43,522 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Key store => KEY_PASSWORD: ***
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Header => PARSER: sbdh
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => PAYLOAD: default
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => RECEIPT: default
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => EXCEPTION: default
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Persister => HANDLER: default
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => REPORTER: noop
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => HTTP: null
2020-01-07 02:45:43,523 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tracing => TRACER: noop
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => DEFAULT: 50
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Executor => STATISTICS: 50
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Tag => GENERATOR: noop
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Timestamp => SERVICE: system
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Evidence => SERVICE: rem
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => DETECTOR: noop
2020-01-07 02:45:43,524 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transformer => WRAPPER: xml
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Statistics => SERVICE: noop
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Transmission => VERIFIER: default
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => HOSTNAME:
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => MSGID_GENERATOR: default
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] AS4 => TYPE: peppol
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => CONFIG: logback.xml
2020-01-07 02:45:43,525 INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Logging => SERVICE: logback
2020-01-07 02:45:43,526 INFO [no.difi.oxalis.commons.logging.LoggingHandler] Logging service: logback
Configuring Logback with configuration: /opt/tomcat9/.oxalis/logback.xml
2020-01-07 02:45:43,700 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate subject: C=NO, O=Oryton AS, OU=PEPPOL TEST AP, CN=PNO000318
2020-01-07 02:45:43,701 INFO [no.difi.oxalis.commons.security.CertificateModule] Certificate issuer: CN=PEPPOL ACCESS POINT TEST CA - G2, OU=FOR TEST ONLY, O=OpenPEPPOL AISBL, C=BE
2020-01-07 02:45:45,370 DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: default
2020-01-07 02:45:45,402 DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
2020-01-07 02:45:45,403 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection request: [route: {}->http://pki-crl.symauth.com:80][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2020-01-07 02:45:45,419 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection leased: [id: 0][route: {}->http://pki-crl.symauth.com:80][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
2020-01-07 02:45:45,420 DEBUG [org.apache.http.impl.execchain.MainClientExec] Opening connection {}->http://pki-crl.symauth.com:80
2020-01-07 02:45:45,549 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connecting to pki-crl.symauth.com/216.168.246.31:80
2020-01-07 02:45:45,729 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connection established 213.162.241.140:34822<->216.168.246.31:80
2020-01-07 02:45:45,730 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-0: set socket timeout to 10000
2020-01-07 02:45:45,730 DEBUG [org.apache.http.impl.execchain.MainClientExec] Executing request GET /ca_6a937734a393a0805bf33cda8b331093/LatestCRL.crl HTTP/1.1
2020-01-07 02:45:45,730 DEBUG [org.apache.http.impl.execchain.MainClientExec] Target auth state: UNCHALLENGED
2020-01-07 02:45:45,730 DEBUG [org.apache.http.impl.execchain.MainClientExec] Proxy auth state: UNCHALLENGED
2020-01-07 02:45:45,732 DEBUG [org.apache.http.headers] http-outgoing-0 >> GET /ca_6a937734a393a0805bf33cda8b331093/LatestCRL.crl HTTP/1.1
2020-01-07 02:45:45,733 DEBUG [org.apache.http.headers] http-outgoing-0 >> Host: pki-crl.symauth.com
2020-01-07 02:45:45,733 DEBUG [org.apache.http.headers] http-outgoing-0 >> Connection: Keep-Alive
2020-01-07 02:45:45,733 DEBUG [org.apache.http.headers] http-outgoing-0 >> User-Agent: Oxalis 4.1.1-SNAPSHOT
2020-01-07 02:45:45,733 DEBUG [org.apache.http.headers] http-outgoing-0 >> Accept-Encoding: gzip,deflate
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "GET /ca_6a937734a393a0805bf33cda8b331093/LatestCRL.crl HTTP/1.1[\r][\n]"
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "Host: pki-crl.symauth.com[\r][\n]"
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "User-Agent: Oxalis 4.1.1-SNAPSHOT[\r][\n]"
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2020-01-07 02:45:45,733 DEBUG [org.apache.http.wire] http-outgoing-0 >> "[\r][\n]"
2020-01-07 02:45:45,914 DEBUG [org.apache.http.wire] http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Date: Tue, 07 Jan 2020 07:45:45 GMT[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Server: Apache[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Last-Modified: Tue, 07 Jan 2020 05:12:01 GMT[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "ETag: "772-59b85d0e24a40"[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Content-Length: 1906[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Connection: close[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "Content-Type: application/pkix-crl[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "[\r][\n]"
2020-01-07 02:45:45,915 DEBUG [org.apache.http.wire] http-outgoing-0 << "0[0x82][0x7]n0[0x82][0x5]V[0x2][0x1][0x1]0[\r][0x6][0x9][0x86]H[0x86][0xf7][\r][0x1][0x1][0xb][0x5][0x0]0k1[0xb]0[0x9][0x6][0x3]U[0x4][0x6][0x13][0x2]BE1[0x19]0[0x17][0x6][0x3]U[0x4][\n]"
2020-01-07 02:45:45,916 DEBUG [org.apache.http.wire] http-outgoing-0 << "[0x13][0x10]OpenPEPPOL AISBL1[0x16]0[0x14][0x6][0x3]U[0x4][0xb][0x13][\r]FOR TEST ONLY1)0'[0x6][0x3]U[0x4][0x3][0x13] PEPPOL ACCESS POINT TEST CA - G2[0x17][\r]200107051201Z[0x17][\r]200108051201Z0[0x82][0x4][0x83]0![0x2][0x10][0x2][0xea]6[0x4]T[0xfd][0x7][0xd7][0x98]e![0x96][0xd3][0xd1][0x14]1[0x17][\r]191114092924Z0![0x2][0x10][0x9]b[0xd2]h6[0x8a]t3X[0xc3][0xa6]7[0xb6]R[0xc4][0xde][0x17][\r]180514210127Z0![0x2][0x10][0xc][0x9e]1[0xdb][0x84][0x3][0xc7][0x13][0xf2][0xd4]O[0xfb][0xf2][0xff][0x82][0xc0][0x17][\r]190823074045Z0![0x2][0x10][\r][0xee]/[0xb0]oG[0xa3][0xd2]r[0xc7][0x9a]w[0x96]#[0xc0]3[0x17][\r]180514210127Z0![0x2][0x10][0x10][0x12][0xc4]<[0x15]@[0xea][0xf][0x98]Cc[0x83][0xc1][0xad]:[0x17][\r]190920094819Z0![0x2][0x10][0x10]g[0x88]<9[0xab][0xfa]p[0x1][0x84]X[0x1d][0xbb]-A[0x89][0x17][\r]190131124031Z0![0x2][0x10][0x17][0x1][0x8a][0xeb]-[0xa5][0xbe][0xd3][0xa7][0xe7][0xf5]H[0xe5][0xf]S[0xc1][0x17][\r]181204093544Z0![0x2][0x10][0x19][0x1c][0xd6]![\r][0xd4][0xc1]y[0x84][0xa3]h[0xf0][0xa4][0x81]m[0x2][0x17][\r]180412122115Z0![0x2][0x10][0x19][0xc5][0x8d][0x1b]R[0xe4]jN[0x17][0xbc]O[0x1f][0x8f][0x90][0xfb][0xb2][0x17][\r]191031213921Z0![0x2][0x10][0x1d][0xba]t[0x85][0xea][0x10][0xb0][0xc9][0x13]g4[0xcb]t<[0xb7][0xa7][0x17][\r]190823073351Z0![0x2][0x10] [0x82][0x87]f[0xac][0x96][0xff][0xe0][0x12][0x18]U[0x9e][0x84][0xf3]E[[0x17][\r]190613142246Z0![0x2][0x10]'[0xd3][0xfd][0xe9]g#[0x1][0xa9][0xe1][0xf3][0xf4][0xee][0x6]6L[0x17][\r]190710115528Z0![0x2][0x10](Mt[0x1d][0xd7]938[0xdb].[0xfa][0x88][0xc5][0xe9][0xf][0xa9][0x17][\r]191114090653Z0![0x2][0x10]-[0x1e][0xf8]u[0xb4][0x84][0xac]y:,[0x9a][0x4][0x5]H[0xfb][0x9f][0x17][\r]191122092229Z0![0x2][0x10]6[0xf3] _[0xc1][0xb3]C[0xbb]t[0xc][0xfc][0x0][0xa1][0xaa]![0x86][0x17][\r]180201085017Z0![0x2][0x10]=[0xab]F[0xf][0xae]G[0xd4][0xa1][0xc0]x;0[0xa6][0x81]V[0xb][0x17][\r]200106085104Z0![0x2][0x10]B[0x10][0xe4]F[0x1a][0x96][0xb4]K[0x90][0xf3][0x14][0xc8]v[\n]"
2020-01-07 02:45:45,916 DEBUG [org.apache.http.wire] http-outgoing-0 << "[0x13]1[0x17][\r]191203131933Z0![0x2][0x10]B[0xd4][0xb5][0x8a][0x14][0x9f]L[0xc5][0x11][0xf7][0xa9]]dN[0x9e][0x9b][0x17][\r]180412120524Z0![0x2][0x10]B[0xea]b[0x17]^[0xa5][0xfa]K[0xcb][0xab]|[0x3][0x82][0xc3][0xef][0x17][\r]190130092356Z0![0x2][0x10]Ic)[0x81][0xd8][0xd3][0xfa]m[0xb4][0xbd][0x8][0x9e][0x9c]Ys[0x14][0x17][\r]181130103119Z0![0x2][0x10]I[0xc3]JIj[0xa5][0xc2][0xab][0x93]b[0x81];j=K[0xa1][0x17][\r]191021183959Z0![0x2][0x10]Ngg[0xb7]G=z[0xd4][0xcb][0xc8][0xa6][0x95]t[0x83]y[0xa9][0x17][\r]191227090252Z0![0x2][0x10]P[0x8d][0x83][0x81][0xf3][0xe2][0x88][0x13][0xdb][0x5][0xff][0xce][0xaf]vN[0x8b][0x17][\r]190705061729Z0![0x2][0x10]Qe[0xf8][0x1b][0xde][0x93][0x9][0xda][0xc6]2[0xf8][0xa2][0xc1]V+[0x5][0x17][\r]191028094532Z0![0x2][0x10]Qv[0xd6]f[0x0][0xfa]TS[0x84][0x95][0xc9][0xbe][0xd6][0xf4])[0xd2][0x17][\r]191126123600Z0![0x2][0x10]U[0xb9][0xa1]9[0xd6]Va[0xfb]H[0x5][0xd4][0xf]2eR[0xeb][0x17][\r]190905130929Z0![0x2][0x10]W:[0x98]aaH[0xa9][0x18]^[0xf7][0xdd]I[0x19]Mg[0xdb][0x17][\r]190226181037Z0![0x2][0x10]Y[0xb0][0x15][0xeb]([0xd4][0xda]c[0x13][0xbd]h[0xeb]:[0x7][0xc1][0x17][\r]180201085017Z0![0x2][0x10]Z[0xb3][0x1d][0x81]0
[0x93][0xdf][0xd3][0xf9]ho2[0x1e][0xa1][0xb7][0x17][\r]191017124301Z0![0x2][0x10][[0x1a][0xe9]([0x5][0xf2][0x8a][0xcb][0xb2]|[0x5][0x93][0xf3][0xa0][0xcb][0x17][\r]191126111438Z0![0x2][0x10]f[0x86]gI[0xe4]fR[0xe8][0x0][0xd1][0xe]"[0xdd]'[0xfa]Y[0x17][\r]180425112347Z0![0x2][0x10]q][[0x16][0xfa][0x19][0xba][0x5][0xaf][0xf] F6[0xa6][0xd7][0x86][0x17][\r]190409125333Z0![0x2][0x10]u3[0xc1]"[0xff][0xf0]uw[0xb9][0xa9][0xed][0x19]q[0xf]L[0x17][\r]180201085017Z[0xa0]00.0[0x1f][0x6][0x3]U[0x1d]#[0x4][0x18]0[0x16][0x80][0x14]koK[0xb6][0xf1]7[0xba]+[0x18][0xcd][0xba]+[0xb2][0xb9]|7[0xeb]0[0xb][0x6][0x3]U[0x1d][0x14][0x4][0x4][0x2][0x2][0xb][0xa4]0[\r][0x6][0x9][0x86]H[0x86][0xf7][\r][0x1][0x1][0xb][0x5][0x0][0x3][0x82][0x2][0x1][0x0] [0xd2][0xcc][0x1b][0x9b]F0[0x86]^[0x9d][0xc2][0xe7][0xcb][0xa3][0xd8]@[0xc8][0x91][0xb7][0x89]N[0x11][0xb7][0xa0][0xd2]#6[0x97][0xee][0xae][0x1d]+1:<M :r[0xad][0xb4]y.WQ[0x8e][0x12][0xaf[0xfb]67[0x8][0xc5][0xa5][0xf9][0x95]cgp[0xd4][0x86]w[\n]"
2020-01-07 02:45:45,916 DEBUG [org.apache.http.wire] http-outgoing-0 << ":[0x10]h[0xa2][0x10][0xa2][0xc6][0x81][0xe4][0xf8][0xe7]@g[0xee][0x0][0xad][0xa0][0x17][0xf6]-[0x19][0x89][0x0][0xd3][0xc0]r[0x80][0x91][0x9b][5[0xa1][0xab][0x16][0xa7][0xc3]j[0xcb]F5[0x99]b[0xc][0x18]f[0x9d]/[0x5][0x84]'[0xaf]bp[0xfb][0x86][0x4][0xc9][0xf]M21[0x8f]-[0xfd][0xa9][0x9][0xe7][0x10][0x1e][0x81][0x9f][0xa1][0xc4]z[0xaa][0x15][0x98][0xc5][0xc4][0xeb][0xb9][0x90]+K[0x2][0xc5][\n]"
2020-01-07 02:45:45,916 DEBUG [org.apache.http.wire] http-outgoing-0 << "Kl9[0xfc][0x82]-[0x94][0x17][0xa0][0x19][0xfe]Y[0xa5][0x16][0xaf][0xa0][0x6]4[0xdb][0xfd][0x8f]f&[0x80][0x8f][\n]" 2020-01-07 02:45:45,916 DEBUG [org.apache.http.wire] http-outgoing-0 << "{[0xb5]i4[0x8e][0xf][0xf1]n:T[0x9d]QI[0x5]d^Q[0xf3][0x3][0x9a]9[0x85][0xf0][0xbc][0xbb]X[0x9c][0xdc]O!B[0xb9][0xa8]0[0xd5][0xf6][0xcc][0x5][0xbc][0x81][0xfe]D[0x8b][0xfd][0x10]lu:H[0x82][0xdc][0xb8]I?[0x89][0xa8][0xb4][0xff]^[0xce][0x91][0xe8]N[0xfe]g[0x15][0xbe][0xae][0x8e]Q[0xbc]x[0x92][0xfa][0x5][0xb4][0x88]%[0xa6]f[0xef]P[0xb2][0xd0]$[0xde][0xde][0xa4][0xc9].[0x1f][0xfb][0xee][0xbb][0x0][0xfb][0xf2][0xd9][0xde]9,[0xa9]f[0x18]s[0xbf]c[0x8][0x93]}[0xb2]K[0xab][0xb4][0xb7][0xe4]A[0xc7]c[0x8e][0x13]&Y_[0xc0][0xeb]i[0xbe][0xd6]5[0xb3]<[0x87][0x8d][0xbb][0x7]"0[0xe3]%PND[0xe1][0xd7][0xf9][0xbc][0xdd]-[0x1d][0xf1][0x8d]1?c[0xc9][0xcd]E[0x8d][0x17][0x86][0xde][0xe7]?[0xb9]c[0x17][0x90][0x10][0xa0][0x1b][0xc5]U[0x9b][0xee][0xe5][0xcd]>#[0xb7]/:[0xd8][0xfe][0xb6][0xd0][0xbd][0xcb]L@[0xdb][0xcb]55[0xca][0xdf][0xe9][0xf5]a[0x82][0xb3]8[0xda][0xe7][0xf2]&[0x17][0xd0][0xe3][0xa3]z[0xaf]q%[0xf9]Q[0x80]?[0xa0]:[0xbd]Y[0x93][0xc0].[0xf5]>[0x9f][0x9a]sJ[0x18][0xba][0x1f]T[0x8a]p[0xe8][0x11][0xe1]0[0x97][0xc4][0xb9]C[0x12][0xb9][0xe8][0x13]A[0xe5][0x9b][0xb][0xd7][0x4])[0xfe][0xe4][0x82][0x14][0xd9][0x85]9kU: [0xa1][0xa0]f[0x1][0x5][0xe2][0xb6][0xf6][0x99][0xaa][\n]" 2020-01-07 02:45:45,919 DEBUG [org.apache.http.wire] http-outgoing-0 << "T[0x8c][0xc]~.[0xc4]L[0xd1]]Y[0x87]U[0xdb][\n]" 2020-01-07 02:45:45,919 DEBUG [org.apache.http.wire] http-outgoing-0 << "[0xb8][0x13][0xe5][0xc3][0x86][0x85][0xc7]s[0xe8][0x85][0xd9][0xeb]X[0xb2][0xc][0xd9][0x96]l[0xb3]I[0x16][0x7]_[0xb6]/[0x15][0x13][0xdb]#u[0xed][0xb2][0xf3]>U[0xc1]Z[0x9]"
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << HTTP/1.1 200 OK
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Date: Tue, 07 Jan 2020 07:45:45 GMT
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Server: Apache
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Last-Modified: Tue, 07 Jan 2020 05:12:01 GMT
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << ETag: "772-59b85d0e24a40"
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Accept-Ranges: bytes
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Content-Length: 1906
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Connection: close
2020-01-07 02:45:45,922 DEBUG [org.apache.http.headers] http-outgoing-0 << Content-Type: application/pkix-crl
2020-01-07 02:45:45,934 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-0: Close connection
2020-01-07 02:45:45,935 DEBUG [org.apache.http.impl.execchain.MainClientExec] Connection discarded
2020-01-07 02:45:45,935 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection released: [id: 0][route: {}->http://pki-crl.symauth.com:80][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2020-01-07 02:45:45,964 DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: default
2020-01-07 02:45:45,965 DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
2020-01-07 02:45:45,965 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection request: [route: {}->http://pki-ocsp.symauth.com:80][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2020-01-07 02:45:45,966 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection leased: [id: 1][route: {}->http://pki-ocsp.symauth.com:80][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
2020-01-07 02:45:45,967 DEBUG [org.apache.http.impl.execchain.MainClientExec] Opening connection {}->http://pki-ocsp.symauth.com:80
2020-01-07 02:45:46,006 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connecting to pki-ocsp.symauth.com/23.52.27.27:80
2020-01-07 02:45:46,024 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connection established 213.162.241.140:53702<->23.52.27.27:80
2020-01-07 02:45:46,024 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-1: set socket timeout to 10000
2020-01-07 02:45:46,024 DEBUG [org.apache.http.impl.execchain.MainClientExec] Executing request POST / HTTP/1.1
2020-01-07 02:45:46,036 DEBUG [org.apache.http.impl.execchain.MainClientExec] Target auth state: UNCHALLENGED
2020-01-07 02:45:46,036 DEBUG [org.apache.http.impl.execchain.MainClientExec] Proxy auth state: UNCHALLENGED
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> POST / HTTP/1.1
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> Content-Type: application/ocsp-request
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> Accept: application/ocsp-response
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> Content-Length: 81
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> Host: pki-ocsp.symauth.com
2020-01-07 02:45:46,036 DEBUG [org.apache.http.headers] http-outgoing-1 >> Connection: Keep-Alive
2020-01-07 02:45:46,037 DEBUG [org.apache.http.headers] http-outgoing-1 >> User-Agent: Oxalis 4.1.1-SNAPSHOT
2020-01-07 02:45:46,037 DEBUG [org.apache.http.headers] http-outgoing-1 >> Accept-Encoding: gzip,deflate
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "POST / HTTP/1.1[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Content-Type: application/ocsp-request[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Accept: application/ocsp-response[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Content-Length: 81[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Host: pki-ocsp.symauth.com[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "User-Agent: Oxalis 4.1.1-SNAPSHOT[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "[\r][\n]"
2020-01-07 02:45:46,037 DEBUG [org.apache.http.wire] http-outgoing-1 >> "0O0M0K0I0G0[0x7][0x6][0x5]+[0xe][0x3][0x2][0x1a][0x4][0x14]$[0xf0]a:kF[0xec][0xb6][0x10][0xd3][0xde[0xc0][0xec]pf[0x8][0xc][0x9b]6[0x4][0x14]koK[0xb6][0xf1]7[0xba]+[0x18][0xcd][0xba]+[0xb2][0xb9]|7[0xeb][0x2][0x10]R[\r][0x16][0xbd][0xf2][0x1e]>][0x1e][0xb0][0xc][0xb8][0xf2][0xce][0x99]b"
2020-01-07 02:45:46,224 DEBUG [org.apache.http.wire] http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Server: nginx/1.16.1[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Content-Type: application/ocsp-response[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Content-Length: 1790[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "content-transfer-encoding: binary[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Cache-Control: max-age=506483, public, no-transform, must-revalidate[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Last-Modified: Mon, 6 Jan 2020 04:27:09 +00:00[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Expires: Mon, 13 Jan 2020 04:27:09 +00:00[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Date: Tue, 07 Jan 2020 07:45:46 GMT[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "Connection: keep-alive[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "[\r][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "0[0x82][0x6][0xfa][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x1][0x0][0xa0][0x82][0x6][0xf3]0[0x82][0x6][0xef][0x6][0x9]+[0x6][0x1][0x5][0x5][0x7]0[0x1][0x1][0x4][0x82][0x6][0xe0]0[0x82][0x6][0xdc]0[0x81][0x9e][0xa2][0x16][0x4][0x14[0x94][0xc6]L[0xf])[0xf2]q[0xb3][0xbb]q[0xe5][0xe0][0x8d][0x1e]4[0xf3]u[0x13][0xa5][0x18][0xf]20200106042709Z0s0q0I0[0x9][0x6][0x5]+[0xe][0x3][0x2][0x1a][0x5][0x0][0x4][0x14]$[0xf0]a:kF[0xec][0xb6][0x10][0xd3][0xde[0xc0][0xec]pf[0x8][0xc][0x9b]6[0x4][0x14]koK[0xb6][0xf1]7[0xba]+[0x18][0xcd][0xba]+[0xb2][0xb9]|7[0xeb][0x2][0x10]R[\r][0x16][0xbd][0xf2][0x1e]>][0x1e][0xb0][0xc][0xb8][0xf2][0xce][0x99]b[0x80][0x0][0x18][0xf]20200106042709Z[0xa0][0x11][0x18][0xf]20200113042709Z0[\r][0x6][0x9][0x86]H[0x86][0xf7][\r][0x1][0x1][0xb][0x5][0x0][0x3][0x82][0x1][0x1][0x0][0xe]vW[0x5][0xe0][0x1e][0x18][0x6][0xf3]F[0x8][0x9f][0x7]5x[0x13]/[0xc6]a[0xb4][0xed][0xc3][0x98][0xb8][0x0]5[0xeb][\r][0xc3]H[0x17]N[0x10][0x8b]r:[0x10]%[0x9d][0x11].2[0xed]'7hS[0xc8][[0xfc][0x1b][0x91][0x84] B[0xa8][0xb][[0x8e][0xc7][0x1b]L[0x1e][0xeb]@][0x1a][0x8a][0xd8][0xb4]z[0xec][0xb6][0xbe][0x9][0xa1]I[0xa7][0x86]<[0xa1][0xca][0x3][0xbd][0xf][0x96][0x7]0x[\r][0xbb][0xdd]"[0xc3][0x97]@[0x82][0xf7][0xe][0xdf]k[0xeb]qn[0x5][0xdf][0x8f]/H[0x10][0xc1][0xdf][0x85]x[0x92]l0[0xe][0x13]wk[0xd7][0x81][0xc][0x86]}[0x1a][0x3][0x0]x>[0xf1][0xcd]}C[0x10]@[0xac][0x1d][0xe6][0x8][0xd7][0x98]N[0x84][0xfb]~pU[0x5][0x9][0x5][0xfe]%[0xb4][0xc6][0x16] [0xf7][0xeb][0x17][0x84][0x4][0xd1]Z[0xf][0xa1]d<[0x88]}![0x1f]o[0x18][0x9b][0xff] Q[0xb5]w[0x8b][0x1a][0xbd]S[0xa8][0x15][0xbc][[0xae][0x18]=k[0x1a][0xd6]qL[0xba][0xe0]X[0x9c][0xb4][0x8f][0xbf]k[0xc6][0xd3][0x8b]tg[0x3][0x9b]s[0xac]U[0xfc]Z [0x90][0x8f][0xf2][0xe8]t[0xda][0x81][0xad][0xab][0x9a]#E),[0x99][0xbf][0x1b]v[0x96][0x3]![0xd6][0xd1][0xe8][0xed][0xda]%[0xff]E [0xf2][0x5][0xa5][0xd7]y[0x1d][0x85][0xa0][0x82][0x5]#0[0x82][0x5][0x1f]0[0x82][0x5][0x1b]0[0x82][0x3][0x3][0xa0][0x3][0x2][0x1][0x2][0x2][0x10]b[0xf7][0xe7]p[0x80][0xf3][0xe1]p[0xb3]{[0x12][0x99]A[0xfa][0xcf][0xcc]0[\r][0x6][0x9]
[0x86]H[0x86][0xf7][\r][0x1][0x1][0xb][0x5][0x0]0k1[0xb]0[0x9][0x6][0x3]U[0x4][0x6][0x13][0x2]BE1[0x19]0[0x17][0x6][0x3]U[0x4][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x13][0x10]OpenPEPPOL AISBL1[0x16]0[0x14][0x6][0x3]U[0x4][0xb][0x13][\r]FOR TEST ONLY1)0'[0x6][0x3]U[0x4][0x3][0x13] PEPPOL ACCESS POINT TEST CA - G20[0x1e][0x17][\r]191112000000Z[0x17][\r]200210235959Z0z1[0xb]0[0x9][0x6][0x3]U[0x4][0x6][0x13][0x2]BE1[0x19]0[0x17][0x6][0x3]U[0x4][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x13][0x10]OpenPEPPOL AISBL1[0x16]0[0x14][0x6][0x3]U[0x4][0xb][0x13][\r]FOR TEST ONLY1806[0x6][0x3]U[0x4][0x3][0x13]/PEPPOL ACCESS POINT TEST CA - G2 OCSP Responder0[0x82][0x1]"0[\r][0x6][0x9]
[0x86]H[0x86][0xf7][\r][0x1][0x1][0x1][0x5][0x0][0x3][0x82][0x1][0xf][0x0]0[0x82][0x1][\n]"
2020-01-07 02:45:46,225 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x2][0x82][0x1][0x1][0x0][0xba][0xe5][0x6]W[0xe4]1HH[0x93]U"[0xaf][0xf3][0xbf][0xef][0x82]p[0x9a]=[0xa9][0xce][0x95][0xd7][0x1a]B2([0x15]N[0xd8][0x8][0x9d][0xfa][0xc9]"1D[0x82]Yq[0x8e][0xc] [0xdf][0x1e][0xc3]3[0x16][0xf9][0xff][0xc3][0xb0][0xaa][0xc4][0xd1][0xf8][0xa6][0xcb][0xf4][0xd1][0xb3]</[0xfa][0x10][0xfb][0xf8]<v&%d.[0xd4]m[0xa5][0x86]w[0x8e]aU[0xc2][0xfb][0xb4]^[0xe2][0x9b][0xbd][0xfc][0xf1][0x13][0x8f][0xc2]i[0xa9][0xe1][0x96]e[0xfa]*[0xf5]*f[0xb3]B=[0x11]9f[0xfd][0xc9][0xa5][0x93][0x7]a[0xbd][0x18]\N[0xd7][0xc7][0x85][0x5][0x99][0xa4][0xe6][0x97]PA4[0x81]-[0xd4][0xc0])[0xec]C|[0x1f]L[0xdf][0x11]R[0xb8][0xbe]W[0xfd]r[0xac]|[0x5][0xe][0xa7]w[0x8e]2B[0xde]"[0xf1][0xdd][0x97][0xda][0x18][0x98][0xc3][0x6][0x9e][0xba]/[0x11]1[0xda][0xb5][0x9f][0x9f]|[0xc7]j[0x87][0x1a][0xb0]V[0x18]0[0xa3][0x99]"[0xb9]D[0x92][0xab][0xf0][0xd0][0xff]>3[0x96][0xbe][0x88]Ug=S[0x6]#[0xdf][0xa4][0xb3][0xda][0xd1]WC#[0xe6])K"[0x9f][0xd3]A[0xc1][0x13]:tN[0xa7]z[0x13]E5[0xe2][0xa4]'[0xeb]C[0xd1][0xd4][0xb0]q[0xe9][0xb6][0xa9]t[0x81] [0xdb][0xb5][0xe5][0xa3][0x15]u[0xf5][0x2][0x3][0x1][0x0][0x1][0xa3][0x81][0xab]0[0x81][0xa8]0[0xf][0x6][0x9]+[0x6][0x1][0x5][0x5][0x7]0[0x1][0x5][0x4][0x2][0x5][0x0]0"[0x6][0x3]U[0x1d][0x11][0x4][0x1b]0[0x19][0xa4][0x17]0[0x15]1[0x13]0[0x11][0x6][0x3]U[0x4][0x3][0x13][\n]"
2020-01-07 02:45:46,226 DEBUG [org.apache.http.wire] http-outgoing-1 << "TGV-G-23180[0x1f][0x6][0x3]U[0x1d]#[0x4][0x18]0[0x16][0x80][0x14]koK[0xb6][0xf1]7[0xba]+[0x18][0xcd][0xba]+[0xb2][0xb9]|7[0xeb]0[0x1d][0x6][0x3]U[0x1d][0xe][0x4][0x16][0x4][0x14[0x94][0xc6]L[0xf])[0xf2]q[0xb3][0xbb]q[0xe5][0xe0][0x8d][0x1e]4[0xf3]u[0x13][0xa5]0[0xc][0x6][0x3]U[0x1d][0x13][0x1][0x1][0xff][0x4][0x2]0[0x0]0[0x13][0x6][0x3]U[0x1d]%[0x4][0xc]0[\n]"
2020-01-07 02:45:46,226 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x6][0x8]+[0x6][0x1][0x5][0x5][0x7][0x3][0x9]0[0xe][0x6][0x3]U[0x1d][0xf][0x1][0x1][0xff][0x4][0x4][0x3][0x2][0x7][0x80]0[\r][0x6][0x9]
[0x86]H[0x86][0xf7][\r][0x1][0x1][0xb][0x5][0x0][0x3][0x82][0x2][0x1][0x0][0x17][0xcd][0x1c][0xd4]-[0xd2][0x80][0xc6][0x10]Y"}[0x17][0x99]Q[0x5][0xb]g[0x93]F[0xd1][0xe7][0xf2][0xe9][0xe7][0xfc]#l6~[0xba]S[0xd9][0x10][0xc2][0x1e][0xdd][0x4]T[0x87]3[0x87]i[0xbd][0x96][0xf2].[0x94][0xf2][[0x8f][0xf6][0xc1]I[0xea][0x9d][0xaf][0x8a][0xb7]q[0x84]w[0xd7]A[0xcb][0x11][0x9b]XS[0xe4][0xb9];1[0xa0][0xe][0xac][0x5]1[0xa7]8[0x87][0xba]7[0xf7][0x9a][0x99][0xeb][0xd4][0xf4][0x7]V[0xee][0x90][0x93]AW6[0xbd][0xb3][0x89][0x8c][0x3][0xe][0x4]T[0x11][0x5][0xa9][0xf7]/[0xa0]2[0x1b]0[0xde]^U
[0xdf]L[0x84][0xf7][0xf3]N,w[0x8d][0x9b]N[0xe2]d[0xde]![0x16][0x84]V[0xbe][0xfb]"[0x8f][0x96]Q[0xe][0x8]G[0xb4]:[0xd3][0xb4][0xbe][0xc5][0xe0]f[0xf5][0xd7][0xdc][0xe0][0xf9]![0x1e][0x8b][0x8a][0xb0]f[0xc5][0xdd][0xb9][0x1a][0xf7][0x8d][0xce]F[0x89][0xad][0x19]6[0xad][0x9d])[0x3][0x13]k^[0xcf][0xa1][0xf][0xc1][0xa0][0xc6]G[\r][0xc4][0xdf][0xbd][0xc1][0x96]0[\n]"
2020-01-07 02:45:46,227 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0xaf])W[0xd8][0xde][0xf]:Za[0x9b][0x89]IN0[0xa9][0x8e][0xfd][0xf8]{[0xf8]I[0x85]>[0xb3][0xce]{[0xff]S[0x18][0xf5][0xbb][0x17]][0x90][0xa5][0x86]J[0xfd]2[0xed]d[0x8b][0x85][0xdd][0xe0][0xee]#P[0xb1][0xd7][\r][0x8f][0x82][0xaf]&[0xc2]wE[0xb2]O^[0x9e][0xdf][0xf6][0xfd][0xd8]P[0xf]
[0xe6][0xf9]c[0x9c][0xb6]1[0x4][0xdd][0x19]{[0x93][0x14(,[0xe][0xe9][0xb1][0xe7]@@[0xcb][0xe0]=[0x87][0x1c]R[0xeb]Z[0x91]6[0x87][0xce]R[0xad][0xcf][0xd9][0x3][0xa0]![0xb1][0xe][0xa0][0xcd]}[0xa2][0x89][0x8f][0xb9][0xa8][0xa7][0xd1][0x8a][0xda][0x13][0xac]S[0xac]4i[0xfc][0xd0][0x9f][0x80][0x7]F3a[\n]"
2020-01-07 02:45:46,228 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0xb3](>[0x1][0xa7]%[0xc2][0xe8][0x9][0xe]S[0xb][0xa1]:[0xbb][0xf6][0x4][0xf2]A[0xb6][0xbe][0x15]5Ip*[0xfd]Y[0xc7][0x5][\n]"
2020-01-07 02:45:46,228 DEBUG [org.apache.http.wire] http-outgoing-1 << "[0x91]%[0xce]C>[0xb2][0xb6][0x1f][0x8a][0x1][0xe8]Z[0x1e][0xc9][0x17]}k[0xc8][0x9f][0x1f][0x8c]2[0xc3][0xf3][0xf7][0xc2][0xf5][0x96][0xfc][\r][0x5][0xf9]Sft~<[0xbb]Q~[0xd7][0xce]g7j[0x81][0xc5]O[0x9e]A[0x95][0xc3][0xca][0x12][0xd0][0xe1][0x19][0xdb][0xb0]A[0xaf][0xc5][0xe5]b[0xd4][0xf9][0x16][0x9e][0xec]cjvZ[0xc3][0xf6][0xdd]{[0xdf][0xcb]9[0x9c]n([0xd4][0x18]%^[0x95][0xfe]jFrho[0xb2][0xd6][0x85]Vi~[0xe4][W[0xff][0x9b][0xaa][0xb8]*d#[0x89][0x95][0xd1]}6[0xc1][0xd3]d[0x86][0xfa][0xaa]'FO[0x1e][0xbf][0x82]7R>[0xac][0xdf][0x89][0x9d][0x82][0x1a]"
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << HTTP/1.1 200 OK
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Server: nginx/1.16.1
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Content-Type: application/ocsp-response
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Content-Length: 1790
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << content-transfer-encoding: binary
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Cache-Control: max-age=506483, public, no-transform, must-revalidate
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Last-Modified: Mon, 6 Jan 2020 04:27:09 +00:00
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Expires: Mon, 13 Jan 2020 04:27:09 +00:00
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Date: Tue, 07 Jan 2020 07:45:46 GMT
2020-01-07 02:45:46,228 DEBUG [org.apache.http.headers] http-outgoing-1 << Connection: keep-alive
2020-01-07 02:45:46,231 DEBUG [org.apache.http.impl.execchain.MainClientExec] Connection can be kept alive indefinitely
2020-01-07 02:45:46,232 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection [id: 1][route: {}->http://pki-ocsp.symauth.com:80] can be kept alive indefinitely
2020-01-07 02:45:46,233 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-1: set socket timeout to 0
2020-01-07 02:45:46,233 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection released: [id: 1][route: {}->http://pki-ocsp.symauth.com:80][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
2020-01-07 02:45:46,246 INFO [no.difi.vefa.peppol.security.ModeDetector] Detected mode: TEST
2020-01-07 02:45:46,262 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles:
2020-01-07 02:45:46,262 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0
2020-01-07 02:45:46,263 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => bdxr-transport-ebms3-as4-v1p0
2020-01-07 02:45:46,263 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2020-01-07 02:45:46,263 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver2p0
2020-01-07 02:45:46,263 INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0

2020-01-07 02:45:47,542 DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: default
2020-01-07 02:45:47,543 DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
2020-01-07 02:45:47,543 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection request: [route: {}->http://test-smp.peppol.gr:80][total kept alive: 1; route allocated: 0 of 2; total allocated: 1 of 20]
2020-01-07 02:45:47,543 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection leased: [id: 2][route: {}->http://test-smp.peppol.gr:80][total kept alive: 1; route allocated: 1 of 2; total allocated: 2 of 20]
2020-01-07 02:45:47,543 DEBUG [org.apache.http.impl.execchain.MainClientExec] Opening connection {}->http://test-smp.peppol.gr:80
2020-01-07 02:45:47,617 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connecting to test-smp.peppol.gr/83.212.238.183:80
2020-01-07 02:45:47,705 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connection established 213.162.241.140:39056<->83.212.238.183:80
2020-01-07 02:45:47,706 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-2: set socket timeout to 0
2020-01-07 02:45:47,706 DEBUG [org.apache.http.impl.execchain.MainClientExec] Executing request GET /iso6523-actorid-upis%3A%3A0088%3Atbcntrl00002/services/busdox-docid-qns%3A%3Aurn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AInvoice-2%3A%3AInvoice%23%23urn%3Awww.cenbii.eu%3Atransaction%3Abiitrns010%3Aver2.0%3Aextended%3Aurn%3Awww.peppol.eu%3Abis%3Apeppol5a%3Aver2.0%3A%3A2.1 HTTP/1.1
2020-01-07 02:45:47,706 DEBUG [org.apache.http.impl.execchain.MainClientExec] Target auth state: UNCHALLENGED
2020-01-07 02:45:47,706 DEBUG [org.apache.http.impl.execchain.MainClientExec] Proxy auth state: UNCHALLENGED
2020-01-07 02:45:47,706 DEBUG [org.apache.http.headers] http-outgoing-2 >> GET /iso6523-actorid-upis%3A%3A0088%3Atbcntrl00002/services/busdox-docid-qns%3A%3Aurn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AInvoice-2%3A%3AInvoice%23%23urn%3Awww.cenbii.eu%3Atransaction%3Abiitrns010%3Aver2.0%3Aextended%3Aurn%3Awww.peppol.eu%3Abis%3Apeppol5a%3Aver2.0%3A%3A2.1 HTTP/1.1
2020-01-07 02:45:47,707 DEBUG [org.apache.http.headers] http-outgoing-2 >> Host: test-smp.peppol.gr
2020-01-07 02:45:47,707 DEBUG [org.apache.http.headers] http-outgoing-2 >> Connection: Keep-Alive
2020-01-07 02:45:47,707 DEBUG [org.apache.http.headers] http-outgoing-2 >> User-Agent: Oxalis 4.1.1-SNAPSHOT
2020-01-07 02:45:47,707 DEBUG [org.apache.http.headers] http-outgoing-2 >> Accept-Encoding: gzip,deflate
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "GET /iso6523-actorid-upis%3A%3A0088%3Atbcntrl00002/services/busdox-docid-qns%3A%3Aurn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AInvoice-2%3A%3AInvoice%23%23urn%3Awww.cenbii.eu%3Atransaction%3Abiitrns010%3Aver2.0%3Aextended%3Aurn%3Awww.peppol.eu%3Abis%3Apeppol5a%3Aver2.0%3A%3A2.1 HTTP/1.1[\r][\n]"
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "Host: test-smp.peppol.gr[\r][\n]"
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]"
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "User-Agent: Oxalis 4.1.1-SNAPSHOT[\r][\n]"
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2020-01-07 02:45:47,707 DEBUG [org.apache.http.wire] http-outgoing-2 >> "[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Date: Tue, 07 Jan 2020 07:45:47 GMT[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Server: Apache[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Content-Type: text/xml;charset=UTF-8[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Content-Length: 6893[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Keep-Alive: timeout=5, max=100[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "Connection: Keep-Alive[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "[\r][\n]"
2020-01-07 02:45:47,798 DEBUG [org.apache.http.wire] http-outgoing-2 << "<ns2:SignedServiceMetadata xmlns:ns2="http://busdox.org/serviceMetadata/publishing/1.0/" xmlns="http://busdox.org/transport/identifiers/1.0/" xmlns:ns3="http://www.w3.org/2005/08/addressing" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#">ns2:ServiceMetadatans2:ServiceInformation0088:tbcntrl00002urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1ns2:ProcessListns2:Processurn:www.cenbii.eu:profile:bii05:ver2.0ns2:ServiceEndpointList<ns2:Endpoint transportProfile="peppol-transport-as4-v2_0">ns3:EndpointReferencens3:Addresshttps://proxy.peppol.eu/proxy/as4</ns3:Address></ns3:EndpointReference>ns2:RequireBusinessLevelSignaturefalse</ns2:RequireBusinessLevelSignature>ns2:MinimumAuthenticationLevel/ns2:ServiceActivationDate2019-07-01T00:00:00.000</ns2:ServiceActivationDate>ns2:ServiceExpirationDate2021-12-31T00:00:00.000</ns2:ServiceExpirationDate>ns2:CertificateMIIFwjCCA6qgAwIBAgIQcSKY1n8PhBuMTIor6U79wTANBgkqhkiG9w0BAQsFADBr [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "MQswCQYDVQQGEwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UE [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "CxMNRk9SIFRFU1QgT05MWTEpMCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBU [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "RVNUIENBIC0gRzIwHhcNMTgwODE2MDAwMDAwWhcNMjAwODA1MjM1OTU5WjBPMRIw [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "EAYDVQQDDAlQT1AwMDAwNTUxFzAVBgNVBAsMDlBFUFBPTCBURVNUIEFQMRMwEQYD [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "VQQKDApPcGVuUEVQUE9MMQswCQYDVQQGEwJCRTCCASIwDQYJKoZIhvcNAQEBBQAD [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "ggEPADCCAQoCggEBAMBK409UW/T3vrQ4joo91TgcrqUhnZsWbUDf7/HjFFjqHKaz [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "u1atFcopsTDCSUF+V3M99SGpvF9sRreEeHxIUzMGSTRy1GdsLdM8sxlirUz5ntOZ [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "7tHK5MOcR/H0pBxAENtCMcRuKdOj8Fl0x0oXj/t6yqAXGduX6+ed05kvbOgV/KVV [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "m/8AUCsXT60gPpuNAIiNxVJ+MLq/0+wiYb1L2u9R/re5mMqZ6ZxDJ0A3z6Q7c69n [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "uheL/StgSF/f/6zoBvWj8mknAyjL296QAJCCCxyub/RfSBWABLEBS4ng55cg1J0y [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "v6m8gvEBr+yLPDQ2loLUiDWiYFYaUPIGSEtlE3ECAwEAAaOCAXwwggF4MAwGA1Ud [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "EwEB/wQCMAAwDgYDVR0PAQH/BAQDAgOoMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMC [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "MB0GA1UdDgQWBBSZfoeWNzpVUl9fZDkTiV1lNsdbJDBdBgNVHR8EVjBUMFKgUKBO [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "hkxodHRwOi8vcGtpLWNybC5zeW1hdXRoLmNvbS9jYV82YTkzNzczNGEzOTNhMDgw [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "NWJmMzNjZGE4YjMzMTA5My9MYXRlc3RDUkwuY3JsMDcGCCsGAQUFBwEBBCswKTAn [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "BggrBgEFBQcwAYYbaHR0cDovL3BraS1vY3NwLnN5bWF1dGguY29tMB8GA1UdIwQY [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "MBaAFGtvS7bxN7orPH8Yzborsrl8KjfrMC0GCmCGSAGG+EUBEAMEHzAdBhNghkgB [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "hvhFARABAgMBAYGpkOEDFgY5NTc2MDgwOQYKYIZIAYb4RQEQBQQrMCkCAQAWJGFI [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "UjBjSE02THk5d2Eya3RjbUV1YzNsdFlYVjBhQzVqYjIwPTANBgkqhkiG9w0BAQsF [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "AAOCAgEAImN7Thve9+EgWnhG5g8fR7jlgImR/U3kSSlRoyrbg3R+IsT92kf2xrmm [\n]"
2020-01-07 02:45:47,799 DEBUG [org.apache.http.wire] http-outgoing-2 << "zkCkSmp5Sb2LVIbuGLZ+Im7o5ucAUrswG+3WrWC1mCPWMH9+b2mCkgJ4kE2FEUC4 [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "mpdh6ccVCduqRwnvdPS3+Pci5TgVwA/k4hI3LXRErReHQsu9PF3ZDqrBlgVSegcG [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "2xmhvvdQNea8MIF8NAT5QKAlyGOjyBaimnhwagsDC3TwgYmd+rmQORf+bHM95Reb [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "Z3RZHMP1yawYNZXPVpoJIaFvfjx+ghsJeGL5V03/sgKFOPvdnzdC+9v3+1Q41MNc [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "8BNXStUKRYnv4cm4LritZtl4ZHywQnqigQiIy8S0pXzKwq48eZIOFM6/JTknTLi3 [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "vBNGlezqsbiKwi3V0MXQhHUB5eCAXWt9SLozQobwSExCyNiToU+dGOe5Jh165J5n [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "n83e2k2zWItFr+pk+sJgtVYCgKj/AEmR5MDED8TZMXZrgW30Xcr0UNvxz3YneX74 [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "PF1EakhaeO+S8yNGoT3M/dZVFijmmNoW9OvVzJD4vu4rvEOd4r2yojTJsdz4Be1R [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "fqqmdJKsW3Turd9mkU28SEwDxS3mjp9Eou0BNnCDllkcHEL/AgzviFvx1vk1B89G [\n]"
2020-01-07 02:45:47,801 DEBUG [org.apache.http.wire] http-outgoing-2 << "8r6ykp7Zk6hml0yIZ2ooHX13xSmkadNHuMRxRgjX3wP6p8dBVVo=</ns2:Certificate>ns2:ServiceDescriptionOpenPEPPOL Operations Oxalis AS4</ns2:ServiceDescription>ns2:TechnicalContactUrl[email protected]</ns2:TechnicalContactUrl>ns2:TechnicalInformationUrlhttps://testbed.peppol.eu</ns2:TechnicalInformationUrl></ns2:Endpoint></ns2:ServiceEndpointList></ns2:Process></ns2:ProcessList></ns2:ServiceInformation></ns2:ServiceMetadata>qw0zeOR+BT/+2J+/SF2vl5s2uMk=av0bc4aOkPAVDjrWpj5zUrM/ZWLOfa9r1f8wAz7DVSUGspyZjReyYEmbBVA7x4oEiK7WIDGdBGq9[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "l9PnWxnEFHCPJIFPoGlnwJvWr0mx7jslH71rgsL0Fuji9OeepjNk+AeFxtSfEmkh0Op1dlMoMt8d[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "SGH74eljrf1hLdGIBvq9+uX+O08r7S9dnNH6A9h66atC1lvmf2Bxtj+lM7XBMJXa6eB3CvlnaTSK[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "sEbQ81Kdu6KvKRtAasIuSz+tQJnzNpchA38bhdS/zi6HeUL//0o6U0uNYOjp0zj2FozM58SDKszM[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "VuCTcr7N+LVBUv+vTX99xZHq+iPr7L2SOTRkYw==C=GR,O=UPRC Greece,OU=PEPPOL TEST SMP,CN=PDK000207MIIF0jCCA7qgAwIBAgIQOhSivMvvWW2x7NOsjobtSTANBgkqhkiG9w0BAQsFADB5MQswCQYDVQQG[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "EwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTE3[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "MDUGA1UEAxMuUEVQUE9MIFNFUlZJQ0UgTUVUQURBVEEgUFVCTElTSEVSIFRFU1QgQ0EgLSBHMjAe[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "Fw0xODExMjYwMDAwMDBaFw0yMDExMTUyMzU5NTlaMFExEjAQBgNVBAMMCVBESzAwMDIwNzEYMBYG[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "A1UECwwPUEVQUE9MIFRFU1QgU01QMRQwEgYDVQQKDAtVUFJDIEdyZWVjZTELMAkGA1UEBhMCR1Iw[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCj5jx7Dn195bs40yyZZuPK+OTxaAIdoGOJ[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "CRFfZaAEPl6tvarOnAeM8vLq1KYeak9g8bmSB9CDLAbVwuSLRCGmrSTIbzrZbVt19cxJRh4ExB81[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "xGjbIjN6DqBRg3DzaSkc9D8SIAevfu34zx6rvWCjF3LaoskOZ6Nsq4/XY3BXxcHL+p6/OFB4GghP[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "gUyos9Qi8bRC90QTt7alPPo3XrH1+2hRliUgr6rjbUVtzpv3YPTE4NTdoCQcI90i7D7F4TcXPmUW[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "cbYiJvlXHZfbszOldpyj45V5towkL/tTxgo9FlH/KXBJj2/i/9hbkhsiYhlB01A6BTN4gPDVipj1[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "pyYvAgMBAAGjggF8MIIBeDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIDqDAWBgNVHSUBAf8E[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "DDAKBggrBgEFBQcDAjAdBgNVHQ4EFgQUSUTU8YzXBcQLHKLa1OMfL5Iv2D4wXQYDVR0fBFYwVDBS[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "oFCgToZMaHR0cDovL3BraS1jcmwuc3ltYXV0aC5jb20vY2FfYjZkMGRjMWRjMzE0NzcyM2ZlMzZi[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "NzU3NTk5N2FmYzQvTGF0ZXN0Q1JMLmNybDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "dHA6Ly9wa2ktb2NzcC5zeW1hdXRoLmNvbTAfBgNVHSMEGDAWgBR8HbJI8brZCgbKFmOp8HpPvSOd[\n]"
2020-01-07 02:45:47,802 DEBUG [org.apache.http.wire] http-outgoing-2 << "ezAtBgpghkgBhvhFARADBB8wHQYTYIZIAYb4RQEQAQIDAQGBqNWBChYGOTU3NjA4MDkGCmCGSAGG[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "+EUBEAUEKzApAgEAFiRhSFIwY0hNNkx5OXdhMmt0Y21FdWMzbHRZWFYwYUM1amIyMD0wDQYJKoZI[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "hvcNAQELBQADggIBAKD6wIj30nAiQbZ+YWYGicN1X6+6WRP9CTAqySXoCQxB6Rt6/ZjBppzudxdA[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "yISGblNctC1iXR+WCzYynL6vNG1bPdURGIrxEHqdNU2DlrDQ3runNkJLsKdIrLg97tdYrfoSovs4[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "0sS+UuhpWS1a/pavCD5DeXil9ri5ZYEA7l+K/YTTUqVGAQOTVOoP3/l+zMycs7l4SdKKh15OKawq[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "RlHBFGorVFOi5oyb2b67bbHxRAJkOFJ7TzwPJgbJ/Pmv6+MkAj7TprvGBzk1GAcVsIJjTXBhblug[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "wZzr8vujhqztqiG9q3g4opsxP34ShZA7pxN3PPjolYbWJcr84m1jVnyYB27Q0BxcY51HVnY6Ew50[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "YxUY4bX59E93R6wb4iYfGGdg53AMLROO+RZKJtvxHQHE6bcBc4OorEdgUYOLm8zjUhe/FKhGubBj[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "MkRgHnNDUdN9NiIh1m9RIp+u4cvO8dqVpS9iB13F/P/eWyputwSLgsoO/ukDf6mwwu9qD9anWYus[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "/YihQFpd/joSXJRm4hqBlRpphtC8CV2QcLY2c/Yy9hzBhkGEnVYIiU32kNc5Kyhjyl/YlFXjU+6c[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "pYmiCRU14PcUh3dssfVJr9j6OQJM8N1rHnnN+ifi1ArUMoS7iKw+maH5m8d5Jt5id4lJgqZ/p4oH[\n]"
2020-01-07 02:45:47,804 DEBUG [org.apache.http.wire] http-outgoing-2 << "GNNvo1NxzbqsRGtx</ns2:SignedServiceMetadata>"
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << HTTP/1.1 200 OK
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Date: Tue, 07 Jan 2020 07:45:47 GMT
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Server: Apache
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Content-Type: text/xml;charset=UTF-8
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Content-Length: 6893
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Keep-Alive: timeout=5, max=100
2020-01-07 02:45:47,805 DEBUG [org.apache.http.headers] http-outgoing-2 << Connection: Keep-Alive
2020-01-07 02:45:47,807 DEBUG [org.apache.http.impl.execchain.MainClientExec] Connection can be kept alive for 5000 MILLISECONDS
2020-01-07 02:45:47,808 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection [id: 2][route: {}->http://test-smp.peppol.gr:80] can be kept alive for 5.0 seconds
2020-01-07 02:45:47,808 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-2: set socket timeout to 0
2020-01-07 02:45:47,808 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection released: [id: 2][route: {}->http://test-smp.peppol.gr:80][total kept alive: 2; route allocated: 1 of 2; total allocated: 2 of 20]
2020-01-07 02:45:49,328 INFO [org.springframework.oxm.jaxb.Jaxb2Marshaller] Creating JAXBContext with context path [no.difi.commons.sbdh.jaxb:org.xmlsoap.schemas.soap.envelope:org.w3.soap:org.w3.xmldsig:org.oasis_open.docs.ebxml_bp.ebbp_signals_2:org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704]
2020-01-07 02:45:50,136 DEBUG [no.difi.oxalis.as4.outbound.As4WebServiceTemplate] Opening [org.springframework.ws.transport.http.HttpComponentsConnection@6e80956c] to [https://proxy.peppol.eu/proxy/as4]
2020-01-07 02:45:50,430 DEBUG [org.apache.wss4j.dom.util.WSSecurityUtil] Can't load class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
java.lang.ClassNotFoundException: com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.apache.wss4j.dom.util.WSSecurityUtil.(WSSecurityUtil.java:69)
at org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor.secureMessage(Wss4jSecurityInterceptor.java:558)
at org.springframework.ws.soap.security.AbstractWsSecurityInterceptor.handleRequest(AbstractWsSecurityInterceptor.java:210)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:597)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:72)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:22)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:166)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:94)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-01-07 02:45:50,459 DEBUG [no.difi.oxalis.as4.outbound.WsSecurityInterceptor] Securing message [SaajSoapMessage] with actions [Signature Encrypt]
2020-01-07 02:45:50,701 DEBUG [org.apache.xml.security.utils.resolver.ResourceResolver] Registered resolver: org.apache.wss4j.dom.resolvers.ResolverAttachment@76d998b2
2020-01-07 02:45:50,712 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] The provider STRTransform was added at position: 11
2020-01-07 02:45:50,712 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] The provider AttachmentContentSignatureTransform was added at position: 12
2020-01-07 02:45:50,712 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] The provider AttachmentCompleteSignatureTransform was added at position: 13
2020-01-07 02:45:50,718 DEBUG [org.apache.xml.security.Init] Registering default algorithms
2020-01-07 02:45:50,804 DEBUG [org.apache.wss4j.common.crypto.WSProviderConfig] The provider ApacheXMLDSig - 2.13 was added at position: 2
2020-01-07 02:45:50,852 DEBUG [org.apache.wss4j.dom.handler.WSHandler] partDefs: 'Content' ,'http://www.w3.org/2003/05/soap-envelope' ,'Body'
2020-01-07 02:45:50,853 DEBUG [org.apache.wss4j.dom.handler.WSHandler] partDefs: 'Content' ,'http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/' ,'Messaging'
2020-01-07 02:45:50,854 DEBUG [org.apache.wss4j.dom.action.SignatureConfirmationAction] Perform Signature confirmation
2020-01-07 02:45:50,854 DEBUG [org.apache.wss4j.dom.handler.WSHandler] Performing Action: 2
2020-01-07 02:45:50,962 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Marshalling Reference
2020-01-07 02:45:50,963 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Adding digestValueElem
2020-01-07 02:45:50,963 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Marshalling Reference
2020-01-07 02:45:50,963 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Adding digestValueElem
2020-01-07 02:45:50,963 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Marshalling Reference
2020-01-07 02:45:50,963 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Adding digestValueElem
2020-01-07 02:45:50,967 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2020-01-07 02:45:50,967 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
2020-01-07 02:45:50,968 DEBUG [org.apache.xml.security.transforms.Transform] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive"
2020-01-07 02:45:50,968 DEBUG [org.apache.xml.security.transforms.Transform] The NodeList is [ds:Transform: null]
2020-01-07 02:45:50,968 DEBUG [org.apache.xml.security.utils.ElementProxy] setElement(ds:Transform, "null")
2020-01-07 02:45:50,968 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2020-01-07 02:45:50,968 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] ApacheData = true
2020-01-07 02:45:50,976 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] Pre-digested input:
2020-01-07 02:45:50,976 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] <env:Body xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-7efbde6f-f6e4-431d-942a-0fe4bf643039"></env:Body>
2020-01-07 02:45:50,976 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference object uri = #id-7efbde6f-f6e4-431d-942a-0fe4bf643039
2020-01-07 02:45:50,976 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference digesting completed
2020-01-07 02:45:50,976 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2020-01-07 02:45:50,977 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
2020-01-07 02:45:50,977 DEBUG [org.apache.xml.security.transforms.Transform] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive"
2020-01-07 02:45:50,977 DEBUG [org.apache.xml.security.transforms.Transform] The NodeList is [ds:Transform: null]
2020-01-07 02:45:50,977 DEBUG [org.apache.xml.security.utils.ElementProxy] setElement(ds:Transform, "null")
2020-01-07 02:45:50,977 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2020-01-07 02:45:50,977 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] ApacheData = true
2020-01-07 02:45:50,998 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] Pre-digested input:
2020-01-07 02:45:50,998 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] <eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-9f7cd692-029d-4be6-83c2-2dd34e5e90d2" env:mustUnderstand="true">eb:UserMessageeb:MessageInfoeb:Timestamp2020-01-07T02:45:50.321-05:00</eb:Timestamp>eb:MessageId5b312a6c-5386-4617-8e1f-150acdd4450f@localhost</eb:MessageId></eb:MessageInfo>eb:PartyInfoeb:From<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000318</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From>eb:To<eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">POP000055</eb:PartyId>eb:Rolehttp://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo>eb:CollaborationInfoeb:AgreementRefurn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="cenbii-procid-ubl">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service>eb:Actionbusdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action>eb:ConversationIdfad4be4b-b931-4f6a-bec2-f6110cc9049f@localhost</eb:ConversationId></eb:CollaborationInfo>eb:MessageProperties<eb:Property name="originalSender">iso6523-actorid-upis::0192:test</eb:Property><eb:Property name="finalRecipient">iso6523-actorid-upis::0088:tbcntrl00002</eb:Property></eb:MessageProperties>eb:PayloadInfo<eb:PartInfo href="cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost">eb:PartProperties<eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging>
2020-01-07 02:45:50,999 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference object uri = #id-9f7cd692-029d-4be6-83c2-2dd34e5e90d2
2020-01-07 02:45:50,999 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference digesting completed
2020-01-07 02:45:50,999 DEBUG [org.apache.xml.security.utils.resolver.ResourceResolver] check resolvability by class org.apache.xml.security.utils.resolver.ResourceResolver
2020-01-07 02:45:51,000 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2020-01-07 02:45:51,000 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Data class name: org.apache.jcp.xml.dsig.internal.dom.ApacheOctetStreamData
2020-01-07 02:45:51,002 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] Pre-digested input:
2020-01-07 02:45:51,002 DEBUG [org.apache.jcp.xml.dsig.internal.DigesterOutputStream] ᅰXIs¬8>'﾿ᅡ¥ᄒ▒▒¬"゙!ニ○Iナミ4ミ>￴ᅪᄆPヘムhYNᅡyᄇ%!ロ%KᆬモJRH~￯{bᄒ,S→ ᄆ SraᄏMᅦᄊノiツ￉ᅡᄒ゚}mワ￙Vᅥ#メD)%│ᅡ&ᅯ▒38○Mヒ+ヨ\₩&(ᅨ4ᅫラネp ¢Hva/8_ᆳᅱ￳￳s3'(FMᅧ₩ᆳ=F1oムhノᄇUᆪᆲᄉ₩o%ネ￙￁ᄆe■U *?J;0ᆪᅲᆰ^ユdSD4ᆵ￀￁マ1ᆱ゚￳eリᆵ/lワ￑モᆴᅲnタᆴpモ4￲ᅫ↓￀qᅬ=゚ᆪフ￷Z ᅴ2q{ᄚ?}Tフsv₩ᅬ.ᅢ￱l29#>ヘ2ワlナbM○￧ᄅ゚ᅤ ᄡフラ,￱ᆵ￈ᅤ1jタ@!ᅫᅱ+ᄂ→5￝^ᅨᄐ￐Vム712ᅯ﾿▒▒ツIm￷ᆲ£:Nᅢs<ᅦqンᅮル ̄ᄍ￧n ￙ユモRsp▒▒￟fᅦ9￙k■ᄁヨ^=¦ᅥ゙ᅧᄒiL ᅦᄈᆱAUᅮ￝>XP|￵￱ᅨ ↑,F¦ ̄&ᅧ}ᅫ"メAZ ᄌ¬フd¢gᅥk:>z£"[_1ᆴ￐jES￁￸Zヤᄃnᄂ￈�"￀BᅮzテK○&ᄋ£p:}ᄏGᆰᆳ}ᅣ)ᅥ8]ᄅ￘ロu↑ᄉᄊbᅲ{ᆬ￱4ᅭ￁ᆰᆪ},Nv￉○ᅦQNネミ.ラヤ￴￧sニ₩ミᆱp\A&<3@>z ¦￱N￀リKKs￱ ]▒ラ]ᅴOᄂヌJ\ᅪ￲+£￯ᅯ£{ᆬ"Z ヤᅣ!
ナᄊC>Pᅲタ￯￉/KdᅣᄎᄀI¬￁9↑チロᅨム↓OWテᄇem￝Jᅧ0ᅬ8]
p�{ᅨᆱᅯᆪ.SᆰrWᆭ�N%vラDユKᅡ￀ᄃWᆵᄂR￴Yヨ#￑ᄀヘᄎ■ニᅮ&Iᆪ゚(ᅭ2ᅬナ￧Cレ +ᅤ﾿￀¬0G ￉ᄉテ￶ル¬ᆳメト1ᄡミpjᅩᆳ￧(뺘Fᄡ@ノᅤフ₩￳ナEsf=ᆪヌ sTᄁlBᅰnリ3켸ᄎᄁ￉ᅰ￴ᄊ ̄ᄍᄃv0ᄌᄒ.YwムPムV￲1LaᅵユᅠY0n8₩ハLᅠᅪE;$IᅤuハR￝テᅠᅱ.Iナx¥ᆬ¬="ᄀ ̄ᄁ4ᄑ﾿ワニモ○ᄅkᅣᆳ↑ネ꺠*ᆲᆰ￑e￷ユ:W│ᅮマcレCo%￳iᄒZᆬ￐a￯￀￞u)゙→モᄊ}E1 ￴ᅪ]qE!uᅮ~メ0リ(○ヤ3トxA{aᄡ8[￞ᅱeホSᄆj[ユOレrᅢb)│ᅬᆳᄇi¢-J~B[ᄎンᄊ'3ᅣᄌユᄂE↓!ᄚᆲ iツᄁᆲヨ:ᅭ�];8ラ ̄o/ᅬaᅯ¢+Cxᄒ¢V\\￀ᅳ¢,ナ+ᆲX○タeテᄒᄊᄀ4ワᆭ#テZᅭ!ᄌsᅧᅱ{"#uニᅢ)Xᅬ1ᄆᄉd64=ᅪᅨᆳ-ᆬᅮ9チ-ᆬ#￧Gンᄡホ1ᄄ,F]풰ᅲ쟔zt+ᅯjrラz#￴xン￁¢テᅭ￈MᄅT2zt▒▒GE￱\ᆵ￝￙U￶チᅱ!X�ᅯtVYᅢiJ゚ᅤKUᄌネ￘|cIyᄐ"'eg찌ᅣ↑OG /→jhZm5E￐ᄀcタᄋO○ᅴ↑ᆲロᅢᆴ←ᄋcR■Tᅧ￐OヨᅨV8ユᄄナbᅮ○タヒ}￱ᄐᆴ￶ネ&3ンモニ+0ヘᅳヌxn￸ᄌBZAxᄋ>ᄏᆪ￴ホ0ᄑᄃOᅴ)jZ7훠w*Rナ↓b)ᄌチニ Gリᅠᄀx￯ᄈᄐwf￸~テルᅢラ8ᅪ3￴ᅱ8ᅱ│Mᄄ+￲ ヤ→VᆪZcᄄᄉ가○ᄋT￰ᄍ￙ルᆬhE゚ ᆳホᅩᅫHリ/ムᅡᄑ₩{ᅴ￶レ$Lᄒ￧Qᄆ₩Y9￁\ᄡᄏ ;<￱l}←ニ9 ヌ{ホᆳ￑j﾿!▒▒E-7ᅤ9@zᄈトᄍᄊBᅩ2ラM→!ᅨᅪᄌ￵+ヌ￉フリ|▒4x4Pᄆᄀl#ᅯᄋᄅb]Hᆪ,+ᄒ￸^}¥ᅴ﾿th9ホ￑ᅥ+ᅤ￱-ヘム/￁*￟2ヤᄅ(ᄒ1-ホ¬ ̄ᄒ/@テ ̄▒"0ᆰ' 2020-01-07 02:45:51,015 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference object uri = cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost 2020-01-07 02:45:51,015 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMReference] Reference digesting completed 2020-01-07 02:45:51,016 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] Signature provider: SunRsaSign version 1.8 2020-01-07 02:45:51,016 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] Signing with key: sun.security.rsa.RSAPrivateCrtKeyImpl@ffe4a1ee 2020-01-07 02:45:51,016 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod] JCA Algorithm: SHA256withRSA 2020-01-07 02:45:51,017 DEBUG [org.apache.xml.security.transforms.Transform] Create URI "http://www.w3.org/2001/10/xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementations.TransformC14NExclusive" 2020-01-07 02:45:51,017 DEBUG [org.apache.xml.security.transforms.Transform] The NodeList is [ds:CanonicalizationMethod: null] 2020-01-07 02:45:51,017 DEBUG [org.apache.xml.security.utils.ElementProxy] setElement(ds:CanonicalizationMethod, "null") 2020-01-07 02:45:51,017 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n# 2020-01-07 02:45:51,017 DEBUG [org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer] isNodeSet() = true 2020-01-07 02:45:51,017 DEBUG [org.apache.xml.security.utils.ElementProxy] setElement("ec:InclusiveNamespaces", "null") 2020-01-07 02:45:51,018 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] Canonicalized SignedInfo: 2020-01-07 02:45:51,018 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] <ds:SignedInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:env="http://www.w3.org/2003/05/soap-envelope"><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"></ec:InclusiveNamespaces></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"></ds:SignatureMethod><ds:Reference URI="#id-7efbde6f-f6e4-431d-942a-0fe4bf643039"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod><ds:DigestValue>ZQGs5maiVrFZObDJMICSPgGOUTpH6FdJiflF8NzmZZk=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-9f7cd692-029d-4be6-83c2-2dd34e5e90d2"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod><ds:DigestValue>Pyu38wR3Gh9QuOO/9N9kDs12qujKITYYWfrhIXBg+gU=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost"><ds:Transforms><ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod><ds:DigestValue>anl9EO7bko7PdTLWc70Zt7FaNbiQYdIMIbwY7XZkQVw=</ds:DigestValue></ds:Reference></ds:SignedInfo> 2020-01-07 02:45:51,019 DEBUG [org.apache.jcp.xml.dsig.internal.dom.DOMSignedInfo] Data to be signed/verified:PGRzOlNpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiIHhtbG5zOmVudj0iaHR0cDovL3d3dy53My5vcmcvMjAwMy8wNS9zb2FwLWVudmVsb3BlIj48ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0iZW52Ij48L2VjOkluY2x1c2l2ZU5hbWVzcGFjZXM+PC9kczpDYW5vbmljYWxpemF0aW9uTWV0aG9kPjxkczpTaWduYXR1cmVNZXRob2QgQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNyc2Etc2hhMjU2Ij48L2RzOlNpZ25hdHVyZU1ldGhvZD48ZHM6UmVmZXJlbmNlIFVSST0iI2lkLTdlZmJkZTZmLWY2ZTQtNDMxZC05NDJhLTBmZTRiZjY0MzAzOSI+PGRzOlRyYW5zZm9ybXM+PGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PC9kczpUcmFuc2Zvcm0+PC9kczpUcmFuc2Zvcm1zPjxkczpEaWdlc3RNZXRob2QgQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyNzaGEyNTYiPjwvZHM6RGlnZXN0TWV0aG9kPjxkczpEaWdlc3RWYWx1ZT5aUUdzNW1haVZyRlpPYkRKTUlDU1BnR09VVHBINkZkSmlmbEY4TnptWlprPTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PGRzOlJlZmVyZW5jZSBVUkk9IiNpZC05ZjdjZDY5Mi0wMjlkLTRiZTYtODNjMi0yZGQzNGU1ZTkwZDIiPjxkczpUcmFuc2Zvcm1zPjxkczpUcmFuc2Zvcm0gQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzEwL3htbC1leGMtYzE0biMiPjwvZHM6VHJhbnNmb3JtPjwvZHM6VHJhbnNmb3Jtcz48ZHM6RGlnZXN0TWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMjc2hhMjU2Ij48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+UHl1Mzh3UjNHaDlRdU9PLzlOOWtEczEycXVqS0lUWVlXZnJoSVhCZytnVT08L2RzOkRpZ2VzdFZhbHVlPjwvZHM6UmVmZXJlbmNlPjxkczpSZWZlcmVuY2UgVVJJPSJjaWQ6ZWUwYTAyOTQtYTA5Ni00ZThiLWIzZjItNTI5YmUwNzI1NWRlQGxvY2FsaG9zdCI+PGRzOlRyYW5zZm9ybXM+PGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6Ly9kb2NzLm9hc2lzLW9wZW4ub3JnL3dzcy9vYXNpcy13c3MtU3dBUHJvZmlsZS0xLjEjQXR0YWNobWVudC1Db250ZW50LVNpZ25hdHVyZS1UcmFuc2Zvcm0iPjwvZHM6VHJhbnNmb3JtPjwvZHM6VHJhbnNmb3Jtcz48ZHM6RGlnZXN0TWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMjc2hhMjU2Ij48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+YW5sOUVPN2JrbzdQZFRMV2M3MFp0N0ZhTmJpUVlkSU1JYndZN1haa1FWdz08L2RzOkRpZ2VzdFZhbHVlPjwvZHM6UmVmZXJlbmNlPjwvZHM6U2lnbmVkSW5mbz4= 2020-01-07 02:45:51,121 DEBUG [org.apache.wss4j.dom.handler.WSHandler] Performing Action: 4 2020-01-07 02:45:51,126 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm 2020-01-07 02:45:51,168 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#rsa-oaep 2020-01-07 02:45:51,169 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2001/04/xmlenc#sha256 2020-01-07 02:45:51,172 DEBUG [org.apache.wss4j.dom.message.WSSecEncryptedKey] cipher blksize: 0 2020-01-07 02:45:51,207 DEBUG [org.apache.wss4j.dom.message.WSSecEncrypt] Beginning Encryption... 2020-01-07 02:45:51,214 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm 2020-01-07 02:45:51,238 DEBUG [org.apache.xml.security.encryption.XMLCipher] Have functional IdentityTransformer: false 2020-01-07 02:45:51,238 DEBUG [org.apache.xml.security.encryption.XMLCipher] Getting XMLCipher with transformation 2020-01-07 02:45:51,238 DEBUG [org.apache.xml.security.encryption.XMLCipher] Constructing XMLCipher... 2020-01-07 02:45:51,265 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm 2020-01-07 02:45:51,265 DEBUG [org.apache.xml.security.encryption.XMLCipher] JCE Algorithm = AES/GCM/NoPadding 2020-01-07 02:45:51,266 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm 2020-01-07 02:45:51,266 DEBUG [org.apache.xml.security.algorithms.JCEMapper] Request for URI http://www.w3.org/2009/xmlenc11#aes128-gcm PuTTYPuTTYPuTTYPuTTYPuTTY2020-01-07 02:45:51,333 DEBUG [org.apache.xml.security.encryption.XMLCipherUtil] Saw AES-GCM block cipher, attempting to create GCMParameterSpec: http://www.w3.org/2009/xmlenc11#aes128-gcm 2020-01-07 02:45:51,334 DEBUG [org.apache.xml.security.encryption.XMLCipherUtil] Successfully created GCMParameterSpec 2020-01-07 02:45:51,361 DEBUG [org.apache.wss4j.dom.message.WSSecEncrypt] Encryption complete. 2020-01-07 02:45:51,365 DEBUG [org.springframework.ws.client.MessageTracing.sent] Sent request [SaajSoapMessage] 2020-01-07 02:45:51,426 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection request: [route: {s}->https://proxy.peppol.eu:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] 2020-01-07 02:45:51,432 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection leased: [id: 0][route: {s}->https://proxy.peppol.eu:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] 2020-01-07 02:45:51,534 DEBUG [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to proxy.peppol.eu:443 2020-01-07 02:45:52,069 DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: default 2020-01-07 02:45:52,072 DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context 2020-01-07 02:45:52,072 DEBUG [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED 2020-01-07 02:45:52,073 DEBUG [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: UNCHALLENGED 2020-01-07 02:45:52,073 DEBUG [org.apache.http.impl.client.DefaultHttpClient] Attempt 1 to execute request 2020-01-07 02:45:52,073 DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Sending request: POST /proxy/as4 HTTP/1.1 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "POST /proxy/as4 HTTP/1.1[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Accept-Encoding: gzip[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Accept: application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Content-Type: multipart/related; boundary="----=_Part_1_2014950641.1578383151369"; type="application/soap+xml"[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Content-Length: 11740[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Host: proxy.peppol.eu[\r][\n]" 2020-01-07 02:45:52,074 DEBUG [org.apache.http.wire] >> "Connection: Keep-Alive[\r][\n]" 2020-01-07 02:45:52,075 DEBUG [org.apache.http.wire] >> "User-Agent: Apache-HttpClient/4.5.10 (Java/1.8.0_222)[\r][\n]" 2020-01-07 02:45:52,075 DEBUG [org.apache.http.wire] >> "[\r][\n]" 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> POST /proxy/as4 HTTP/1.1 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Accept-Encoding: gzip 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Accept: application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Content-Type: multipart/related; boundary="----=_Part_1_2014950641.1578383151369"; type="application/soap+xml" 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Content-Length: 11740 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Host: proxy.peppol.eu 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> Connection: Keep-Alive 2020-01-07 02:45:52,075 DEBUG [org.apache.http.headers] >> User-Agent: Apache-HttpClient/4.5.10 (Java/1.8.0_222) 2020-01-07 02:45:52,097 DEBUG [org.apache.http.wire] >> "------=_Part_1_2014950641.1578383151369[\r][\n]" 2020-01-07 02:45:52,097 DEBUG [org.apache.http.wire] >> "Content-Type: application/soap+xml; charset=utf-8[\r][\n]" 2020-01-07 02:45:52,097 DEBUG [org.apache.http.wire] >> "[\r][\n]" 2020-01-07 02:45:52,099 DEBUG [org.apache.http.wire] >> "<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true"><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-e1f2255d-e0e7-4441-ae1a-36b1447281c4"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/><xenc11:MGF Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256" xmlns:xenc11="http://www.w3.org/2009/xmlenc11#"/></xenc:EncryptionMethod><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference><wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">mX6Hljc6VVJfX2Q5E4ldZTbHWyQ=</wsse:KeyIdentifier></wsse:SecurityTokenReference></ds:KeyInfo><xenc:CipherData><xenc:CipherValue>A6zmHK++zF45b3mFqf1M4OU51vs28rf/9SlMtuz30vDUt45JQR/8yuf0XoA8Rnmx01mSxSVPbueZzqor5nBI5SBr0xL4MvjMov/43WiW0DABFKyrI6zcfNlLXJSKyp57ctKDvc0bHOBEPNOFtpgeZ+lym9NcfVrzbpXGEtK79ZJfdONosGfFJDDVwFmqBoQDlGP5Od7CNzaqmGanyP+HXPkQf4q6js7zvIBOY8/af2w1JJZRaQNRerYX7nIRtz7qjZroVmBJy28eB91Rk8NseoLzOL/LVBrKVQbfEdpYo2psMPEckw61wTwXRI/T3kXx5LvzyxctqvLycLCnHRWzUQ==</xenc:CipherValue></xenc:CipherData><xenc:ReferenceList><xenc:DataReference URI="#ED-0963496a-2f77-4a3f-b4a4-75c926f4967e"/></xenc:ReferenceList></xenc:EncryptedKey><xenc:EncryptedData Id="ED-0963496a-2f77-4a3f-b4a4-75c926f4967e" MimeType="application/octet-stream" Type="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes128-gcm"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"><wsse:Reference URI="#EK-e1f2255d-e0e7-4441-ae1a-36b1447281c4"/></wsse:SecurityTokenReference></ds:KeyInfo><xenc:CipherData><xenc:CipherReference URI="cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost"><xenc:Transforms><ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Ciphertext-Transform" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/></xenc:Transforms></xenc:CipherReference></xenc:CipherData></xenc:EncryptedData><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-c9dc2204-89dc-476e-bf50-6b5629f7db39">MIIFwTCCA6mgAwIBAgIQUg0WvfIePl0esAy48s6ZYjANBgkqhkiG9w0BAQsFADBrMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEWMBQGA1UECxMNRk9SIFRFU1QgT05MWTEpMCcGA1UEAxMgUEVQUE9MIEFDQ0VTUyBQT0lOVCBURVNUIENBIC0gRzIwHhcNMTkxMjIzMDAwMDAwWhcNMjExMjEyMjM1OTU5WjBOMRIwEAYDVQQDDAlQTk8wMDAzMTgxFzAVBgNVBAsMDlBFUFBPTCBURVNUIEFQMRIwEAYDVQQKDAlPcnl0b24gQVMxCzAJBgNVBAYTAk5PMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXD+5nS+nTfQaNHE3GIMNOF45PA/zXL8r1Ff8vdyTq2C+t60HPk8UF4fEY/euUfmSJFcNCm9sxIZY+zm+PV5Nc5IOgN8isXRfpOWXtDf5OEd5sXk0aPDvsoQx07xUvGxq6P2nqfFuuDiAVfH6NKMPaT8M2CM2P++Fa/5RFn3u+4l1D0ApOGdAiDXOhHYz7ObQ3Or4omylKtRc/j/mUgn92ULaGvuG/tGo90NL63j7VgVhPEpJdce26+n04TMRz8tgeoWCC0oJgKCxYQnhpwzLV6n0z9Qdk3PPtOVM5RGXrYizcOidvO/EaLwt6QRxkYbW51n9CXKtTpWw8CrrwPf+QIDAQABo4IBfDCCAXgwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCA6gwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwIwHQYDVR0OBBYEFF/Rspl6GVJXWWbhJxlADsa5GgVKMF0GA1UdHwRWMFQwUqBQoE6GTGh0dHA6Ly9wa2ktY3JsLnN5bWF1dGguY29tL2NhXzZhOTM3NzM0YTM5M2EwODA1YmYzM2NkYThiMzMxMDkzL0xhdGVzdENSTC5jcmwwNwYIKwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRwOi8vcGtpLW9jc3Auc3ltYXV0aC5jb20wHwYDVR0jBBgwFoAUa29LtvE3uis8fxjNuiuyuXwqN+swLQYKYIZIAYb4RQEQAwQfMB0GE2CGSAGG+EUBEAECAwEBgamQ4QMWBjk1NzYwODA5BgpghkgBhvhFARAFBCswKQIBABYkYUhSMGNITTZMeTl3YTJrdGNtRXVjM2x0WVhWMGFDNWpiMjA9MA0GCSqGSIb3DQEBCwUAA4ICAQAcefT37bV8NLQRgvy4/MRwBSH66kwFSl8GnN5FCLhP7xMe71QpTUoXBKZPLCdCDLgueiDYmRHgbLyj88QyZZ3dtVqWJklhwf9ckcJuX0yhL8tlz/2Xg4LrkTm4eNex/snx/Spb817EMVWjlgPZPsCrAffUXJatf5RLgn8A33O80Epf3qci74xThM4Zv92EGRKXiKvsksXSBEr2OjzyXLtn/CyiNtRhfMqp30GfmmT+6sOudFJj3w5lZg3V5fE0aZSlmcWVX4HOgmnNjYfFCVBcMVd5bxBEgE+rNjdU0oD/24NJfFS/3u8W/oFjrAG6XWrKxbZjaXMIjFUBu+dO/8bsjCWMtIbkgIE3/nHS/808tFGhpMjEHSOBcXH2PV7FV4RUzRf9XC+ax5ZIjI8ZPaKeAhAEj2i7OlLNSPza0OMd8QWO1URMwztoBlSLxtUBFGIobVFIWRRFp5pnYVX4SAThSnp6yBIqUhZolEWwdCbrHPjhJ1Pl1abJkJ4Bpnq6L2+2OodD/FZBq2yXmC76tkAtHV5c84pA1mPZ5rd8IMahkQFPvxDh399JRycTprzqHMcYeI1XqcnvgH3sd08y8siP4vPJjZZV3WgGyEqiNADsClUtCBQFnWeloex98GdDjzzxLxO+Fxu5x3GwodhHWIVSD+KXAbGc6N158iEWdg1FXA==</wsse:BinarySecurityToken><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-a163270d-1acc-447f-82ab-62358d31b978"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="env"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/><ds:Reference URI="#id-7efbde6f-f6e4-431d-942a-0fe4bf643039"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><ds:DigestValue>ZQGs5maiVrFZObDJMICSPgGOUTpH6FdJiflF8NzmZZk=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-9f7cd692-029d-4be6-83c2-2dd34e5e90d2"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><ds:DigestValue>Pyu38wR3Gh9QuOO/9N9kDs12qujKITYYWfrhIXBg+gU=</ds:DigestValue></ds:Reference><ds:Reference URI="cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost"><ds:Transforms><ds:Transform Algorithm="http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><ds:DigestValue>anl9EO7bko7PdTLWc70Zt7FaNbiQYdIMIbwY7XZkQVw=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>cVutaRsiuRfDyB4auJT9jHbWJGz9vGKQbu64UEtRwwfRupDqIP11+vf3GuOeQurxuGdWxikEGaMBGM0XsSU2g4M2L68Cw6dlNJsF9iN2LR6uxSn9pjoDZeMW/w2b/GQ5p6Ekk0yD34Zqhv7h3SHeMkhpHN3dqHpDsgmQ3hlm7vRtSl9fEhAbG8ZbQym96G6QSmmne9ZR/i2soRvn6JOZmo2uIQiq2Cr7whR5aJ8yiDMabBeOPwQP4/2MrDPBa2VnAmSjSCqMA2e8NE5Bb90WqWF9FGmJ0k9Td0BfZwVgNQMll9L+AMakxDPdxq31eG3X2U4N71bhvlR8f2z5MeDTSg==</ds:SignatureValue><ds:KeyInfo Id="KI-9c3aca3c-221f-4ffd-924e-7b40228bafb0"><wsse:SecurityTokenReference wsu:Id="STR-01d0424f-8dbd-4ea7-8042-a4f9a058934b"><wsse:Reference URI="#X509-c9dc2204-89dc-476e-bf50-6b5629f7db39" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security><eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" env:mustUnderstand="true" wsu:Id="id-9f7cd692-029d-4be6-83c2-2dd34e5e90d2"><eb:UserMessage xmlns:ns3="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0" xmlns:ns8="http://www.w3.org/1999/xlink"><eb:MessageInfo><eb:Timestamp>2020-01-07T02:45:50.321-05:00</eb:Timestamp><eb:MessageId>5b312a6c-5386-4617-8e1f-150acdd4450f@localhost</eb:MessageId></eb:MessageInfo><eb:PartyInfo><eb:From><eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">PNO000318</eb:PartyId><eb:Role>http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator</eb:Role></eb:From><eb:To><eb:PartyId type="urn:fdc:peppol.eu:2017:identifiers:ap">POP000055</eb:PartyId><eb:Role>http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder</eb:Role></eb:To></eb:PartyInfo><eb:CollaborationInfo><eb:AgreementRef>urn:fdc:peppol.eu:2017:agreements:tia:ap_provider</eb:AgreementRef><eb:Service type="cenbii-procid-ubl">urn:www.cenbii.eu:profile:bii05:ver2.0</eb:Service><eb:Action>busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1</eb:Action><eb:ConversationId>fad4be4b-b931-4f6a-bec2-f6110cc9049f@localhost</eb:ConversationId></eb:CollaborationInfo><eb:MessageProperties><eb:Property name="originalSender">iso6523-actorid-upis::0192:test</eb:Property><eb:Property name="finalRecipient">iso6523-actorid-upis::0088:tbcntrl00002</eb:Property></eb:MessageProperties><eb:PayloadInfo><eb:PartInfo href="cid:ee0a0294-a096-4e8b-b3f2-529be07255de@localhost"><eb:PartProperties><eb:Property name="CompressionType">application/gzip</eb:Property><eb:Property name="MimeType">application/xml</eb:Property></eb:PartProperties></eb:PartInfo></eb:PayloadInfo></eb:UserMessage></eb:Messaging></env:Header><env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-7efbde6f-f6e4-431d-942a-0fe4bf643039"/></env:Envelope>[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "------=_Part_1_2014950641.1578383151369[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "Content-Type: application/octet-stream[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "Content-ID: <ee0a0294-a096-4e8b-b3f2-529be07255de@localhost>[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "Content-Transfer-Encoding: binary[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "[\r][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "zw[0xde]C[0xeb][0x98][0xdc][0xf].[0x9b]j+5z[0xa5][0xfc][0x99]J[0xac]PHrYq][0xd7])[0xe0][0xd7][0x19][0xf4][0xaa][0x8c][0x17]C[0xd2][0xd2]j)[0x12][0xec]g[0xd2][0xd7]Z[0x85][0x9f]N[0xe9][0xfa][0x80][0xad][0xb1][0xf1][0x83][0x80][0xcc][0x9e][0x96][0xb4][0x9b][0xcf][0xba]AF{f[0xff][0x9][0xba]e[0xa7][0xf4]X[0xdd][0xb1][0x9]q[0xb]9[0xae][iz[0x8b]C[0x88][0x99]G[0xb7]VMn[0x92]g[0x89][0xc1][0x8d]T[0xef]V6[0xd9]@[0x4][0xd0][0xf2][0xfa][0xf2][0x9][0xbd]Kd[0x84]o[0xbb][0x9f][0x8b][0xd5][0xb6][0xa5]a[0xed]0[0x85]&[0xc8][0xb2]%M6[0xa7][0x2][0xe]FO[0xf5][0xb8][0x8c][0xcf]T[0xc5][0x9c][0xf5]Na[0xa5]V[0xbf][0xf][0xb9][0xbd][0x13][0xd5][0x17]f[0x94]"[0x5]9b[0xd4][0xbf][0xe9]^[0xb7][0x95]%[0x84][0xee][0xf6][0x9b][0xb9][0x14]H[0xfe][0xb6][0x84]k[0xe1]3[[0x14][0x18][0x96][0x98]#[0xd9]D2[0xed]c[0xdb][0xe6][0xdc][0xa9]x[0x15]x[0xb1][0xd5]H'[0x91]c[0x8][0xec][0x0][0x9f][0x9b]8h[0xd3][0xbb]/[0xab][0x81][0xd0][0xba][0xec]c[0x2][0xf][0xbd]x[0xdc][0xe9][0xb2]+V[0x10]d[0x92]z[0xd6][0xa6]k[0xf6]N[0xf]z[0xb8]T[0x93][0xd8][0xf4][0xb6]L[0x1c][0x9d][0xbe][0xad]{[0x90];[0x97][0x98][0x13][0x1b][0xa1][0xda]k[0x8d][0xb7]X[0xa9][0xde][0xca][0xbd][0xc8][0xf2] [0x9f]=3[0xbe][0xb1]V>7r[0x93][0xe8]d8[0xfb][0x18]<3e[0xee][0xd3][0xa8][0x1][n[0xe1].[0xd0][0x17][0x8f]h[0xf7][0x9c]v[0xf9]C[0xfb][0x16][0xad][0x17][0x98][0x95][0x91][0xe6]h[;[0x88]V~[0xdc]<[0xb7]FQg[0xda][0xe2][0xc3]y%[0xcc][0xbd][0xf][0xfd][0xcc][0x92][0xaa][0x1f][0xbb][0xa1][0xaa][0x17]{[0xb]X9U[0xa2]vD[0xb5][0x8c][0xe1]7[0xfe][0x19][0xc1][0xed]M3[0xba][0xcd]c[0xbc][0xd3]}[0xc]x[0x13][0xb0][0xd5][0xd1][0xba][0xf5][0xa7][0x1d][0xe5][0xbe]z?W[0xcf]p [0x89]:^[0x9]~D-[0xa2] 1[0xc7][[0x8f][0x18][0x1a][0xe][0xad]j[0xa7][0xa7][0xf9][0x1b][0x9e][0xfa][0xa9][0xc7]Z[0xe6][0x8b]D[0xce][0xf][0x83][0xa5]q[0x8d][0xd7][0x9]:[0xd1]U=[0xee][0xd1][0xc6]=[0xb1][0xa0][0xde][0x1c]o[\r][0x17][0x92]@[0x92]Y[0xe6][0x9c]cn[0xcf][0xee]G[0xa9]r[0x80][0x95][0xb2][0xc7][0xee][0xb5]rCk[0x4][0xd7][0xa9]I[0xc1][0xa9][0x83]X[0xd6]89[0xb2] v][0xe9]T[0xf1][0xac][0xe7][0xab][0x99][0x9c][0xf][0xec][\n]"
2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "[0xe9][0x9f]
[0xe]uy[0xed][0xf6][0xeb]qJ=[0xb6]l[0x1c][0xb8]|[0x16][0xb][0x16][0xac][0x82][0xa1][0x14]7z[0xb0][0xea]tz[0xe9]M2H[0xfc][0xf5]>[0xf6][0xa1]$[0xe1][0x12][0xc0]g[0xbd][0xd3][0x1d]b[0x9]a[0xff][0x81][0x1][0xe]H[0x9][0x5];[0xff][0xb9]R6[0xab][0xcf]o[0x86]RoQ+[0xd7][0x13]Y[0xa5][0xa4][0xfe][0xb5]1[0xf3][0xc2][0x85]m>[0xc4][0xc4][0xc2]8L_[0x9a]\[0xa3][0x84][0x5]%Y[0x81]x[0xd7][0x10]4[0xe9][[0x8d][0xfa][0xa5][0x4][0xc9][0xfb]5[0x6]G[0x88][0xa2][0x16][0x10][0x18][0x9d]aogg~[0x4]g[0x11]5[0xe1][\n]" 2020-01-07 02:45:52,115 DEBUG [org.apache.http.wire] >> "[0x0][0xb0]L[0x8f][0xac][0x96][0x85][0x83][0x6][0xe0]J[0xad]D[0xfc][0xe1]VF^[0xb6][0xe2][0xf6][0xe8][0xa3]P[0xa9]=[0xec]j[0xe3]O[0xb7][0x5][0x89][0x89]-[0xba][0xad][0x10]-[0xa7][0xcd][0xd7]e[0x94][0xf3][0xda][0x13]=[0xb8][0xc0][0x1][0xb5]j[0xb8][0xc7][0xd1][0x8f][0x9f][0xad][0xff][0xd3][0xe0][0x9c][0xc8]?X"[\n]" 2020-01-07 02:45:52,116 DEBUG [org.apache.http.wire] >> "[0x16]w[0xb9]~[0x19]\[0xa6]B8[0xcd] [0xe7][0xa7][0x19]@[0xb7][0xd0][0x3][0xff][0x97][0x5]E[0xba]0@[0xaf][0x85]o4R[0xe][0xfa][0xc]"fV[0xce][0x12][0xa4]7[0x0] X?[0x98]u[0x2]u[0xc5]+[0xb7]RA[0xb9][0xfc]P)e'3l[0xeb][0xdb]G[0xb4][0xc8]PZ[0x8a][0x96][0xba][0x12][0xd1][0xc5].<~[0xdb][0xc9][0x14]<[0xcd][0xe1]j[0xb5][0xbe][0xae]S[0xd2][0xe9][0xa4][0xa2][0x2][0x83]N[0xe3][0x95][0x9d]0[0x19][0xa7]U[0x1d][0x1][0x1b]]J[0x19][0xf6][0x3][0xa3]K[0xdb]J[0xed]3y[0xba][0xe0][0xc3][0xd4]a[0xd7][0xb1].[0xa0][0x82][0xe1][0xa0]A[0x0][0xc4][0x5][0xbb]w[0xba]#[0xd2][0x85][0x8d][0xfc][0xb5][0x80][0xd0][0xda]Q[\n]" 2020-01-07 02:45:52,118 DEBUG [org.apache.http.wire] >> "[0xc0][0x94]h>[0x14][0x15][0x9e][0xa7][0x93]|yJ[0xf8])B[0xc9][0x81][0x9e])5P\([0x3]M&[0xf7][0x9e][0xce][0xcb][0x1b][0x98][0xe][0x9b]U[0x13][0x8c]P[0x9f][0xcb][0xf1][0x1a][0xbd]<[0xb2]A[\r]kiv[0xc7][0xc6][0xb][0x12]P[0xd7][0x80][0xe8][0xda][0xdb][0x1f][0xdc][0xa5][0xd3][0xd4][0xcb][0xba]#}[0x83]l[\r][0xb6]$[0x96]'[0xfc][0x8d]>[0x16]#.[0xf][0xe5]*[0xdf]D[0xaa][0x88][0x7][0x83][0x94][0xb5][0xcd]U9[0x15][0xba][0xcd]([0x8]9[0xd3][0xad][0x1]W[0x6][0xd2][0xba]ki[0xba][0xbe]T[0xf6]2[0x10][0x8f][0x9e]-[0xc1]C[0x12]&[0xbd][0xad][0xd1][0x81]7B'R$[0xa6][0xad]ux[0xaf][0xe3]Y[0x9a][0xf4][0xf1][0xf8]vE[0x98][0xf4][0xcb][0xb8][0x8f][0xe]H[0xed]G[0xcb]0x9ef[0xd3][0x9b][0x1f]O[0x9c][0xd0]#[0x94][0xee][0x13][0xeb]d[0xe0][0xd7][0x2]|[0xfd]51[0x99]1>[0x81]F[0x8b][0xcd]g[0x91]E[0x92][0x1b][0xcf]u[0xb][0xf7][0x7]lJc[0xe8]1-^[0xe1][0xcb][0xab]e[0x9e][0xc]+[[0xe5][0xa9][0xcc][0xa9]K[0x86][0xf9]0xd2[0xf1],[0x9c][0x81]y[0x1][0x15][0x8b]j[0xc3][0xb]g[0xbd]cr[0xe5][0xf6][0xb7]6[0xd5][0x2][0xdc][0x81][0x8e][0x96][0x92];[0xe6][0x14][0x9f][0x92][0xd1] [0xcc][0x1c][0x13][0xe9][0x1d]d[0xe7][0x1][0xe][0xc2][0xbe][0xe8][0x8f]>[0x3][0xcc]7[0x83][0x2][0x86][0xf]N|[0x9a][0xbb][0x8a][0x8d][0xf7]![0xb4]Q?[0x9a][0xc5][0x0] [0xdc][0xe1][0x8d]9[0x4]a@[0xa5][0x8a][0x85]0u;4[0xcb][0xdd][0xaf][0xca]1[0x9e][0x12][0x0][0x8a][0xed]M[0xf1][0xe0][0xd1][0x13]u[0x13][0xf4]Vi<o9[0x1b][0xa9]CL[0xbd])[0xf]8 g[0x3][0x91][0x8b][0x1d][0x13][0x84]#[0x9c][0xec][0xde]([0xf1][0x8d][0xe5][0xd9][0xa2][0x1]u[0xf4][0xd3][0xa0]_EZ[0x17][0xc0][0xad][0x8a]([0xb5][0x8b]{ixB[0x93]8[0xac][0xb6][0xb0][0xe9][0x82][0xc0][0xd3][0xd8]O[0x8d]<[0xa6]-EF[0x0][0x9a]H[0xaf]$[0xaa][0xd6]K[0x8e]U[0xd6]|[0x1][0xc9]h@N[0xc5][0xe1][0xd8][0xb2][0xa9]l[0x82][0xf6][0xb9][0xb1][0xbf]_[0xd6][0x9f][0x11][0xe5][0x8a]([0xc7][0x4][0xa4][0xde][0x80][0xdc][0xbd][0x15]s[0x16][0xfe][0xca]5[0xd1][0xe0][0xa9]0[0xce][0xd2][0x9e]k[0x94]Y[0xc8]?[0x8b][0xa1]X,[0xd0][0xcd][0x7][0x99]Z<[\r]_5[0x17][0xa2][0x99]9[0x9d][0x8a][0xfd][0x95][0x8e][0xb0]Nx[0x5]q[0xa7][0xd8][0x97][0xb8]{@g[0x9a]|l1[0x0]*[0xee]W[0xa2][0x8e][0xe][0xc4][0xd0]o [0xf5]2[0xec]W[0xb6][0xd9][0xbb][0xdc][0xf3]M?[0xb1][0xf7][0xaa]~<[0x0][0x2][0xfa][0x96]F8[0x3][0xfa]![0xb][0x1d]-[\r]*[0xe8]l[0x95]"[0xb2]RJ?dZ*][0xd2][0x83]w[0xc6][0xa6]|F[0xca]d[0x2][0xf8][0x88][0x9c][0xa2][0xbf][0xe0][0x1c]g[0xbe][0x10][0xfc]y$[0xe3][0xab]@[0xbd][0xe]@[0xed][0xef]uxAw[\r][0x96][0xb8]x[0x8d]C[0x82][0x88][0xa4][0xb][0x3]W![0xe2][0xbd][0xc2]\[0x81][0xcd][0xa5][0xb9][\r][0xdb]T[0x8a][0xaa][0x17][0x94][0xfc][0xaa]~[0xff][0xb9][0xb6][0x10]l[0xfa][0xc5]Qn[0x97]i[0xc4][0xf7][0xce][0xb7][0xe5]N[0x88]>[0x1b]m[0xe4][0xf5][0xd2][\n]" 2020-01-07 02:45:52,118 DEBUG [org.apache.http.wire] >> "c>[\r][0xe9][0xe9][0xda][0xc2]J~]{m9[0xa3][0xbc][0xbf][0xee][0x7]Jl[0x97]0[0x84]2[0x99]|R[0xd1][0xc4]K;U[0xd4]o[0xf0][0xee]S;F[0xf4][0x10][0xae][0xb3]e[0xb4][0xa9][0x1e]*N[0x89];[0xea][0xbc]"[0xcc][0x9a][0xc2][0x1c][\n]" 2020-01-07 02:45:52,118 DEBUG [org.apache.http.wire] >> "As[0x90][0x1][0xaa][0x9e]u[0xd3]<[0xce][0xae][0xab][0xba][0xcf][0xff][0x81][0xff][0xeb][0xe6]n![0x91][0xb5][0xb6][0xd1]2[0xfc][0xbe],[0x94][0x7][0xe6]Y[0xc9]M[0xd2]1![0xf5][0xfe][0xfb]Ov[0xe8])[0xb2]Mq[0xf1][0x14]%[0x9b][0x95][0x80][0xf5][0xd4]a[0xab][0xa9][0x19][0xd2][0xe5][0xf6][0xe][0xbc][0xa8][0xd1][0xac] [0xf3][0x91][0xeb][0xbe][0x0][0xfa][0xdb]`[0xe2][0x18]q[0x10]A;[0x84][0xfb]LC[0xb][0xca][0xbc][0xf0][0xae]_7[0xca]O6[\r][0x9d][0xea][0x8e][0xd1]O[0x1b]9[0xbb][0x1]N[0xd8]m[0x9b][0xfc][0xe2][0xfa][0xee]}v[0xef]y@[0xe8][0xd0][0x13][0xc9];hr[0x80][0x1e][0xf5]i4[0xa1][0xa7][0xc8][0xf2[0xfe][\r][\n]"
2020-01-07 02:45:52,118 DEBUG [org.apache.http.wire] >> "------=_Part_1_2014950641.1578383151369--"
2020-01-07 02:45:52,306 DEBUG [org.apache.http.wire] << "HTTP/1.1 500 [\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "Date: Tue, 07 Jan 2020 07:45:52 GMT[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "Content-Type: application/soap+xml;charset=UTF-8[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "Content-Length: 424[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "Connection: keep-alive[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "server: nginx/1.16.1[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.wire] << "[\r][\n]"
2020-01-07 02:45:52,307 DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 500
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << HTTP/1.1 500
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << Date: Tue, 07 Jan 2020 07:45:52 GMT
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << Content-Type: application/soap+xml;charset=UTF-8
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << Content-Length: 424
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << Connection: keep-alive
2020-01-07 02:45:52,307 DEBUG [org.apache.http.headers] << server: nginx/1.16.1
2020-01-07 02:45:52,308 DEBUG [org.apache.http.impl.client.DefaultHttpClient] Connection can be kept alive indefinitely
2020-01-07 02:45:52,314 DEBUG [org.apache.http.wire] << "<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">soap:Bodysoap:Faultsoap:Codesoap:Valuesoap:Sender</soap:Value>soap:Subcode<soap:Value xmlns:ns1="http://ws.apache.org/wss4j">ns1:SecurityError</soap:Value></soap:Subcode></soap:Code>soap:Reason<soap:Text xml:lang="en">A security error was encountered when verifying the message</soap:Text></soap:Reason></soap:Fault></soap:Body></soap:Envelope>"
2020-01-07 02:45:52,314 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection [id: 0][route: {s}->https://proxy.peppol.eu:443] can be kept alive indefinitely
2020-01-07 02:45:52,314 DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection released: [id: 0][route: {s}->https://proxy.peppol.eu:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
2020-01-07 02:45:52,328 DEBUG [org.springframework.ws.client.MessageTracing.received] Received response [SaajSoapMessage {http://www.w3.org/2003/05/soap-envelope}Fault] for request [SaajSoapMessage]
2020-01-07 02:45:52,346 DEBUG [no.difi.oxalis.as4.outbound.As4WebServiceTemplate] Received Fault message for request [SaajSoapMessage]
2020-01-07 02:45:52,353 ERROR [no.difi.oxalis.commons.error.QuietErrorTracker] [2c4303b0-1ffe-4149-a17c-bd5ecdcffea1] A security error was encountered when verifying the message
org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:72)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:22)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:166)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:94)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-01-07 02:45:52,365 ERROR [eu.sendregning.oxalis.Main] Execution failed: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
java.util.concurrent.ExecutionException: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at eu.sendregning.oxalis.Main.main(Main.java:225)
Caused by: org.springframework.ws.soap.client.SoapFaultClientException: A security error was encountered when verifying the message
at org.springframework.ws.soap.client.core.SoapFaultMessageResolver.resolveFault(SoapFaultMessageResolver.java:38)
at org.springframework.ws.client.core.WebServiceTemplate.handleFault(WebServiceTemplate.java:830)
at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:624)
at no.difi.oxalis.as4.outbound.As4WebServiceTemplate.doSendAndReceive(As4WebServiceTemplate.java:21)
at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:555)
at no.difi.oxalis.as4.outbound.As4MessageSender.send(As4MessageSender.java:72)
at no.difi.oxalis.as4.outbound.As4MessageSenderFascade.send(As4MessageSenderFascade.java:22)
at no.difi.oxalis.api.outbound.MessageSender.send(MessageSender.java:59)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:166)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:94)
at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Could you show me how to resolve this case ? Thank you

Problem with AS2 MDN when including AS4 module

Greetings,

I have a POM with the following snippet:

<dependency>
  <groupId>no.difi.oxalis</groupId>
  <artifactId>oxalis-war</artifactId>
  <version>4.0.3</version>
  <classifier>classes</classifier>
</dependency>
<dependency>
  <groupId>no.difi.oxalis</groupId>
  <artifactId>oxalis-as4</artifactId>
  <version>4.1.0-SNAPSHOT</version>
</dependency>

I test by sending files to myself. AS4 files seems to work but AS2 does not work fully when the AS4-module is included. I receive the file ok but the parsing of the MDN on the sending side goes wrong with following exception:

no.difi.oxalis.api.lang.OxalisTransmissionException: AS2 transmission failed : =
Received headers Date: Tue, 08 Jan 2019 15:20:38 +0000 Message-Id: <1546960
837777.1.1653001218.Oxalis@peppoltest> Subject: AS2 message from Oxalis MIME-V
ersion: 1.0 Content-Type: multipart/signed; protocol="application/pkcs7-signatu
re"; micalg=sha-1; boundary="----=_Part_0_1847832028.1546960837942" Content-Len
gth: 144650 as2-from: PSE000027 as2-to: PSE000027 disposition-notification-to
: [email protected] dispositio
n-notification-options: signed-receipt-protocol=required,pkcs7-signature; signed
-receipt-micalg=required,sha1 as2-version: 1.0 host: peppoltest.tyringe.com c
onnection: Keep-Alive user-agent: Oxalis 4.0.3 accept-encoding: gzip,deflate at no.difi.oxalis.as2.outbound.As2MessageSender.handleResponse(As2MessageSen
der.java:312) at no.difi.oxalis.as2.outbound.As2MessageSender.sendHttpRequest(A
s2MessageSender.java:246) at no.difi.oxalis.as2.outbound.As2MessageSender.send(
As2MessageSender.java:155) at n
o.difi.oxalis.as2.outbound.As2MessageSenderFacade.send(As2MessageSenderFacade.ja
va:58) at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(Defau
ltTransmitter.java:149) at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:106)

I have debugged this and it seems to be an issue with the encoding of the MDN-BodyPart on the receiving end.
On the bodypart with Content-Type=message/disposition-notification I get
Content-Transfer-Encoding=base64 when including the AS4-module
but I get
Content-Transfer-Encoding=7bit when NOT including it - and in this case all goes well!

In the case where I get base64 the content is actually not base64 making the parsing of the MDN from the sending side go into error.

This difference I believe is caused by geronimo-javamail_1.4_mail-1.8.4.jar which is included by the AS4-module (via cxf-rt-ws-securit). This jar has partly the same classes as mail-1.4.7.jar used by oxalis but with different code and including the as4-module makes the geronimo-classes being used (MimeMessage for example) making this error occur.

Please let me know if I need to clarify anything or if there is a trick to make this error disappear.

Best regards

Emil

Problem receiving AS2 with Oxalis 4.0.3 when AS4 is included

Hi,
I've been building and testing Oxalis 4.0.3 and Oxalis-AS4, but found that receveiving AS/2 fails when AS/4 is included with:
10:11:59.748 [https-openssl-nio-8543-exec-67] WARN n.d.o.c.persist.DefaultPersister - Transmission 'null' failed duo to can't create content verifier: exception on setup: java.security.NoSuchAlgorithmException: class configured for Signature (provider: BC) cannot be found..

this happens in:
message.validate(Service.AP, certificateValidator,
httpHeaders.getHeader(As2Header.AS2_FROM)[0].replace(""", ""));

of As2InboundHandler.receive.

Looks like the AS/4 code does something with BouncyCastle to break the AS/2 code.
Any idea?
-- Gait.

Backward compatibility

Question is related to #32

I'm getting same exception when trying to send document through AS4 from RC10 to RC5.

As far as I understand it's because of commit 9c793d9

So, it seems that latest RC is compatible with RC8 and newest. But we don't know what versions are in use on other end.

As well, I've tested that in opposite way - from RC5 to RC10 there is no any error.

Because of the issue, for now, we cannot upgrade Oxalis-AS4 (it's simply scary)

JVM wide proxy settings not honored like in AS2

When ' certifying' our AS4 endpoint using 4.1.0-RC10 we ran into the issue that the AS4 extension does not honour the jvm wide proxy settings like the AS2 extension does.

Can this be corrected?

Problem with AS4 and PEPPOL testbed

Hi Oxalis team,

I tried to pass PEPPOL testbed (https://testbed.peppol.eu/secure/suite/view).
AS2 was passed perfectly without any errors, but AS4 on outbound test crashed with security exception.
I tested it with Oxalis version 4.0.2 and 4.0.4.

My oxalis.config file:

oxalis.keystore {
     # Relative to OXALIS_HOME
     path=TEST.p12
     password = "pass"
     key.alias = "key"
     key.password = "pass"
 }

transport.as4_peppol_v1_to_v2_adapter = {
      profile: bdxr-transport-ebms3-as4-v1p0
      sender: oxalis-as4
      weight: 5000
}

oxalis.truststore {
     password = "pass"
     path=TEST.p12
}

 # The relative name of the directory holding plugin
 #oxalis.path.plugin = oxalis-plugin

 # Signals to Oxalis that we should look for plugin
 #oxalis.persister.receipt = plugin

 # Where to store inbound files
 oxalis.path.inbound = /var/peppol/IN

The error that i received:

2019-02-28 07:07:36,844  INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Home folder: /opt/tomcat/.oxalis/oxalis-server/target/oxalis-server-4.0.2-full/oxalis-server
2019-02-28 07:07:36,850  INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Configuration folder: /opt/tomcat/.oxalis/oxalis-server/target/oxalis-server-4.0.2-full/oxalis-server/conf
2019-02-28 07:07:36,850  INFO [no.difi.oxalis.commons.config.ConfigModule] Configuration file: /opt/tomcat/.oxalis/oxalis-server/target/oxalis-server-4.0.2-full/oxalis-server/conf/oxalis.conf
2019-02-28 07:07:36,854  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: HTTP
2019-02-28 07:07:36,860  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => POOL_TOTAL: 20
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => POOL_MAX_ROUTE: 2
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => TIMEOUT_CONNECT: 0
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => TIMEOUT_READ: 0
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Error
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => TRACKER: quiet
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: AS2
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => HOSTNAME:
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => NOTIFICATION: [email protected]
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => MSGID_GENERATOR: default
2019-02-28 07:07:36,861  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: File system
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => CONF: conf
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => INBOUND: /var/peppol/IN
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PLUGIN: plugin
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Key store
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PATH: TEST.p12
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PASSWORD: pass
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => KEY_ALIAS: key
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => KEY_PASSWORD: pass
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Header
2019-02-28 07:07:36,862  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PARSER: sbdh
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Persister
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PAYLOAD: default
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => RECEIPT: default
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => HANDLER: default
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Tracing
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => REPORTER: noop
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => HTTP: null
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Tag
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => GENERATOR: noop
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Timestamp
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => SERVICE: system
2019-02-28 07:07:36,863  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Evidence
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => SERVICE: rem
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Trust store
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PATH: TEST.p12
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => PASSWORD: pass
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Transformer
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => DETECTOR: legacy
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => WRAPPER: xml
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Statistics
2019-02-28 07:07:36,864  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => SERVICE: noop
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Transmission
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => VERIFIER: default
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: AS4
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => HOSTNAME:
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => MSGID_GENERATOR: default
2019-02-28 07:07:36,865  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] Settings: Logging
2019-02-28 07:07:36,866  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => CONFIG: null
2019-02-28 07:07:36,866  INFO [no.difi.oxalis.commons.settings.SettingsBuilder] => SERVICE: logback
2019-02-28 07:07:39,610  INFO [no.difi.oxalis.commons.mode.ModeModule] Detected mode: TEST
2019-02-28 07:07:39,668  INFO [no.difi.oxalis.commons.filesystem.FileSystemModule] Inbound folder: /var/peppol/IN
2019-02-28 07:07:40,501  INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] Prioritized list of transport profiles:
2019-02-28 07:07:40,502  INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => bdxr-transport-ebms3-as4-v1p0
2019-02-28 07:07:40,502  INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0r1
2019-02-28 07:07:40,502  INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => busdox-transport-as2-ver1p0
2019-02-28 07:07:40,502  INFO [no.difi.oxalis.outbound.transmission.MessageSenderFactory] => peppol-transport-as4-v2_0
2019-02-28 07:08:34,335  WARN [org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for {http://inbound.as4.oxalis.difi.no/}As4ProviderService has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: A security error was encountered when verifying the message
        at org.apache.cxf.ws.security.wss4j.WSS4JUtils.createSoapFault(WSS4JUtils.java:236)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:341)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessage(WSS4JInInterceptor.java:176)
        at no.difi.oxalis.as4.inbound.OxalisAS4WsInInterceptor.handleMessage(OxalisAS4WsInInterceptor.java:39)
        at no.difi.oxalis.as4.inbound.OxalisAS4WsInInterceptor.handleMessage(OxalisAS4WsInInterceptor.java:20)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
        at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
        at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
        at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:191)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:220)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276)
        at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:290)
        at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:280)
        at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:184)
        at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:89)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85)
        at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
        at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:133)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
        at org.eclipse.jetty.server.Server.handle(Server.java:531)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
        at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.wss4j.common.ext.WSSecurityException: Error during certificate path validation: No trusted certs found
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:797)
        at org.apache.wss4j.common.crypto.Merlin.verifyTrust(Merlin.java:887)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.verifyTrustInCerts(SignatureTrustValidator.java:109)
        at org.apache.wss4j.dom.validate.SignatureTrustValidator.validate(SignatureTrustValidator.java:64)
        at org.apache.wss4j.dom.processor.SignatureProcessor.handleToken(SignatureProcessor.java:192)
        at org.apache.wss4j.dom.engine.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:340)
        at org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor.handleMessageInternal(WSS4JInInterceptor.java:285)
        ... 40 common frames omitted

The error on peppol testbed:

error_peppol

What i do wrong? Can you please help me?

Best Regards
Evgeny Shevchenko

AS4 module not detected and file transfer fails

I have deployed an Oxalis instance with AS4 module.

OS : Ubuntu 18.04
JDK : openjdk version "1.8.0_222"
Oxalis : v4.0.4
Oxalis-AS4: Oxalis-AS4 RC8

when calling http://localhost:8080/oxalis/as4 proper response is received (Hello AS4 World).

But when I try to send a file to AS4 endpoint using oxalis-standalone.jar with oxalis-as4 jar files included in the classpath, following error is produced by oxalis-standalone.
It also shows that only AS2 transport profiles are deployed.

oxalis-standalone.log

oxalis-standalone.log

2019-09-17 15:01:13,028 WARN [no.difi.oxalis.outbound.transmission.TransmissionRequestBuilder] Endpoint was set by caller not retrieved from SMP, make sure this is intended behaviour. 
2019-09-17 15:01:14,107 ERROR [eu.sendregning.oxalis.Main] Execution failed: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error. 
java.util.concurrent.ExecutionException: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error.
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at eu.sendregning.oxalis.Main.main(Main.java:227)
Caused by: no.difi.oxalis.api.lang.OxalisTransmissionException: No Content-Type header in response, probably a server error.
	at no.difi.oxalis.as2.outbound.As2MessageSender.handleResponse(As2MessageSender.java:287)
	at no.difi.oxalis.as2.outbound.As2MessageSender.sendHttpRequest(As2MessageSender.java:247)
	at no.difi.oxalis.as2.outbound.As2MessageSender.send(As2MessageSender.java:156)
	at no.difi.oxalis.as2.outbound.As2MessageSenderFacade.send(As2MessageSenderFacade.java:58)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.perform(DefaultTransmitter.java:149)
	at no.difi.oxalis.outbound.transmission.DefaultTransmitter.transmit(DefaultTransmitter.java:93)
	at eu.sendregning.oxalis.TransmissionTask.performTransmission(TransmissionTask.java:168)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:96)
	at eu.sendregning.oxalis.TransmissionTask.call(TransmissionTask.java:49)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Total time spent: 1s
Attempted to send 0 files
Failed transmissions: 1

Server throws following exception.

catalina.out

catalina.out.log

14:28:30.084 [http-nio-8080-exec-8] WARN  o.a.cxf.phase.PhaseInterceptorChain - Interceptor for has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader: Unexpected character '-' (code 45) in prolog; expected '<'
 at [row,col {unknown-source}]: [1,1]
	at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:292)
	at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:70)

I have deployed this on two computers, and produces the same result.

What can be causing this issue ? Thanks in advance for your support !!

Regards,
Harsha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.