Advanced search
Show some love to this project!
No documentation, no code, no releases and no announcements! Why is this here if it's going to be empty and dusty? Sincerely, a user who needs a project like this. Cheers Edoardo Component Documentation Category improvement
DISCUSSIONCreated: 31/03/2015
Namespace declaration. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" is missing in received invoices from Access Point
We found strange issue of missing namespace declaration in couple of invoices that we recieved through our access point. Customer is sending invoice to us invoice with namespace(xmlns:xsi) in root tag from Remote Access Point: <Invoice xsi:schemaLocation="urn:oasis:names:specification:ubl:schema:xsd…
DISCUSSIONCreated: 09/08/2012
Exception in startap client when connecting to external parties
We have both startap client and startap server. We can send messages successfully from our client to our server. But when we try to send messages from our client to external parties (other startap servers, end point - https://ap.b2brouter.com/peppol-start-server/accesspointService and sml - http://b…
DISCUSSIONCreated: 28/03/2012
Source code of XKMSResponder
The source code of the XKMS Responder package (https://joinup.ec.europa.eu/software/peppol/release/110) do not compile.
The missing classes (in the importexport) seems to be generated by JAXB, but there is no build script nor XSD schema provided.
Also, the resources (CSS, Logo) are missing from…
DISCUSSIONCreated: 22/02/2012
Error resolving SMl/SMP DNS resolution : no mapping for dns-translation
Hi, While using SML/SMP, to find correct destination accesspoint, we are getting error: 2012-01-18 16:30:54,489 [main ] INFO Peppol_Src_Ap - Creating MetadataPublisherClient object with following information: 1. DNS zone: sml.peppolcentral.org. 2. Recipient organization :[SimpleParticipantIdentifier…
DISCUSSIONCreated: 18/01/2012
Negative testing of message acknowledgement in peppol destination accesspoint
How to produce negative test scenario for Metro reliable messaging's acknowledgement ? Component Miscellaneous Category Support
DISCUSSIONCreated: 18/01/2012
Class collision between LIME and START on the same JVM
The new START wsdl 2.0 has introduced an issue that is causing a collision with a LIME server on the same JVM (but possibly on .NET implementation too). The class org.w3._2009._02.ws_tra.Resource generated for both the LIME and START web services is different because the "create" method has changed…
DISCUSSIONCreated: 02/01/2012
Link to non guest service form does not open form when logged as guest
Form does not open for a service that requires a non guest login when link is followed and the user has already logged in as a guest. In that case the system should open the login page to allow the user to login as non guest and then it should display the form. Steps to reproduce: 1) If already…
DISCUSSIONCreated: 30/09/2011
Service workflow does not start automatically when the service id is provided during the login (either as a user or as a guest)
For every municipality which participates in LGAF, there is a main website which displays information for all the services the municipality offers. Some of these services are offered online (electronic services) and therefore they are accompanied by a link to the services portal which is responsible…
DISCUSSIONCreated: 23/09/2011
AP not configured to send its own x509 cert back to message exchange initiator.
Current SVN head wsdl for ap seems to specify: <sp:RecipientToken> <wsp:Policy> <sp:X509Token sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/Never"> <wsp:Policy> <sp:WssX509V3Token10/> <sp:RequireKeyIdentifierReference/> </wsp:Policy> </sp:X509Token> </wsp…
DISCUSSIONCreated: 29/03/2011
Keystore filepath incorrectly interpereted on some operating systems.
Current SVN head has bug in start transport libraries. It prevents our test server finding key and trust stores. Workaround i used was to change this line: final String keystorePath = path.toExternalForm ().substring (6); to final String keystorePath = path.toExternalForm ().substring (5); And this…
DISCUSSIONCreated: 29/03/2011
Unwanted namespaces added to the payload and duplicated namespace prefixes
Dear all, I noted this seems to be a difficult issue to be solved, so I provide some details on this bug and some hints to solve it (partially). There are two different reasons for having duplicated namespace prefixes and unwanted namespace declarations on the payload: 1) JAXB is bugged on the xs…
DISCUSSIONCreated: 15/03/2011