This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Feb 28, 2011, 4:20 PM
41 Posts

Re: Reading XML/RSS file in SSJS

  • Category: Server Side JavaScript
  • Platform: Windows
  • Release: 8.5.1
  • Role: Developer
  • Tags: SSJS,Java,XML
  • Replies: 7
 This would be an outbound connection, not an inbound connection. You don't need to allow port 80 in, just out. Hackers won't be involved unless they're sniffing what you're requesting.
Jun 28, 2011, 11:41 AM
38 Posts
Re: Reading XML/RSS file in SSJS
I know this reply is late but I finally found the culprit - Proxy!
 
If you have a proxy set then you can access websites using the java.net.URL (http://download.oracle.com/javase/6/docs/api/java/net/URL.html) class by calling the function openConnection(java.net.Proxy) and define the proxy address & port.
 
Hope this helps someone else !

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal