Web Services FAQ Section Index | Page 8
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
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
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 any articles that provide an introduction to Web Services?
IBM has an excellent article that covers the basics:
Understanding Web Services more
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
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 find a list of publicly accessible web services available using SOAP?
http://www.xmethods.com/index.html
Where can i read up about the history/evolution of SOAP?
DevelopMentor has a A brief history of SOAP.
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 information on Microsoft's implementation of SOAP for Windows platforms?
http://msdn.microsoft.com/soap/
Where can i find Open Source Java implementations for SOAP?
Apache AXIS
Apache SOAP 2.2
What is SOAP?
SOAP is an abbreviation for Simple Object Access Protocol. According to W3C Note on SOAP:SOAP is a
lightweight protocol for exchange of information in a decentralized,
distributed environment. I...more
How do I read data from a stream as it arrives in Xerces (SAX2) using XMLReader? It does not have a setReaderFactory method.
Check out...
http://xml.apache.org/xerces-j/faq-write.html#faq-11
How can I pass XML generated by JSP to Cocoon for further processing?
[
I am using tomcat 3.2.1 and cocoon 1.8.2. and I am using JSP's for dynamic generation of XML. How can i give this XML output to cocoon to apply XSLT (based on the requested client) and to give t...more