Bluestep JS Documentation
    Preparing search index...

    Represents a Soap Client Object.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    classes: { [key: string]: Class }

    Retrieves classes loaded by this client

    fqMethods: { [key: string]: { [key: string]: MethodByFQ } }

    Retrieves Fully Qualified Methods.

    methods: { [key: string]: Method }

    Retrieves methods.

    Methods

    • Create an instance from one of the classes loaded by this client

      Parameters

      • className: string

        Create an instance.

      Returns any