RE: [Axis2] wsdl2java with WSDL 2.0

2013-04-02 Thread Martin Gainty
AxisRESTServlet has been deprecated in recent versions you'll need to dial back to Axis2-1.1http://grepcode.com/snapshot/repo1.maven.org/maven2/org.apache.axis2/axis2-kernel/1.1/ Otherwise you'll be playing with the REST axis2.xml parametersrestPathenableRESTInAxis2MainServletdisableREST Martin

Error : Code too large for try statement

2013-04-02 Thread Harish Kumar
Hi Guys,              When i try to generate client stub, i am getting following error. Can any one suggest how to fix it ?  This is due to large code size generated by Axis2 which is exceeding limit as per java.      [javac] C:\project\src\org\multispeak\www\ version_4_1_release\MDM_ServerSt

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-02 Thread Jack Sprat
Hello. WADL was mentioned in a prior response but that is the first I have heard of it.  I spent much time searching for ReST and Axis2 and never came across anything about WADL. My requirement is that the web service must support both SOAP and ReST. See links to the articles below on using A

Re: [AXIS2]: axiom jars not found when moving from axis2-1.6.1 to axis2-1.6.2

2013-04-02 Thread Stefan Traud
Thanks Andreas! I copied the META-INF/axiom.xml from axiom-impl-1.2.13.jar to the META-INF of the built client app and it works now. Looks like the axiom.xml was actually not found, despite present in axiom-impl-1.2.13.jar. --stefan Von: Andreas Veithen An: