简体   繁体   中英

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!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM