Services84 BulkUpdate RemoveStoredFields
Some tooltip text!
• 1 minute to read
• 1 minute to read
SOAP request and response examples Remote/Services84/BulkUpdate.svc
Implemented by the
RemoveStoredFields
WSDL file for Services84/BulkUpdate
Obtain a ticket from the Services84/SoPrincipal.svc
Application tokens must be specified if calling an Online installation. ApplicationTokens are not checked for on-site installations.
RemoveStoredFields Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices842="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices841="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:BulkUpdate="http://www.superoffice.net/ws/crm/NetServer/Services84">
<BulkUpdate:ApplicationToken>1234567-1234-9876</BulkUpdate:ApplicationToken>
<BulkUpdate:Credentials>
<BulkUpdate:Ticket>7T:1234abcxyzExample==</BulkUpdate:Ticket>
</BulkUpdate:Credentials>
<SOAP-ENV:Body>
<BulkUpdate:RemoveStoredFields>
<BulkUpdate:TableName xsi:type="xsd:string"></BulkUpdate:TableName>
<BulkUpdate:Context xsi:type="xsd:string"></BulkUpdate:Context>
</BulkUpdate:RemoveStoredFields>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
RemoveStoredFields Response
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices842="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices841="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:BulkUpdate="http://www.superoffice.net/ws/crm/NetServer/Services84">
<SOAP-ENV:Body>
<BulkUpdate:RemoveStoredFieldsResponse>
<BulkUpdate:Response xsi:type="xsd:boolean">false</BulkUpdate:Response>
</BulkUpdate:RemoveStoredFieldsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>