Re: [mono-android] wcf service call in monodroid application giving error

2013-10-22 Thread anant
it means if i access simple wcf service it is work fine on using 10.0.2.2 instead localhost but when i put dB code for insertion on my sql server table in wcf service and invoking it on monodroid application is giving error of the request time out.details:- {System.Net.WebException: The request ti

Re: [mono-android] wcf service call in monodroid application giving error

2013-10-22 Thread anant
hi Now its giving me this problem on connecting to sql server {System.Net.WebException: The request timed out at System.Net.HttpWebRequest.GetRequestStream () [0x0] in :0 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] param

Re: [mono-android] wcf service call in monodroid application giving error

2013-10-21 Thread anant
thank u very much ,its working now... cheers.. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/wcf-service-call-in-monodroid-application-giving-error-tp5713586p5713589.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] wcf service call in monodroid application giving error

2013-10-21 Thread anant
where to put 10.0.2.2 instead localhost in WCF service or monodroid application -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/wcf-service-call-in-monodroid-application-giving-error-tp5713586p5713588.html Sent from the Mono for Android mailing list archive at Nab

Re: [mono-android] wcf service call in monodroid application giving error

2013-10-21 Thread Spencer
Try 10.0.2.2 instead of localhost. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/wcf-service-call-in-monodroid-application-giving-error-tp5713586p5713587.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] wcf service call in monodroid application giving error

2013-10-21 Thread anant
I'm having difficulties with accessing a WCF service. My service is running in the same solution as the MonoDroid App and is hosted by visual studio. I configured it as BasicHttp. The reference adds ok but at runtime when I call the one simple test method, I get:System.Net.WebException: Error: Conn