Hello,
I am testing (using form builder on orbeons website) how orbeon handles base64binary
using the following form.
http://www.orbeon.com/ops/fr/orbeon/builder/edit/e82fd1f7e604b198bbf7b7e352a07029A http service (mypicture) is meant to call a remote service to get the binary data.
However, i get the following error when I test the service.
====================================================
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
Not Found
<p>The requested URL /picture.php was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
=====================================================
Essentially, the form cannot call a remote address. I have checked the service address
several times and it is correct. So, what is the problem. Is this a bug or his orbeon
blocking http services that call a remote site?
Thanks