In this blog, I have put articles about how to set up a system and development environment to share my experience. I hope anyone to faces any issues in their work or project could get some answers from my blog. To be honest, I have many things I want to share many things, I just keep it in my bookmark. Hopefully, I could put together all of my articles into this blog and share it with you.
Friday, January 31, 2020
Create JAX-WS (SOAP) Web Service with Wildfly 10 And Secure Web Service
In this post, I will demonstrate how to create SOAP web service (Java API for XML web service, JAX-WS) with Wildfly. Web service is a technology standard for integrating between different technologies. For instance, one application you can write on C/C++, and one more application you build on Java technology. In order to integrate this to application together, you need a standard communication. Web Service is most common way to make different technologies work together seamlessly. For my point of view, JAX-WS is more standard than EJB, Servlet or even more than Java API for RESTful Web Service (JAX-RS). Wildfly is base on Java EE specification, so it provide nice platform to create SOAP Web Service. Read more
Subscribe to:
Post Comments (Atom)
Feature Recently
Running Wildfly Application Server in Domain Mode
Wildfly application server provides two modes of how to run application one wildfly application server. It is very simple if you run your ...
Most Views
-
Once you have created report on the report studio. You are going to need to deploy your report into the server or application. In this post,...
-
In this post, I demonstrate how to set up Postgresql 12 master / slave stream (by Write Ahead Log) replication server. By utilizing this fea...
-
This post, I demonstrate concurrency management in Wildfly. Wildfly provides concurrency management as JAVA EE specification. It will allow ...
No comments:
Post a Comment