Calling web services from within another

Hi,I’m building web services in order to make them co-operate within my Domino environment and to provide them to the outside. It works fine up to one point:

When I use a button in my WS test form to call a WS A it responds properly. But if the WS A makes an subsequential call to another WS B, it hangs there and do not run into completion in an reasonable amount of time, if ever. Sometimes the WS B succeeds in fulfilling its tasks but does not reply to its caller A.

If the WS A is called from another clent it reports “Lotus script did not run into completion”.

So, is this a matter of configuration of my web services, accesses (everything is open!), threads, server congifuration, synchronous/asynchronous…?

TIA

/mats

Subject: Server settings

In the server document there is an option to run agents + webservices concurrently. You need that switched on.

Subject: Clinical

Thats why I love this forum… Thanks Simon!