Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
I have a very strange problem ..MsgFlow looks like this
MQInput--> Compute --->RCD ---->SendMailPluginNode
iam using XMLNSC parser and building an output XML message by using an XML parser and RCD converts into a BLOB message and propagates to SendMailPluginNode and gets the email ...perfectly works fine
But when iam building output message using XMLNSC parser and converting to BLOB using RCD it gets hanged after RCD...
My thinking is that it can handle only XML domain and not XMLNSC domian....Could anyone correct me on this
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
In compute node it was coded like this
SET OutputRoot.XML.Message.From= 'abcd@abcd.com';
SET OutputRoot.XML.Message.To = 'abcd@abcd.com';
SET OutputRoot.XML.Message.Subject = 'abcd@abcd.com';
DECLARE STR CHAR InputRoot.XMLNSC.Header.Request;
SET OutputRoot.XML.Message.Body.Line[1] = 'Request =' ||STR;
It works completly fine and XML is replaced with XMLNSC it fails and even it doesn't propagate to failure terminal it hangs there....
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
gotch u....Thanks for the reply vanvught.
I have read in recent posts that everyone suggests to use XMLNSC parser instead of XML....i was trying to replace XML in the existing feed with XMLNSC.....but its blowing up.....and also found for each line populated in the Email body it is accepting only 600 to 670 bytes... ...
obviously we substringed the remaining characters and assigned to next line...it should have been explained in the pdf document like the limitations of it....
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