Construct_Object()
WebServiceException(string sError)
A web-service exception (soap fault) is generated by calling this message with
error text and then exiting the function.
- Handle
DeserializeXml(Address aXml string sDataType)
These three messages are directed from the callinterface object to here via the
phoWebServiceImplementor property. This means that WOs handle this making it easier
to augment
- Integer
hoXml
- Address
SerializeXml(Handle hObj string sDataType)
- Address
aXml
DisposeObject(Handle hObj)
LogEvent(Integer iEventType String lpszEvent)
LogErrorEvent(Integer iErr String sText)
- Integer
pbAllErrorsToEventLog()
Pass these properties to ISO. This makes it easier to debug
{ MethodType=Property }
Function pbVerboseErrors Returns Integer
Function_Return (pbVerboseErrors(ghInetSession))
End_Function
Procedure Set pbVerboseErrors Integer bState
Set pbVerboseErrors Of ghInetSession To bState
End_Procedure
Set(Integer bState)
- Integer
pbAllErrorsToLocal()
Set(Integer bState)
AddServiceTypeDefinitions(handle hoRoot string sNSPre string sNsURI)
- String
sXml - Integer
hoXml - Integer
hoDoc - Boolean
bOk
AddServiceOperations(handle hoRoot string sNSPre string sNsURI)
- Integer
iCount - Integer
iItem - String
sMethodName - String
sMethodType - String
sComment - Boolean
bExtended - Integer
hoOperation
AddOperationParameters(Integer hoOperation String sNSPre string sNsURI Integer iMethodIndex)
- Integer
iParam - Integer
iParamCount - Integer
iParamType - Integer
iDimCount - Boolean
bParamByRef - String
sParamType - String
sParamName - Integer
hoParam
- String
WebServiceMetaData()
see WebServiceMetaData.xsd for a description of what needs to be generated here!
- String
sWebServiceMetaDataURI - String
sServiceURI - String
sServiceTitle - String
sDocumentation - String
sServiceName - String
sXml - Integer
hoXML - Integer
hoRoot - Integer
hoOperation - Integer
hoParam - String
sNsPre - Boolean
bDocumentStyle
- Handle
SoapHeaderRequestNode()
- Address
pVDFISData - Address
pData - Integer
iTemp - Integer
hoXml - Boolean
bOk - Boolean
bKeepAlive
AddSoapHeaderNode(Handle hoNode)
- Address
pData - Boolean
bOK
- String
ServerVariable(String sVariableName)
- String
sVal - Address
pVar - Address
pData - Integer
iTemp - Integer
bKeepAlive
End_Construct_Object()