Re: [mono-android] WCF call error

2011-09-09 Thread Narayan Sainaney
p://www.sainaney.com -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: September-07-11 6:48 PM To: Discussions related to Mono for Android Cc: Narayan Sainaney Subject: Re: [mono-android] WCF call error Hello, The code fragment you posted was too ge

Re: [mono-android] WCF call error

2011-09-07 Thread Atsushi Eno
Hello, The code fragment you posted was too generic and the actual important things are rather in your contract code. Can you post that too? Atsushi Eno > I have a number of data types I’d like to share between my client and > server. The client dataypes are in a Monodroid class library and I

[mono-android] WCF call error

2011-09-06 Thread Narayan Sainaney
I have a number of data types I'd like to share between my client and server. The client dataypes are in a Monodroid class library and I successfully generated a wrapper using slsvcutil and the /r option. When I go to call the WCF service like so: BasicHttpBinding binding = new BasicHttpBindin