There are lots of questions posted to the mailing list that remain
unanswered (and Axis2 is no different than other Open Source projects
in that respect). In most cases, this is not because nobody knows the
answer [1], but because the questions are not asked in a smart way.
You may find it useful to read the following article to get some ideas
how to increase the probability to get an answer:

http://www.catb.org/~esr/faqs/smart-questions.html

In addition, you should keep in mind that developers will generally
only find the motivation to work on your question if they think that
this may help improving the product. After all, we are all volunteers
who love to code, and not paid support personnel. Investigating a
question related to an Axis2 version that was released more than 3
years ago and that is no longer maintained is less likely to yield
something useful that could improve the product. Therefore it is also
less likely that a developer will be interested by the question.

[1] With the notable exception of questions about NTLM...

On Mon, Dec 20, 2010 at 22:33, Yashwanth Rajaram -X (yrajaram - Zensar
at Cisco) <yraja...@cisco.com> wrote:
> Hi Dev,
>
>
>
> Can you pls help me with this question – no one in the user mailing list
> seem to know the answer…
>
>
>
> Would greatly appreciate any pointers on how to access the POST parameters
> within an Axis2 module.
>
>
>
> I want to process the parameters submitted via POST and GET (for REST
> handling) inside my module. However I am unable to get hold of the
> parameters submitted using POST – but I am able to get the same parameters
> if I submitted the request using GET.
>
>
>
> So am wondering if there is a known issue in Axis2 (1.3) similar to the one
> here http://wso2.org/forum/thread/9645 ...
>
>
>
> thanks,
>
> --
>
> Yashwanth
>
>
>
> From: Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)
> Sent: Wednesday, December 08, 2010 3:58 PM
> To: axis-user
> Subject: Question on REST and Axis 1.3
>
>
>
> Hi All:
>
>
>
> I modified the version service to take a parameter and am able to access
> this from a browser using the URL:
>
> http://localhost:8080/MyClient/services/RestService/getVersion?name=yash
> which  displays the response fine.
>
>
>
> Could someone tell me what I have to do to access the same service using
> this URL instead?
> http://localhost:8080/MyClient/services/RestService/getVersion/yash
>
>
>
> I found Keith’s article (http://wso2.org/print/3726) which is a bit dated so
> I don’t know if I could follow it to have the URL changed as desired.
>
>
>
> thanks,
>
> --
>
> Yashwanth
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to