Hi!
In a messaging scenario like in your case the send port must be configured correctly to \”subscibe\” to the incoming message. Normally there a two types of errors.
1) the sendport should have the filter configured to the receive port (BTS.ReceivePortName == <name of your receive port>)
2) the receive port has the wrong pipeline configured and therefore doesn%u00b4t give you the xml-Format you might expect. I bet in 95% on number 1) 😉
good luck
mario