This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes SOAP Web Service Example 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 Web Service Example" Watch "SOAP Web Service Example" New topic
Author

SOAP Web Service Example

Satya Narayan
Greenhorn

Joined: Jun 18, 2008
Posts: 6
Hi to all..

I have to make simple SOAP Web service in which a service provides addition of two number. And a SOAP Client which can access this service.
I am using Apache Tomcat server and IntellIj IDE.

If possible send me code with description along with how to deploy service on Tomcat server.

Thanks in advance.
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
There are a few good code examples available in SOA Security by Kanneganti.

SOA Security

Enjoy!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SOAP Web Service Example
 
Similar Threads
what'e the relationship between SOAP and kSOAP2
Problem in sending SOAP message using SAAJ on web service implemented in .NET
Invoke secure web service by clicking on an HTML link
Writing a MS Client to access a Java SOAP Service
New to java webservice