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

Megha Shah commented on AXIS-2936:
----------------------------------

Hi Robert,

I also tried with Apache axis 1.3. With this version also the same issue 
exists. 

Currently we are using Apache axis 1.4 but this version of axis has  security 
vulnerabilities listed below:

CVE-2019-0227 - High Level 

CVE-2018-8032, CVE-2014-3596, CVE-2012-5784 -  Medium Level 

Please refer this link:  
[https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-11016/Apache-Axis.html]
 

The Netsuite Client supports the axis verisons 1.3 and 1.4 only, due to which I 
am not able to upgrade to axis2.

I have referred this link: 
https://axis.apache.org/axis/java/install.html#Classpath_setup  to set-up the 
classpath and create the stub using WSDL2Java. It should have created the beans 
for all the types in the wsdl. However, there are few types which are missed by 
axis 1.3.

Is there anything that I am missing on my part while creating stub using 1.3, 
please let me know.

 

 

> 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