I have an agent (lotusscript) that uses a web service consumer that consumes a Domino web service (written in Java). Both the agent and the web service are on the same server.
When I invoke the web service from my desktop using soapui 2.5 client, it works perfectly. When I invoke the web service from an agent via my notes client, the web service works perfectly.
When I invoke the web service from an agent that is called via a browser using http://server/dbpath.nsf/agentName?OpenAgent, I get the following error: Error: Line: 175 Error Nbr: 4746: Web Service GetImages method returnImagePath error Error while reading data from server, Network operation did not complete in a reasonable amount of time; please retry.
A network timeout? any hints?