Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Is there a way to read a remote file in adf that sits in jcs sx

3200663
Member Posts: 170
Hai All,
I have an requirement is to read a flat file that would be in a legacy system or in a remote system.Is there any way to read that in adf application that is deployed in jcs sx
Thanks
Vikram
Answers
-
AFAIK the only access to / from JCS SX is with https; from the FAQ:
What inbound and outbound protocols does Java Cloud Service–SaaS Extension support?
Only HTTP and HTTP/S are supported.For full JCS you have additional options; from the FAQ:
What inbound and outbound protocols does Java Cloud Service support?
By default only HTTP and HTTPS are enable but other protocols like RMI/T3 can be enabled in the Compute Service console by opening the necessary port for your Java Cloud Service instance.So for JCS SX you would need to have some sort of service etc. that support calls over http to access the file ..
--
Jani Rautiainen
Fusion Applications Developer Relations
This discussion has been closed.