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

Home Page:http://holodeck-b2b.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exchanging message test error

vvvvvvpp opened this issue · comments

commented

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!

commented

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.