[ 
https://issues.apache.org/jira/browse/AXIS2-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sven Strohschein updated AXIS2-5371:
------------------------------------

    Comment: was deleted

(was: To ask via the mailing list wasn't successful (no answers). I have now 
opened the new issue AXIS2-5379. Could you please take a look at this issue? 
Thank you in advance.)
    
> URL-Parameters not processed by REST-Services
> ---------------------------------------------
>
>                 Key: AXIS2-5371
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5371
>             Project: Axis2
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.6.2
>            Reporter: Sven Strohschein
>            Assignee: Kishanthan Thangarajah
>            Priority: Critical
>         Attachments: HelloWebServiceREST.java, hello-rest.wsdl, 
> helloWebServiceREST-modified.wsdl, services.xml
>
>
> I was able to generate a REST service with WSDL 2.0 and the wsdl2code Maven 
> plugin from Axis2. The service is also running and gets executed when I try 
> to access it via the browser, but it is not possible to call it with 
> parameters...
> It is a very simple "HelloWorld" REST service which should just take a String 
> as a parameter and return the String within a message. As said before the 
> service is executed, but the variables/input String is even NULL. I tried the 
> following URLs to call the service:
> http://localhost:8080/services/helloWebServiceREST/getHello/input  --> 
> executed, but no parameter value
> http://localhost:8080/services/helloWebServiceREST/getHello?input  --> 
> executed, but no parameter value
> http://localhost:8080/services/helloWebServiceREST/getHello?input=test  --> 
> executed, but no parameter value
> http://localhost:8080/services/helloWebServiceREST/Hello?input  --> not 
> executed
> http://localhost:8080/services/helloWebServiceREST/Hello/input  --> not 
> executed
> Is there is mistake in the WSDL or services.xml and which would be the 
> correct URL to call the service with a parameter? The documentation for 
> RESTful services with WSDL 2.0 and Axis2 is insufficient... It seems that 
> there are also no working examples or tutorial on the web.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to