@WebParam java rest service -


i implemented following rest service ...

@put @path("/scanner2test") @webmethod(operationname = "scanner2test") @webresult(name = testkey) public testkey scanner2test(@webparam(name = "user") string user, @webparam(name = "mail") string mail, @webparam(name = "subject") string subject) 

if try read out parameters first 1 contains value. others empty. tried different browser rest plug-ins result same. tried set values in request header, in body, same result. what's going wrong here? why 1 value?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -