Joined: 15 Jun 2005 Posts: 163 Location: Massachusetts
Make sure that you've populated the RFH2 headers of the output message as per the Integration broker requirements. Also the output msg is an MRM by default, unless you have explicitly changed the "RHF2MessageDomain" property in the connector configuration to accept XML.
SET OutputRoot.XMLNS.Q2:EXEC.Q2:NAME =InputRoot.XMLNS.Q1:EMPL.Q1:NAME;
SET OutputRoot.XMLNS.Q2:EXEC.Q2:EID =InputRoot.XMLNS.Q1:EMPL.Q1:EID;
and don't put all those double quotes everywhere - it can't work that way.
4. Add XML declaration to your message, from my experience you need it. If you don't know how - look for (XML.Decl) in the help.
5. Don't forget to fill RFH2 header and set mcd.Type = "your BO name".
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