Soap Section Index | Page 4
Where can i find information on Microsoft's implementation of SOAP for Windows platforms?
http://msdn.microsoft.com/soap/
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 does CORBA compare to RMI? to SOAP? to .NET?
It's not simple question and to completely answer this question you need good study. At first I want point you on one very good bookmark page Cetus Links. And now my answer:
CORBA - is set of st...more
What is XML-RPC and how is it different from SOAP (Simple Object Access Protocol)?
In XML-RPC you send an XML document over HTTP that describes a method on an object to call. The response from the method is also an XML document. Why do this? XML and HTTP are language independ...more
Where can I find the latest SOAP specification?
The W3C maintains the latest at http://www.w3.org/TR/SOAP/.
Are there any SOAP-specific FAQs available?
The DevelopMentor SOAP FAQ is probably the best place to start.
Microsoft also has a SOAP FAQ.more
Are there any mailing lists where one can learn more about SOAP?
DevelopMentor runs a list. You can subscribe and read the archives at http://discuss.develop.com/soap.html.
Where can I get a Java version of SOAP?
IBM makes a reference implementation available through the Apache group at http://xml.apache.org/soap.
What is SOAP used for?
Taken from the SOAP v1.1 specification [http://www-4.ibm.com/software/developer/library/soap/soapv11.html:
SOAP is a lightweight protocol for exchange of information in a decentralized, distribut...more
What does SOAP stand for?
SOAP stands for Simple Object Access Protocol.