function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JassaJassa 

org.apache. axis package

I am trying to compile the quickstart code provided in SFDC. But am not able to import org.apache.axis package into the project. The problem is that I dont have any .java files for the package, but only .class files(these files come from axis.jar). Can anyone please tell me where can I find the same.

Thank

DevAngelDevAngel

Hi Jassa,

You should download the Apache Axis distribution from http://ws.apache.org/axis/.

You can then reference these jars to compile.