Hi,
I have a flow service (we will named fs1 which call another flow service fs2 which all fs1 recursively.
In fs2 I have a document (we call doc1).
In first step doc1 is initialized with value (for instance value1).
In second step doc1 is initialized with another valuer (for instance value2).
After debuging the service I see after calling fs2 the value of my doc (which must be value1) because we come back in first step is value2 and I don’t understand why.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods