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
Post a Comment