I am completely new to the Eclipse world and I haven't found very many usefull resources on calling a web service written in .NET.
I'm trying to port an app over I wrote for the new Windows 7 Phone to the Android OS. I have Eclipse and the Android SDK. Can anyone point me in the right direction as to how I might call my WCF web service from my Java app?
The WCF service is very basic and uses Soap 1.1 (basic http binding)
Thanks!