When trying to run an Adobe Form webdynpro app, I am receiving the following error:
<b>Invalid Response Code: (401) Unauthorized. The requested URL was:"http://localhost:50000/AdobeDocumentServices/Config?style=document"</b>
I have checked the ADS test at <server:port>/AdobeDocumentServices/Config; the test did return the version number.
<i><b>Does anyone have any other ideas of what I should check?</b></i>
Also, why is it running a url with "localhost" in it? If this is running on the java was server, then I guess that could make sense. But if the url request is requesting something from localhost, isn't that my computer? I guess it depends on if this is a server request or a client request. I hope this is a server request.