I have some Java code and I want to call a WCF service which I developed by using VSTS 2008 + C# + .Net 3.5 and using basic Http Binding.
Any reference samples or tutorials are appreciated?
I have some Java code and I want to call a WCF service which I developed by using VSTS 2008 + C# + .Net 3.5 and using basic Http Binding.
Any reference samples or tutorials are appreciated?
If you're exposing it as a SOAP service, just take a look at any Java SOAP tutorial. You might want to choose Apache Axis for example. The aim of SOAP is that you shouldn't need to worry about what's implementing the web service... that's not always realistic of course, but it's probably worth just trying it to start with.