Hi, I'm creating a distributor style service that will receive an inbound request and then, depending upon data within the XML, will forward it to a given service. As part of this, I need to dynamically assign both the soapAction and endpoint URL. Is this doable?
I tried setting soapAction as a transport-scope property, but it never gets set (it seems the only way to set it is through the soapAction attribute associated with the target element, but this doesn't appear to allow for expressions). Thanks in advance! jeff
