How to access the method of the java project which is running on JBoss server? -


i have java project along jar, war file. have deployed war file on server. deployed it, able access link

http://localhost:8080/prj-name/ 

in browser , able access project.

along project got 1 link as: http://localhost:8080/prj-name/rest/application.wadl project , have refer file while accessing methods. did converted wadl file java stub using wadl2java tool. java stub nothing interface.

but trying access method url getting error in browser http 401 unauthorized. entered method in link as:

http://localhost:8080/prj-name/?method=method-name&param=value 

so question if want call method project running in jboss server how should access method? right approach refer java stub instead of wadl file?

please advice


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -