iTP Active Transaction Pages (iTP ATP) Programmer's Guide

ATP Examples
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide522292-002
F-7
Objects Defined in the XML for ATP SOAP Library
SoapException Reports an exception in the previous
operation when methods encounter an
error. A SoapException reports a
problem in the SOAP protocol level
and can wrap an ATPException caught
in the SOAP Library. An
ATPException usually reports XML,
ATP internal, or JavaScript level
exceptions.
SoapException.inc
SoapFault Reports problems encountered while
processing a SOAP request. Invoking
this function creates a SoapSerializer
to format the required <Envelope>,
<Body>, and <Fault>.
SoapFault.inc
These objects provides an object interface for a SOAP
application to read and interpret a WSDL document
WSDLReader Enables a SOAP application to read a
WSDL document. A WSDLReader
represents a WSDL document.
WSDLReader.inc
CollWSDLServices Represents a collection of services
defined in a WSDL document.
CollWSDLServices.inc
WSDLService Represents a service defined in the
WSDL document.
WSDLService.inc
CollWSDLPorts Represents a collection of ports
defined in a WSDLService. A port
defines the endpoint of the service.
CollWSDLPort.inc
WSDLPort Represents a port defined in the
WSDL document.
WSDLPort.inc
CollWSDLOperations Represents a collection of operations
defined in a WSDLPort.
CollWSDLOperations.inc
WSDLOperation Represents an operation defined in a
WSDLPort.
WSDLOperation.inc
CollSoapMappers Represents a collection of message
parts defined in a WSDLOperation.
CollSoapMappers.inc
SoapMapper Represents an message part defined in
a WSDLOperation.
SoapMapper.inc
Table 6-3. Objects Defined in the XML for ATP SOAP Library (page 2 of 2)
Object Name What It Does Where to Find It