aspose file tools
The moose likes XML and Related Technologies and the fly likes Writing a webservice (SOAP) using Java 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 » Engineering » XML and Related Technologies
Reply Bookmark "Writing a webservice (SOAP) using Java" Watch "Writing a webservice (SOAP) using Java" New topic
Author

Writing a webservice (SOAP) using Java

Nair Anoop
Ranch Hand

Joined: May 09, 2001
Posts: 68
Hi,
I was wondering if it is possible to write a simple webservice using Java which can then be contacted using a SOAP client. I have found numerous examples to do this using the MS Visual Studio Toolkit but I would like to use Java for the same.
Could someone please direct me to a tutorial / book or any relevant material or give me tips re. the same. It would be of great help.
Thanks in advance,
Anoop
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
Thats right up my alley since my current book project is Java Developer's Guide to SOAP and XML Messaging.
The Apache organization has a Java SOAP package derived from code originally contributed by IBM. GO to:
http://xml.apache.org/
This site is a treasure trove of XML related Java and C++ code.
I also have a bunch of Java and SOAP links at:
http://www.lanw.com/books/javasoap/soapref.htm
Bill

------------------
author of:


Java Resources at www.wbrogden.com
 
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: Writing a webservice (SOAP) using Java
 
Similar Threads
WAP/WEBSERVICES
WebService using Local Interface
Post to an URL using HttpURLConnection
Writing a webservice which contacts a website
Writing a webservice which contacts a website