Skip to content

CEF Connectivity Test (dynamic scenario) #179

@pierfrancesco72

Description

@pierfrancesco72

I have registered a participant with Phoss SMP: connectivity-partid-qns::dynceftest2party71gw

If I try to find it on https://acc.edelivery.tech.ec.europa.eu/edelivery-sml/search :

image

it is present:

SML sub-domain: connectivitytest.acc.edelivery.tech.ec.europa.eu

Y77IGVVUUFTBTHSW5CWSTWKSFDR5MTHZB4XFJXPLU66HMKZR3MNQ.connectivity-partid-qns.connectivitytest.acc.edelivery.tech.ec.europa.eu.	60	IN	NAPTR	100 10 "U" "Meta:SMP" "!.*!http://smp.pantarei-si.it!" .

or in this other site: https://peppol.helger.com/public/locale-en_US/menuitem-tools-participant

but when I try to send a payload.xml from oxalis-distribution-5.0.6-distro oxalis-standalone.jar with this payload.xml:

<?xml version="1.0" encoding="UTF-8"?>
<StandardBusinessDocument xmlns="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader">
	<StandardBusinessDocumentHeader>
		<HeaderVersion>1.0</HeaderVersion>
		<Sender>
			<Identifier Authority="connectivity-partid-qns">cefsupport1gw</Identifier>
		</Sender>
		<Receiver>
			<Identifier Authority="connectivity-partid-qns">dynceftest2party71gw</Identifier>
		</Receiver>
[...]

and this command:

java -classpath "./*:../api/*" eu.sendregning.oxalis.Main -f ./payload.xml

I receive this error:

Message failed : Identifier 'dynceftest2party71gw' is not registered in SML.

Maybe my payload.xml is badly formatted?

this is my oxalis.conf:

oxalis.keystore {
        path=dynceftest2party71gw.jks
        password = test123
        key.alias = dynceftest2party71gw
        key.password = test123
}

security.truststore.ap=/home/ubuntu/.oxalis/truststore/gateway_truststore.jks
security.truststore.password=test123

oxalis.as4.type=cef-connectivity
#oxalis.header.parser=dummy

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

security.validator.class = network.oxalis.vefa.peppol.security.util.EmptyCertificateValidator

oxalis.path.inbound = /home/ubuntu/.oxalis/in

Metadata

Metadata

Assignees

No one assigned

    Labels

    CEF TestBedCEF Testbed Configuration IssuesupportSupport issue for community to respond to.

    Type

    No type

    Projects

    Status

    Support Issues

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions