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
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
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
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
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,