Show / Hide Table of Contents

    WS Debug Mgt.

    Functions used when extending the WS Debug features.

    Object Definition

    Object TypeCodeunit
    Object ID70327105
    Object NameQWETB WS Debug Mgt.

    Procedures

    Name Description
    ExportBlobValue(Text[100]; TextEncoding) Exports the blob value to a client file.
    GetBlobValue(Text[100]): Text Gets the Blob value as UTF8 encoded text.
    GetBlobValue(Text[100]; TextEncoding): Text Gets the Blob value.
    GetBlobValue(Text[100]; TextEncoding; Codeunit "QWETB Temp Blob") Gets the blob value.
    GetBooleanValue(Text[100]): Boolean Gets the value formatted as Boolean.
    GetDecimalValue(Text[100]): Decimal Gets the value formatted as Decimal.
    GetInStream(Text[100]; InStream) Creates an InStream from the blob with UTF8 encoding.
    GetInStream(Text[100]; TextEncoding; InStream) Creates an InStream from the blob with selected encoding.
    GetIntegerValue(Text[100]): Integer Gets the value formatted as Integer.
    GetOutStream(Text[100]; OutStream) Creates an OutStream from the blob with UTF8 encoding.
    GetOutStream(Text[100]; TextEncoding; OutStream) Creates an OutStream from the blob with selected encoding.
    GetTextValue(Text[100]): Text Gets the value formatted as XML Text.
    InsertBlobParameter(Text[100]; Text) Insert a parameter with the Data Type Blob.
    InsertBlobParameter(Text[100]; Text; Text[100]) Insert a parameter with the Data Type Blob.
    InsertBlobParameter(Text[100]; Text; Text[100]; Boolean) Insert a parameter with the Data Type Blob.
    InsertParameter(Text[100]; Variant) Insert a parameter with the data types other than Blob.
    InsertParameter(Text[100]; Variant; Boolean) Insert a parameter with the data types other than Blob.
    OpenPage(Boolean): Boolean Opens the Parameter list for manual input.
    OpenPage(Boolean; Text[100]): Boolean Opens the Parameter list for manual input.
    PostWsCall(Boolean; Boolean) This function should be called just after the WS function being tested.
    PreWsCall(Boolean; Boolean) This function should be called just before the WS function being tested. If any of the provided parameters are true commits will be prevented.

    Deprecated Procedures

    Name Description
    GetBlobValue(Text[100]; TextEncoding; Record "QWETB tTempBlob" temporary) Gets the blob value.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX