I have a java agent that sends an rcp-xml file to a server as a request via http and expects a response back. The java agent runs just fine when run from eclipse, but when I take the code into domino it behaves unexpectedly. I receive a 403 response back from the server stating that access to the server is denied. What varies between notes and eclipse when sending an xml-rcp request? The xml itself doesn’t send any credentials or anything.
Oddly enough the request succeeded one time on domino of about 50 attempts, with no noticeable changes on my part.