Using Soap in Shared Mono Library for WP 7 and Android
问题 I'm currently working on an shared library based on mono, where I want to put as much business logic of my app as possible. I used this helpful tutorial. I managed putting the whole logic for rest-requests in this shared library, but now I'm stuck with soap. I used the wsdl command of mono to generate Client Stubcode from my wsdl (as described here http://www.mono-project.com/Web_Services). When I put the generated class to my C# library, which is the root project of my shared library, there