We have a fairly simple orchestration which calls a webservice with a
request/response. The problem is whenever the first message is picked up
(from MSMQ), the orchestration runs normally and disappears from the admin
query view. But there remains a SOAP service with the same name as the send
port that the webservice uses. The pending job is "none" If I terminate the
service instance, it returns (and stays) the next time any message(s) come
through.
I've even port a send port after the receive of the webservice response and
sent it to a file adapter to confirm the webservice is returning as expected.
Any clues?