I just start learning to write web services yesterday, kinda fascinating. I created an XML web service, i most program on my Linux box, I want to use the java language or some other language to access this web service. Can you direct me to any tutorial that show how to access the .net web services from another programming language.
I just start learning to write web services yesterday, kinda fascinating. I created an
Share
Web services should be language/platform independent. That is one of the pillars. So you should access web service written in .net like any other web service. The implementation details shouldn’t be visible for customer of the web service.