Question

Is it possible to call a Webservice using core java 1.4 api. Now I have limitation of using java 1.4 only.

Was it helpful?

Solution

No, it is not possible to call web services just using core Java 1.4. You have to use the additional framework like Apache Axis to make it work with Java 1.4.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top