Then try to edit the' www folder' of example (phonegap-phonegap-2.1.0-0-g26d211b\phonegap-phonegap-26d211b\lib\windows-phone\example) with your code .It is working..
Type: Posts; User: sreerajvr; Keyword(s):
Then try to edit the' www folder' of example (phonegap-phonegap-2.1.0-0-g26d211b\phonegap-phonegap-26d211b\lib\windows-phone\example) with your code .It is working..
I want to develop a video app in Qt ,that will connect to an http URL where the video file is hosted, and stream it.After the file/stream has played, the app should have also downloaded the given...
I want to develop a DLNA Windows Phone(Tango) application as shown in the following video
http://www.youtube.com/watch?v=x5GnqvV-eu4
Is there any way to implement Digital Media Controller and...
I want to play some particular sound when the notification arrives. So I planned to store the sound file in the application folder(not in isolated storage). But I am not sure, where to store this ...
Hi acoo9,
You can use the UploadStringAsync method of WebClient to send data to a server from a Windowsphone 7 application.
Thank you jeffrey. Microsoft Ad SDK is working when I changed my language and country settings to US instead of India.
Please have a look at this post.
Note:The radio doesn’t work while the phone is connected to a computer running Zune.The Zune desktop program locks the media library, which prevents any...
Congratulations Den!!
But the Ad service works only with test credentials. :(
Code snippets
public MainPage()
{
InitializeComponent();
// ApplicationID = "Test_client", AdUnitID...
Thank you joaocardoso for your reply. The SOAP service that I'm trying to hook up to WP7 is powered by Java.Using Add -> Service Reference generates the proxy client, but unfortunately I can't find...
Thank you symbianyucca.I changed the skin to Lumia using Windows Phone 7 Emulator Skin Switcher.
I integrated Microsoft ad SDK in my app :) .
Thank you for the reply!! .The Telerik link appears broken :(
Is there any way to Customize Windows Phone Emulator Skin?
Till now,I have developed two test applications using SOAP Webservice and both of the WSDL files are in '.asmx' format.Unfortunately my original WSDL does not have a .asmx extension.How do I solve...
that's really cool ,especially in the case of Touch and Type devices.
I have done a Dictionary app( using SOAP web service)and works fine when the WSDL is in asmx format.
(WSDL: http://services.aonaware.com/DictService/DictService.asmx )
but the problem comes when I...
No,the sevices provided by someone else;their sevice is a SOAP and the all transations between the program and the webservice is in XML format.However I added WSDL via 'Add reference Service' and got...
Thank you for your Help!!
I want to post my request to the web service. How to implement?
This is my code
string soap =@"<?xml version=""1.0"" encoding=""utf-8""?><soap:Envelope...
Thank you so much for your reply!!
I have referred the book.I solved all issues in spite of SOAP header authentication.Have any idea on how to sent SOAP header credentials?
I have added "Service references" to generate Proxy classes for webservice that I want to consume .I got all Proxy classes from webservice(WSDL) .So far everything is fine,but don't know how to send...
Hi Pooja,
Thank you so much.. I have solved the issue.
I need a help regarding parsing of server response(XML data) in windows phone 7.
my xml format:
<?xml version="1.0"?>
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>...
I want to develop a windowsphone application which has to send a SOAP request with credentials to a web-service ,the trasport protocol has to be XML and JSON. I just want to know how to construct...
Hi,
Please have a look at A detailed overview of the Windows Phone Toolkit's ListPicker control