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
amoahamoah 

Partner Portal Toolkit org.apache.axis.* packages

I am trying to use the Partner API to query data to be displayed within our portal. So I downloaded AppExchange Partner Portal Toolkit: http://www.salesforce.com/developer/projects_toolkits.jsp
Do I need any other packages (beside what's provided) to compile the code PartnerSample.java? It works fine when I use the run.bat and I am able to log into my developer account and query some data. But I am tweaking PartnerSample.java to use differnet kinds of queries. When I recompiled the PartnerSample.java and it's having trouble finding packages from org.apache.axis.*. How can I get those packages?