Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top