On Mon, Feb 14, 2022 at 9:45 AM sahil garg -X (sahigarg - Altran ACT S.A.S
at Cisco) <sahig...@cisco.com.invalid> wrote:

> Hi Axis Team,
>
>
>
> For one of our product we are have generated java source code using the 
> axis-1 lib. Later on we have moved to axis-2 1.3 version.
>
> Which was working properly with Generated java file and the generated java 
> files where compiling as expected. However when we upgraded to axis-2 1.7.9 
> version
>
> We got the below error.
>
>
>
> Error:
>
>     [javac] 
> [PATH]/NotificationService/src-gen/com/microsoft/schemas/exchange/services/_2006/messages/SendNotificationResult.java:92:
>  error: package org.apache.axis2.databinding.utils.writer does not exist
>
>     [javac]         
> org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
>
>
>
> Root Cause:
>
> we are getting the above compatibility issue since axis-2 1.7.9 does not have 
> the required classes
>
>
>
> We request your help if you can guide us in how we can reverse the wsdl2java 
> process, so that the get wsdl again from the generated java file using the 
> older axis2 lib.
>
>
The package name indicates that it's a client for some Microsoft Exchange
Web service. The WSDL for that service should be publically available, or
you should be able to get it from an actual Exchange server. There is no
need to reverse engineer the WSDL from the generated code.


> Or any other alternate solution to the above dependency which we can directly 
> make changes to the generated java file and make it compatible with axis-2 
> 1.7.9 without loosing current functionality.
>
>
>
> Regards,
>
> Sahil Garg
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows
>
>
>

Reply via email to