I have a doubt regarding the config.xml file.
I have a file named greet.xml uploaded on my server
The file looks like this....
<?xml version="1.0" encoding="UTF-8"?>
<!--
// index.xml
// by Travis Young
//
// Copyright 2009 Yahoo! Inc. All rights reserved.
//
// This code is part of the Yahoo! Mobile Widget SDK, governed by
// the Yahoo! Mobile Widget Developer Terms of Use at:
//
http://info.yahoo.com/legal/us/yahoo/mobil...dvlpr-2070.html //
// Simple Hello World! widget - blueprint only.
//
-->
<page>
<content>
<module>
<header layout="simple">
<layout-items>
<block class="title">Greeting</block>
</layout-items>
</header>
<block>Hello World!</block>
</module>
</content>
</page>
Now in the config.xml file i have specified the shortcut as
<shortcuts>
<item default="true">
<label>Open</label>
<href>greet.xml</href> <!-- for xml-only version, change to index.bp -->
</item>
</shortcuts>
but still I get an error saying "We have run into a problem processing your last request! Please try again later. (: 406)"
Can someone tell me whats the problem...
here's my id for blueprint service : devtest-harrya245in-myfirstapp