Hi Guys,
What I know on Publish activity is that it will not wait for the end service reply and the code in proxy service will go ahead after publish activity.
Scenario I tested:
I created an FTP business service (binary format) and an FTP proxy service (polling file in a directory)
Inside the proxy there are only 3 activities:
1. Log message: Service Started
2. Publish to Business Service
3. Log Message: Service Completed
Now as I put a 50 KB file in the polling directory the time difference in 2 log messages is a few seconds.
It goes to more than 60 secs for a 16 MB file and more than 240 sec for a 50 MB file.
If the publish activity is a no wait activity, why the second log message not written with minimum time difference.
Thanks in Advance