HTTP Agent Calls

I have a Java Agent that I use to do XSLT transformations using an HTTP call a to perl script. The perl generates XML from a delimited flat file. This process works great!

Then my supervisor decided he wanted to read the data from our document repository system instead of a flat file, so I modded my perl script to open a URL call to another Java agent that reads our repository. By itself, the script works fine; it generates XML and returns it to a browser. However, my transformation agent is now broke and proclaims “File Not Found”!

Nothing in the transformation agent changed, the URL to the Perl script did not change, and the Perl script works.

I’m grasping here, but is there a restriction in Domino about calling a Java agent that calls another outside HTTP/CGI process that calls another java agent?

Thanks.