PerfectForms Forums » Integrating PerfectForms

Issue with calling multiple WS methods?

(2 posts)
  1. 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.

    Posted 1 year ago #
  2. ijobling
    Member

    Ray..

    can't think of any reason why the first Webservice should interfere with a subsequent one unless something in the first call isn't 'closing' correctly.

    if you were to skip the first action (if it is called under a manual action.. press a button for instance), do you then see that the second action will work, but then going back to the first action then also fails?

    if you see the same sort of problem, I wonder if adding in some 'debug' code to the webservice to trap out all the actions/events that it is doing may help you see what is going on ?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in or register to post.