You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Robert Lazarski (Jira)" <ax...@ws.apache.org> on 2019/12/11 18:33:00 UTC

[jira] [Commented] (AXIS-2936) Axis 1.3-atlassian-1 not creating beans for some types in Netsuite wsdl

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

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

The last official release of Axis was 1.4 in 2006, you seem to be running something not from Apache but rather from Atlassian based on the very old 1.3 from around 2003.

The commands you list,  are using some jar versions beyond what the trunk of the project supports. I gave a quick try of those commands and got some runtime errors. 

There are numerous security patches applied to the trunk so its recommended to upgrade. For this problem, we'd need to receive patches to support these errors - possibly concerning jar upgrades and testing.

 

> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org