My form calls connects to a WS and calls a method. That works fine. On the next page, the same WS is called again, but with a different method. The second one does not wok.
Both work independently in Test mode and in the form. Is the fact that a WS connection has already been established on Page 1 intefere with the second (different call) on Page 2?
I tried a both new Connection and doing a Run Behavior - no success. Any ideas? Thanks.
