I have multiple clients accessing my flow from outside through webMethods java client code.
what if two clients come in at the same time does webmethod puts one of them in wait till one is completed I just couldn’t find any documentation that would give me my answer.
I create a unique no for each file they send in and i am having problem with unique no’s being jumbled up ( meaning if two clients upload there file at a time in the system they are getting assigned a unique no but when i pass them back the unique no back to the client they are getting back the one that is assigned to the other)
any help would be appreciated.