Vardges
Vardges

Reputation: 197

how to write a web service with soap

I have a web service (client-server) written in java. With help of that user can upload a file and generate another output file. Now I want to do the same thing with soap(i mean server - server).But I have no idea how can I do that. Can someone help me to find some useful links, tutorials or examples how build web service with soap and how to write script to merge it with my java class. I am using tomcat server. Thank you in advance!

Upvotes: 2

Views: 1964

Answers (1)

Daniel
Daniel

Reputation: 83

http://oreilly.com/catalog/progwebsoap/chapter/ch03.html

there they show how to write and use SOAP Web Services. A little further down on that page there is a section "Creating Web Services in Java with Apache SOAP". Maybe this helps a bit.

Greetings Daniel

Upvotes: 1

Related Questions