The xAssets API - Method : WebSaveSpecial

Summary

Execute a SaveSpecial method, optionally with XML data, into the xAssets database for your instance

Parameters

Parameter : sHash

sHash : The hash returned from the logon function

Parameter : sUserName

sUserName : The username of the logged on user

Parameter : sDatabase

sDatabase : The database name of your instance

Parameter : sIP

sIP : Your IP address. This must match your web facing IP address

Parameter : sXML

The XML to be saved, or the XML parameter where the specific SaveSpecial method requires an XML parameter

Parameter : sCommand

sCommand : The name of the SaveSpecial command to be executed

Parameter : sArguments

A string array of arguments to be passed to the SaveSpecial command

Parameter : bIgnoreWarnings

bIgnoreWarnings : Normally this is set to false. If true, warning triggers will be ignored and the data will either save or raise an error

Parameter : sDNS

sDNS : The DNS path of your instance

Parameter : lPort

lPort : The port of your instance (normally 443)

Parameter : sScheme

sScheme : This is always "https"

Parameter : sNonce

sNonce : This must be the nonce passed to you by the logon function

Parameter : datNonce

datNonce : This must be the nonce date passed to you by the logon function

Syntax and Examples

Restful syntax with Microsoft Visual Basic

Example 1

There is no restful call for this SOAP Interface operation - use a SOAP method instead

SOAP Syntax with Microsoft Visual Basic

Example 1


    Return w.WebSaveSpecial(sHash, sUserName, sDatabase, sIP, sXML, sCommand, sArguments, bIgnoreWarnings, sDNS, lPort, sScheme, sNonce, datNonce)
                            

AMSX Syntax

Example 1

AMSX is an internal language and does not need to access web services to execute

XCS Syntax

Example 1

XCS access the server through a web browser. API calls can be executed directly from API Commands using Server.API, Server.Save and Server.SaveSpecial

Download the Visual Studio API Samples Project

Return to the API Index Page

© xAssets 2023 All rights reserved.