
| <soap:header> <Security></Security </soap:header> <soap:body> <PUT></PUT> </soap:body> | PUT | <soap:body> </soap:body> |
| soapAction = http://schemas.xmlsoap.org/wsdl/http/PUT | ||
| <soap:header> <Security></Security </soap:header> <soap:body> </soap:body> | DELETE | <soap:body> </soap:body> |
| soapAction = http://schemas.xmlsoap.org/wsdl/http/DELETE | ||
| <soap:header> <Security></Security </soap:header> <soap:body> <POST></POST> </soap:body> | POST | <soap:body> <POSTResponse></POSTResponse> </soap:body> |
| soapAction = http://schemas.xmlsoap.org/wsdl/http/POST | ||