my dog learned polymorphism
The moose likes Web Services and the fly likes SOAP with Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SOAP with Tomcat" Watch "SOAP with Tomcat" New topic
Author

SOAP with Tomcat

Remko Strating
Ranch Hand

Joined: Dec 28, 2006
Posts: 893
I've build a webapplication on Apache Tomcat and now I want to build different SOAP services for communicating with different other programs.

What is your experience voor building this?
Wat are good books for SOAP and another webservices. I was self looking for
SOAP with Tomcat

At this moment I've no experience with SOAP. There are JAVA-classes developed which need to be used as a service.


Remko (My website)
SCJP 1.5, SCWCD 1.4, SCDJWS 1.4, SCBCD 1.5, ITIL(Manager), Prince2(Practitioner), Reading/ gaining experience for SCEA,
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
That article deals with the obsolete Apche SOAP project. These days you'd use Apache Axis instead, preferably version 2.x, but 1.x will do nicely as well.

If you prefer writing annotations to writing code, then JAX-WS is the way to go; it can be run on Tomcat as well.

Explanations of these various toolkits, and may helpful can be found in the WebServicesFaq.


Android appsImageJ pluginsJava web charts
Remko Strating
Ranch Hand

Joined: Dec 28, 2006
Posts: 893
Thanks a lot. I've heard form Apache AXIS before.
I will try AXIS one
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: SOAP with Tomcat
 
Similar Threads
some build gets deployed and some not
Why SOAP? Why not HTTP?
Implementing SOAP from Perl to Java
Complex types in SOAP/Java
How Tomcat Works book - reader question