DocBook|Search
Class Reference
%SOAP.ClientTest
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [ClientTest]
Private  Storage  

class %SOAP.ClientTest extends %CSP.StudioTemplateSuper

HTTP page that tests a SOAP client class.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName BuildInputArgs ConvertParameter
Decrypt Encrypt EscapeHTML EscapeURL
GetArgValue HyperEventBody HyperEventCall HyperEventFrame
HyperEventHead Include InsertHiddenField InsertHiddenFields
InvokeMethod IsEnabled IsPrivate Link
LocalizeName OnErrorSetup OnHTTPHeader OnPage
OnPageError OnPostHTTP OnPostHyperEvent OnPreHTTP
OnPreHyperEvent Page QuoteJS RewriteURL
ShowArgument ShowClasses ShowError ShowMethodDetails
ShowMethods StartTimer StopTimer ThrowError
UnescapeHTML UnescapeURL


Methods

• classmethod BuildInputArgs(pCls As %String, pMethod As %String, ByRef pArgs, ByRef pHasReturn)
Get list of input arguments for the given method
• classmethod GetArgValue(Output pValue As %String, pName As %String, pType As %String, pOwner As %String = "") as %String
find the value for this argument (from the %request parms)
• classmethod InvokeMethod(pCls As %String, pMethod As %String) as %Status
Invoke a SOAP client method
• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
• classmethod OnPreHTTP() as %Boolean
Event handler for PreHTTP event: this is invoked before the HTTP headers for a CSP page have been sent. All changes to the %CSP.Response class, such as adding cookies, HTTP headers, setting the content type etc. must be made from within the OnPreHTTP() method. Also changes to the state of the CSP application such as changing %session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method. It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method as this is more efficient, although it is supported in any section of the page. Return 0 to prevent OnPage from being called.
• classmethod ShowArgument(pName As %String, pType As %String, pValue As %String, pOwner As %String = "")
• classmethod ShowClasses()
Display the list of SOAP client classes
• classmethod ShowMethodDetails(pCls As %String, pMethod As %String)
Display the details page for a specific Web Method
• classmethod ShowMethods(pCls As %String, pType As %String)
Display the WebMethods of a SOAP client class