FIX Module Version 7.2.December 2014 | Understanding and Using Fix Module | webMethods FIX Module | Appia Connections and Services | wm.fix.appia.session:sendRawFIXMessage
 
wm.fix.appia.session:sendRawFIXMessage
Sends the given raw FIX message to the Appia engine over a given session. This service sends the message directly to the Appia engine without storing the message in Trading Networks. The message is not queued if the send fails.
Input Parameters
rawMessage
String Raw FIX message to be sent to the Appia engine.
targetSessionId
String Session ID of the Appia engine over which the message will be sent.
messageId
String A unique ID for the message.
Output Parameters
status
String Status of the send operation:
*True—Indicates that the message was sent successfully.
*False—Indicates that the send operation failed.