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
deepak_naikdeepak_naik 

Axis2 WSDL2JAVAand partner.wsdl just hangs

Hi

While generating the code using the Axis2 1.7.2 and partner.wsdl, the job hangs and cannot proceed

The command I run is "%AXIS2_HOME%\bin\WSDL2Java -uri partner.wsdl -p com.sforce.soap.partner -Dlog4j.configuration=file:C:\workAXIS2BIN\log4j\log4j.properties

The output I get is the following, the processing just hangs

Using AXIS2_HOME:   C:\workAXIS2BIN\axis172\axis2-1.7.2
Using JAVA_HOME:    C:\JDK\tools
Retrieving document at 'partner.wsdl'.
2016-05-27 02:06:40,496 WARN  - No schemaLocation for import of urn:partner.soap.sforce.com; compilation may fail%n2016-05-27 02:06:40,497 WARN  - No schemaLocation for import of urn:sobject.partner.soap.sforce.com; compilation may fail%n



Am I missing anything. I am using Sun Java 1.7.

Regds,
Deepak