Soap Section Index | Page 3
Where can i find sample code for a simple, general purpose SOAP client in Java that uses no specialized SOAP libraries?
Here are some pointers to sample java code that do not use any toolkits:
Listing 1. The complete SOAP client
Chapter 3. Writing XML with Java
more
How do i o digitally sign and encrypt my SOAP messages?
IBM's DeveloperWorks has a Tutorial on Digital signatures for SOAP messagesmore
Can i use SOAP to expose my EJB objects?
Yes, of course. There's an article on TheServerSide.com that shows you how to do this:
Integrating Apache SOAP with an EJB Server.more
Is there a Chapter/Book available on-line that deals with SOAP?
Excerpt from Chapter 12 from Java & XML, 2nd Edition , to be published in September 2001 by O'Reilly
more
Am cooking up my own SOAP implementation. What steps should i take to ensure interoperability with other Toolkits?
A SOAP Implementer's Interoperability To-do List
Pass the soapware.org validator.
Set up a server that implements the methods described at
xmethods.net
Have it listed at: h...more
Can i mix and match SOAP Servers and SOAP Clients developed using toolkits from different vendors? What are the problems/Issues? Isn't this why SOAP was developed in the first place?
Interoperability with Other SOAP Implementations
Web Services Interoperability and SOAP
idoox - SOAP Interoperability test
Advancing SOAP interoperability
SOAP Interopera
Web Services: SOAP Inter...more
Are there articles that can get me started on using Microsoft's implementation of SOAP?
Web Services: Building Reusable Web
Components with SOAP and ASP .NET
A Young Person's Guide to The Simple Object
Access Protocol: SOAP Increases Interoperability Across Platforms and Languag...more
Are there other FAQ's on SOAP?
Apache-SOAP User's FAQ
DevelopMentor's SOAP FAQ
Apache SOAP Frequently Asked Questions (FAQ)
soaprpc.com's SOAP FAQ
Userland's SOAP FAQ
more
Are there any articles that provide an introduction to Web Services?
IBM has an excellent article that covers the basics:
Understanding Web Services more
What Toolkits are available for SOAP?
Here's a list from SoapWare.ORG.
» Apache SOAP (Apache project) [Full, Java] 2.2, 2001/05/30
» AXIS (Apache ...more
Where can i read up about the history/evolution of SOAP?
DevelopMentor has a A brief history of SOAP.
What books are available for SOAP?
Programming Web Services with SOAP
Understanding SOAP: The Authoritative Solution
Professional XML
XML and SOAP Programming for BizTalk Servers
Professional Windows DNA: Building Distributed Web ...more
Where can i find a list of publicly accessible web services available using SOAP?
http://www.xmethods.com/index.html
Are there some articles that i can help me jumpstart my Java based SOAP project?
JavaWorld has a series of articles on SOAP.
Clean up your wire protocol with SOAP, Part 1
Clean up your wire protocol with SOAP, Part 2
Clean up your wire protocol with SOAP, Part 3
Clean up your...more
Where can i find Open Source Java implementations for SOAP?
Apache AXIS
Apache SOAP 2.2