Inbound NAESB message from trading partner fails with the following error : <<< ERROR PACKAGE_RECEIPT NAESB message received but failed to be unpackaged. Packaged error receipt for null, returning HTTP 500 Missing start boundary. >>>
The bad message has some MIME boundaries that are not correct: i.e. <<< .... boundary2--20020511 Content-Type: application/pgp-encrypted
The obvious reason is that the message is malformed at the MIME header level, so you need to correct the incoming message. MIME boundaries must always start with two hyphens like : <<< ... --20020511 Content-Type: application/pgp-encrypted