soap

TwitterFacebook
Get flash to fully experience Pearltrees
Introduction A WSDL document describes a web service. A WSDL binding describes how the service is bound to a messaging protocol, particularly the SOAP messaging protocol. A WSDL SOAP binding can be either a Remote Procedure Call (RPC) style binding or a document style binding.

Which style of WSDL should I use?

http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/
http://www.onlamp.com/pub/a/onlamp/2008/02/19/developing-restful-web-services-in-perl.html <a href="http://adserver.adtechus.com/adlink/3.0/5159/425846/0/16/ADTECH;loc=300;key=key1+key2+key3+key4;grp=[group]" target="_blank"><img src="http://adserver.adtechus.com/adserv/3.0/5159/425846/0/16/ADTECH;loc=300;key=key1+key2+key3+key4;grp=[group]" border="0" width="1" height="1"></a> by Andrew Sterling Hanenkamp 02/19/2008 If you are a web developer and aren't familiar with the term "REST," you should know that you regularly work within this software architecture. REST is a term that can describe the interactions that occur between client and server on the World Wide Web. However, as with many terms, its original definition actually takes on further meaning as different parties have used it.

Developing RESTful Web Services in Perl

REST Web Services

I will first provide a brief introduction to REST and then describe how to build Web services in the REST style. What is REST? REST is a term coined by Roy Fielding in his Ph.D. dissertation [1] to describe an architecture style of networked systems. REST is an acronym standing for Representational State Transfer. Why is it called Representational State Transfer? The Web is comprised of resources. http://www.xfront.com/REST-Web-Services.html
http://docs.codehaus.org/display/GROOVY/Groovy+SOAP

Groovy SOAP - Groovy - Confluence

Skip to end of metadata Go to start of metadata SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. Groovy has a SOAP implementation based on Xfire which allows you to create a SOAP server and/or make calls to remote SOAP servers using Groovy.

Repurposing CGI applications with SOAP

http://www.ibm.com/developerworks/webservices/library/ws-cgia/ Putting CGI out to pasture Web services are late arrival to the structure of the World Wide Web. Many interesting Web applications are built as traditional CGI programs with request-response forms going back and forth between the client and the server. With the benefits of service architectures, you may want to have the functionality of an existing CGI program as a web service. However, it may be too complex or expensive to rewrite the application.