How to store plain strings in an XLANG message?
hi,
calling receive pipeline in orchestration. pipeline takes in flat file message, runs through ffdasm , spits out xml.
in orchestration, have access flat file, submit pipeline follows (msgflatfileinput message of type system.string);
when output whats been sent pipeline, shows
there way acn construct xlang message such doesn't wrap in string tags when passed executereceivepipeline method?
appreciated
kind regards
tm
calling receive pipeline in orchestration. pipeline takes in flat file message, runs through ffdasm , spits out xml.
in orchestration, have access flat file, submit pipeline follows (msgflatfileinput message of type system.string);
msgflatfileinput = "00|myflatfile|123123"; varpipelineoutput = microsoft.xlangs.pipeline.xlangpipelinemanager.executereceivepipeline( typeof(pipeline.myflatfilepipelinetype), msgflatfileinput );
when output whats been sent pipeline, shows
<?xml version="1.0"?> <string>00|myflatfile|123123</string>
there way acn construct xlang message such doesn't wrap in string tags when passed executereceivepipeline method?
appreciated
kind regards
tm
here thread on similar issue: http://www.eggheadcafe.com/conversation.aspx?messageid=32060751&threadid=32060751
the base code rawstring here: http://msdn.microsoft.com/en-us/library/ee253435(bts.10).aspx
the base code rawstring here: http://msdn.microsoft.com/en-us/library/ee253435(bts.10).aspx
BizTalk Server > BizTalk Server General
Comments
Post a Comment