phax / phase4

phase4 - AS4 client and server for integration into existing systems. Specific support for Peppol and CEF eDelivery built-in.
Apache License 2.0
154 stars 47 forks source link

missing com.helger.phase4.ebms3header #15

Closed evilanf closed 5 years ago

evilanf commented 5 years ago

Might be going nuts, but cannot find package 'com.helger.phase4.ebms3header'

phax commented 5 years ago

You have to run mvn generate-sources to create them from the XSD files. They are implicitly build when calling mvn clean install - they end up in target/generated-sources/xjc

evilanf commented 5 years ago

awesome yep that worked, thanks.