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);

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



BizTalk Server  >  BizTalk Server General



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user