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¶m=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
Post a Comment