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
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
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.
__
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
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.
__
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