You could set the native function in WPS (in the export binding) for the operation to match the type URI 'mcd://XMLNSC/HelloOSmodule_msg_set/HelloOSoperation?format=XML'.
I am creating the MQRFH2 header for the XML message using the following ESQL code and sending it to Queue. Websphere process server's mq export listens on this queue and process the message.
But I am ...
So the easiest way is to put a JMS message to MQ with a String property called TargetfunctionName and then take a look at the RFH2 header that Mq has created.......
You need to
a.) determine what in the incoming message can be used to determine which operation to invoke.
b.) select an appropriate supplied function selector OR write a custom function selector ...
Hi All,
I have developed an SCA module with mq export binding and it has more than one operation in the Interface.
But It is executing every time only one operation. I used function selector as Na ...
Hi All,
I have developed an SCA module with mq export binding and it has more than one operation in the Interface.
But It is executing every time only one operation. I used function selector as Nati ...