problem with processSignedData

Hi,

I have a problem with the wmPublic/pub.smime:processSignedData flow.
After building a SMIME “document” using
+++++++++++++++++++++
createMimeData
addMimeHeader
stringToStream
addBodyPart
getEnvelopeStream
buildCertObjList
createSignedData
++++++++++++++++++++++
I can’t check the created SMIME-object with processSignedData. The created object “looks” all right (by using streamToString and looking at the produced String).
processSignedData produces the following error message:


An error occurred while tracing.
com.wm.app.b2b.server.ServiceException: [B2BSERV.0086.9062] Signed Content not in recognizable format


which looks like the created SMIME wasn’t correct. Like I said: the SMIME-String looks good!

Any ideas?

Thanks in advance for any help!

Holger.