
| <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 | ||