public marks

PUBLIC MARKS with tag soap

August 2006

July 2006

Using PHP5's SOAP Support

by kalooni
An example using the Amazon ECS API

» Amazon's SOA strategy: 'just do it' | Service-Oriented Architecture | ZDNet.com

by nhoizey
It doesn't matter if a partner uses REST or SOAP, he pointed out. "Our developers don't care if it's REST or SOAP. It's all about customers," he said.

June 2006

Enterprise Integration Patterns - Patterns Overview

by nhoizey
Enterprise integration is a complex field, and there is no simple 'cookbook' answer. Patterns are accepted solutions to recurring problems within a given context. They are abstract enough to apply to most integration technologies, but specific enough to provide hands-on guidance to designers and architects. Patterns also provide a vocabulary for developers to efficiently describe their solution.

Home

by nhoizey & 1 other (via)
Apache ServiceMix is an Enterprise Service Bus (ESB) that combines the functionality of a Service Oriented Architecture (SOA) and an Event Driven Arthitecture (EDA) to create an agile, enterprise ESB.

alphaWorks : IBM Generic Web Services Client Tool : Overview

by nhoizey
This tool is designed for testing existing Web services from a LAMP environment. When given a Web Service Definition Language (WSDL) specification, this tool is capable of secure and non-secure calls

Introduction (AdSense API Developer's Guide)

by KaoruK
This document describes how to use the Google AdSense API Beta release to programmatically create and access AdSense accounts through web services. It provides a subset of the functionality available at the AdSense website.

May 2006

The Cafes » REST vs. WS-*: A Parable

by nhoizey & 1 other (via)
A couple of years ago Water Supply-Strategic Tactical Air Recycling (WS-STAR) opened up a branch in our town. WS-* (as my IM crazy kids would type) came about from the merger of Secure Operations Air and Power (SOAP) with Expert Machine Lubrication: Radiators, Power, and Cooling (XML-RPC).

April 2006

Developing JAX-RPC–Based Web Services Using Axis and SOAP

by ruadrift
Web services are software applications that are based on a collection of industry standards and can be shared by and used as components of distributed Web-based applications. They can be identified by an URI and their public interfaces can be described and discovered using XML.

Fasnet

by Kralle
Homepage of the Carnival-Association www.jetztischdrdeifllos.de e. V. and organizer of the Fasnetskistenrennen (Carnival Box Derby) in Süßen/Germany

eXist : Une base de données XML interrogeable avec XPath et XQuery

by nhoizey & 1 other
eXist peut non seulement s'intégrer très facilement dans une application Java (via une servlet - XQueryServlet -, un composant Cocoon - XQueryGenerator - , ou l'utilisation de l'API XML:DB), mais elle peut également être utilisée dans de nombreux autres langages grâce à ses API REST et XML-RPC. Il existe d'ailleurs des API Pyhon et PHP

Java(TM) Boutique - Using SOAP with Java

by ruadrift
Using SOAP with Java �part1 Hello welcome to the first part of my 3 series articles on developing SOAP based applications using Java. This series is not a detailed description of SOAP protocol but just a quick-start tutorial to demonstrate how we can use Java and SOAP together. In the fist part I will cover the basic anatomy of SOAP, the installation of Apache SOAP 2.2 and configuration issues with Jakarta Tomcat 3.2.1 and develop, deploy and execute a very basic SOAP application. In part 2 of the series, I will develop a more complex Java bean based SOAP service and in part 3, I will give you an idea about other complex aspects of SOAP. Right then, lets begin. Anatomy of SOAP