Discussion:
How to publish Apache axis2 web service without a web container (Tomcat)?
Vy Do
2015-11-18 10:32:56 UTC
Permalink
I stuck at here

Is possible make (and execute) a web service using Axis 2 without a web
container (as Tomcat)? If yes, how can I do that?

For more clearly. I mean/ I want something like this.... In file:
HelloWorldPublisher.java has Endpoint.publish("
http://localhost:9999/ws/hello", new HelloWorldImpl()); it works (publish
web service) without any application server. (
mkyong.com/webservices/jax-ws/jax-ws-hello-world-example )
Vy Do
2015-11-18 10:33:38 UTC
Permalink
( I also post to:
http://stackoverflow.com/questions/33777170/how-to-publish-apache-axis2-web-service-without-a-web-container-tomcat
)
Post by Vy Do
I stuck at here
Is possible make (and execute) a web service using Axis 2 without a web
container (as Tomcat)? If yes, how can I do that?
HelloWorldPublisher.java has Endpoint.publish("
http://localhost:9999/ws/hello", new HelloWorldImpl()); it works (publish
web service) without any application server. (
mkyong.com/webservices/jax-ws/jax-ws-hello-world-example )
Loading...