holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
74 stars 37 forks source link

Exchanging message test error #106

Closed vvvvvvpp closed 4 years ago

vvvvvvpp commented 4 years ago

I am trying to implement Holodeck on a machine and I am currently following the instructions on testing exchanging messages but have encountered an error (ex-mmd-push.accepted test file)

The message could not be submitted to Holodeck B2B due to an error:

Error type:    MessageSubmitException
Error message: No P-Mode found for message

I looked into the contents of the file and find that it already has a P-Mode set : <AgreementRef pmode="ex-pm-push"/>

Where did it go wrong? Thanks!

vvvvvvpp commented 4 years ago

I missed out a line of instruction and have since successfully sent the message from the example.

To enable a push from instance A (sender) to instance B (receiver), copy only the ex-pm-push-init.xml file from the examples directory to the «A»/conf/pmodes directory and copy the ex-pm-push-resp.xml file from the examples directory to the «B»/conf/pmodes directory.