Posted: Fri Nov 03, 2006 3:10 am Post subject: [resolved] problems with sendmail plugin attachment
Apprentice
Joined: 31 Oct 2006 Posts: 28
i create attachment like this:
SET OutputRoot.XML.Message.EncodingBase64.(XML.Attribute)ContentType = 'text/xml';
SET OutputRoot.XML.Message.EncodingBase64.(XML.Attribute)Name = 'message.xml';
SET OutputRoot.BLOB.BLOB = BITSTREAM(InputRoot.XMLNSC.envelope.msg);
changed to:
SET OutputRoot.XMLNSC = InputRoot.XMLNSC.envelope.msg;
SET OutputRoot.BLOB.BLOB = BITSTREAM(OutputRoot.XMLNSC);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum