RE: Where is WSDL

2013-04-12 Thread lv
I try adding ?wsdl, but I get same error message. Date: Thu, 11 Apr 2013 22:10:24 -0400 Subject: Re: Where is WSDL From: jlm...@gmail.com To: java-user@axis.apache.org have you tried appending ?wsdl ? 2013/4/11 lv After running JAX-WS Web Services Ping and Echo Sample , how to get the WSDL

RE: Samples of REST web services

2013-04-12 Thread lv
Thank you. I can see web services. But I have other newbie questions about this tutorial. 1, How to send soap or xml message to this web services? 2, How to get json format results after using REST? Date: Thu, 11 Apr 2013 05:23:44 -0700 From: taniamm2...@yahoo.com Subject: Re: Samples of REST we

RE: Samples of REST web services

2013-04-12 Thread Martin Gainty
JSON is implement with either Mapped or Badgerfish http://axis.apache.org/axis2/java/core/docs/json_support.html Nota Bene: when reconstructing your SOAP-1.1 Headers and Body be aware that mapped discards namespace and element-names you'll need to save both the namespace and element-name parts

Re: Samples of REST web services

2013-04-12 Thread Shameera Rathnayaka
Hi , FYI, Axis2 JSON support has been improved[1][2][3]. Now it can process JSON message as it is with ADB generated backend and address namespace problem too. This new feature only available in axis2 trunk. Thanks, Shameera. [1] https://issues.apache.org/jira/browse/AXIS2-5270 [2] https://issu

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-12 Thread Kishanthan Thangarajah
Check this [1]. It will be helpful on creating RESTful services with Axis2. Also you have to give WSDL version as 2 when running wsdl2java for WSDL 2.0. For example : ./wsdl2java.sh -uri /tmp/sample.wsdl -o /tmp/output *-wv 2* Thanks, Kishanthan. [1] http://wso2.org/library/3726 On Wed, Apr 10,