Visual Web Service
WSDL 1.1 WSDL 1.2 WSDL 2.0 EXAMPLES DIRECTORY JOBS
WSDL URL
WSDL File
For Print
SOA News


Visual Web Service of http://sdb.amazonaws.com/doc/2007-11-07/AmazonSimpleDB.wsdl
Service visualwebservice.com
AmazonSimpleDB

Port
AmazonSDBPortType
Operations

<soap:body>
<CreateDomain></CreateDomain>
</soap:body>
CreateDomain<soap:body>
<CreateDomainResponse>
</CreateDomainResponse>
</soap:body>
soapAction = CreateDomain
<soap:body>
<ListDomains></ListDomains>
</soap:body>
ListDomains<soap:body>
<ListDomainsResponse>
</ListDomainsResponse>
</soap:body>
soapAction = ListDomains
<soap:body>
<DeleteDomain></DeleteDomain>
</soap:body>
DeleteDomain<soap:body>
<DeleteDomainResponse>
</DeleteDomainResponse>
</soap:body>
soapAction = DeleteDomain
<soap:body>
<PutAttributes></PutAttributes>
</soap:body>
PutAttributes<soap:body>
<PutAttributesResponse>
</PutAttributesResponse>
</soap:body>
soapAction = PutAttributes
<soap:body>
<GetAttributes></GetAttributes>
</soap:body>
GetAttributes<soap:body>
<GetAttributesResponse>
</GetAttributesResponse>
</soap:body>
soapAction = GetAttributes
<soap:body>
<DeleteAttributes></DeleteAttributes>
</soap:body>
DeleteAttributes<soap:body>
<DeleteAttributesResponse>
</DeleteAttributesResponse>
</soap:body>
soapAction = DeleteAttributes
<soap:body>
<Query></Query>
</soap:body>
Query<soap:body>
<QueryResponse></QueryResponse>
</soap:body>
soapAction = Query
<soap:body>
<QueryWithAttributes>
</QueryWithAttributes>
</soap:body>
QueryWithAttributes<soap:body>
<QueryWithAttributesResponse>
</QueryWithAttributesResponse>
</soap:body>
soapAction = QueryWithAttributes

binding = http://schemas.xmlsoap.org/wsdl/soap/
transport = http://schemas.xmlsoap.org/soap/http
style = document
address = http://sdb.amazonaws.com
Amazon SimpleDB is a web service for running queries on structured data in real time. This service works in close conjunction with Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud (Amazon EC2), collectively providing the ability to store, process and query data sets in the cloud. These services are designed to make web-scale computing easier and more cost-effective for developers. Traditionally, this type of functionality has been accomplished with a clustered relational database that requires a sizable upfront investment, brings more complexity than is typically needed, and often requires a DBA to maintain and administer. In contrast, Amazon SimpleDB is easy to use and provides the core functionality of a database - real-time lookup and simple querying of structured data without the operational complexity. Amazon SimpleDB requires no schema, automatically indexes your data and provides a simple API for storage and access. This eliminates the administrative burden of data modeling, index maintenance, and performance tuning. Developers gain access to this functionality within Amazon's proven computing environment, are able to scale instantly, and pay only for what they use.

© 2008 Visual Web Service