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
CRM TrendCRM Trend 

WSDL to Java Generation

Hi,
 
I am using JDK version 1.4.
 
When i tried to convert the enterprise.wsdl from my salesforce account to java classes, i got an error as:
ERROR OCCURED:     JAVAX / ACTIVATION / DATASOURCE
 
Please help me to find the problem...
 
Thanks in advance,
CJagannathCJagannath

JDK 1.5 is must requirement for Partner WSDL 10.0

You can see the link http://wiki.apexdevnet.com/index.php/Java_Partner_WSDL_Samples_10.0

 

Thanks and regards,

Jagannath

SuperfellSuperfell
To be clear, JDK 1.5 is required to run the sample code we have. Its not a requirement in general.

There's 50 Java/soap tools, withouth knowing which one you're using its hard to give useful help. If you're using Axis, you'll want to be using Axis v1.1 with JDK 1.4.x
CRM TrendCRM Trend

Thanks Simon....

The problem is solved now..