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
rurecruitrurecruit 

Running WSDL2Java Problem

Hi,

I was able to run the axis WSDLJava against my companies wsdl file as follows

java -classpath=pathToFirstJAR/FirstJARFilename;pathToSecondJAR/SecondJARFilename
org.apache.axis.wsdl.WSDL2Java -a pathToWsdl/WsdlFilename.

It seems all the complexType java classes were created. However, the simpleType java classes were not created. For example, after running WSDL2Java, the ID java class was not created in the enterprise didrectory. What am I doing wrong? Thanks in advance.


RURECRUIT
SuperfellSuperfell
Your using one of the RC builds of Axis 1.2, use Axis 1.1, the 1.2 RC builds are buggy.