pp108 : DeleteObject

DeleteObject


This method is used to delete objects from the database. The attribute tags in the request and response samples are only representations, and may vary based on the actual method generated.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <UpdateCategories xmlns="http://schemas.cordys.com/Ws-AppServer/any">
            <tuple>
                <old>
                    <Categories>
                        <CategoryID>9</CategoryID>
                    </Categories>
                </old>
            </tuple>
        </UpdateCategories>
    </SOAP:Body>
</SOAP:Envelope>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

Categories

Represents the name of the database table

String

-

CategoryID

Represents the column of the selected database table

String

-


SOAP Response

<data>
    <UpdateCategoriesResponse
        xmlns="http://schemas.cordys.com/Ws-AppServer/any" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
        <tuple xmlns="http://schemas.cordys.com/Ws-AppServer/any" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
            <old>
                <Categories>
                    <CategoryID>9</CategoryID>
                </Categories>
            </old>
        </tuple>
    </UpdateCategoriesResponse>
</data>

Response Parameters


The parameters in the request are reproduced in the response.

Note:
WS-AppServer facilitates using the XQY extensions while executing these requests. For more information, see Leveraging XQY Extensions in WS-AppServer.


Related reference

Delete BusObject SOAP Request