java - how to create web service from existing web dynamic application -


my problem follows: have web dynamic project (java ee) 2 classes , servlet.

the servlet contains method sendimage 2 parameters (string , httpservletresponse), , method returns result want use in response, servletoutputstream.

i'm trying use project create stand alone web service (with jax-ws), can call other web application.

does have idea how should it?

you should checkout jax-ws documentation, or search internet jax-ws tutorial?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -