Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top