[jira] Commented: (AXIS2-4662) Improve Spring Integration for Axis2

2010-04-05 Thread Stephan van Hugten (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853332#action_12853332 ] Stephan van Hugten commented on AXIS2-4662: --- I'm sorry, this might only be clear

[jira] Closed: (AXIS2-4644) Adding New Test to verify MTOMFeature function.

2010-04-05 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker closed AXIS2-4644. > Adding New Test to verify MTOMFeature function. > --- > >

[jira] Resolved: (AXIS2-4644) Adding New Test to verify MTOMFeature function.

2010-04-05 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-4644. -- Resolution: Fixed > Adding New Test to verify MTOMFeature function. > -

Re: WSDL 2.0 for mobiles

2010-04-05 Thread Demetris
Any Axis2 version (since it's inception) generates and supports WSDL 2.0? Is this by default or is a setting somewhere required for generating a particular version of WSDL? In other words if I query an Axis2 1.3 WS would I be getting back a 2.0 WSDL by default? Thanks Demetris wrote: Hi Mar

Axis 2 1.3 to later versions

2010-04-05 Thread Demetris
Hi all, if I am not mistaken the latest versions of Axis 2 are backwards compatible with all previous versions of Axis 2 - ex. I can run Axis 2 1.3 WS on Axis 2 1.4 and 1.5 engines correct? Thanks - To unsubscribe, e-ma

Re: WSDL 2.0 for mobiles

2010-04-05 Thread Sagara Gunathunga
Axis2 provide excellent support for WSDL 2.0 , by default when you query with ?wsdl it will generate WSDL 1.1 document but with ?wsdl2 you can generate WSDL 2.0 documents. e.g - http://localhost:8080/services/SimpleService?wsdl2 Also to generate source codes from WSDL 2.0 document you can use WS