[ 
https://issues.apache.org/jira/browse/AXIS-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998267#comment-16998267
 ] 

Robert Lazarski commented on AXIS-2936:
---------------------------------------

In a nutshell, anything besides building Axis 1.x from source from the trunk is 
unsupported for the security reasons you mentioned. All those issues have been 
patched. AFAIK there are no open security issues in Axis 1.x. 

Using JDK 8 you can check out and build the source here:

svn checkout [https://svn.apache.org/repos/asf/axis/axis1/java/trunk] 

Any errors running your command from the Axis 1.x trunk, will need your help to 
debug and possibly supply patches. I myself am not an axis 1.x user, I just 
help maintain it. 

 

 

> Axis 1.3-atlassian-1  not creating beans for some types in Netsuite wsdl
> ------------------------------------------------------------------------
>
>                 Key: AXIS-2936
>                 URL: https://issues.apache.org/jira/browse/AXIS-2936
>             Project: Axis
>          Issue Type: Bug
>            Reporter: Megha Shah
>            Priority: Major
>         Attachments: NetsuiteClientStub.zip
>
>
> Hi Axis team,
> I am trying to create the client stub using  axis-1.3-atlassian-1 and 
> Netsuite wsdl version 2019.2. There are some types in the wsdl such as 
> searchPreferences, preferences and others for which the the beans are not 
> getting created in the client stub. Due to which our team is facing issues in 
> upgrade of an existing netsuite module with an older wsdl version that 
> netsuite no longer supports.
>  
> Here are the details on the Axis classpath set-up done and the wsdl used:
> AXIS_HOME = C:\Softwares\Axis
> AXIS_LIB = C:\Softwares\Axis\lib
> AXISCLASSPATH=%AXIS_LIB%\axis-1.3-atlassian-1.jar;%AXIS_LIB%\commons-discovery-0.5.jar;%AXIS_LIB%\commons-logging-1.2.jar;%AXIS_LIB%\axis-jaxrpc-1.3.jar;%AXIS_LIB%\saaj-1.4.0.jar;%AXIS_LIB%\log4j-1.2.17.jar;%AXIS_LIB%\wsdl4j-1.6.3.jar
>  
> Command used to generate the client stub:
> java -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java 
> https://webservices.netsuite.com/wsdl/v2019_2_0/netsuite.wsdl -O 240
> I have also attached the zip file containing the generated stub which have 
> some of the beans missing. For e.g., all the parts other that passport in 
> message name="headers" are missing.
>  
> Can you please look into this issue.
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to