Did you add the receive location to the same port as the Web Service. The orchestration subscribes to the Receive Port, which can have mant receive locations.
The message must be the sameas the input from the web service so you will need to use the XmlReceive pipeline, which identifies the message and sets the MessageType property.
Hi all, I published my orchestration as a web service. For debug purposes I want to start the orchestration by adding xml file to the FS (File adapter), and not by calling the WS.
Someone told me it can be done without changing the orchestration . He told me I need to add new receive location… I did that but when BT06 read the file im getting \”no subscribers were found for the message\” Somehow the new receive location should be connected to the orchestration… Any help will be great