cancel
Showing results for 
Search instead for 
Did you mean: 

XML Query calling external location

Former Member
0 Kudos

Hello,

I am trying to load external XML URL to my XML Query. When i test my XML Query it returns

Fatal Error

java.lang.Exception: Status (404): Not Found

what is the problem ?

my url is http://query.yahooapis.com/v1/public/yql/jonathan/weather?zip=10001

XML Query URL looks like

web://http://query.yahooapis.com/v1/public/yql/jonathan/weather?zip=10001

I tried web://query.yahooapis.com/v1/public/yql/jonathan/weather?zip=10001 as well.

Both did not work.

What is the way to do that?

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Where applicable, you will need the internet proxy information configured for the MII server (System Administration menu). Testing the URL in IE will use your individual user settings, but the server does not.

The XMLQuery template expects Rowsets/Rowset/Row format (which this obviously doesn't have), so you could consider using an XMLLoader action in a transaction and pull the relevant weather information out of the xml results.

Former Member
0 Kudos

Exactly what you said was solved my problem. Because the proxy settings of the server did not done as it should be...

Now it is working.. Thank you for your help.

Answers (0)