Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.soap.handler:addBodyBlock
pub.soap.handler:addFaultBlock
pub.soap.handler:addHeaderBlock
pub.soap.handler:addHeaderElement
pub.soap.handler:generateDocumentTypesFromWSDL
pub.soap.handler:getBodyBlock
pub.soap.handler:getBodyBlockQNames
pub.soap.handler:getFaultBlock
pub.soap.handler:getHeaderBlock
pub.soap.handler:getHeaderBlockQNames
pub.soap.handler:getHeaderElement
pub.soap.handler:getInitialSOAPMessage
pub.soap.handler:getMessageAddressingProperties
pub.soap.handler:getProperty
pub.soap.handler:getServicePipeline
pub.soap.handler:getSOAPMessage
pub.soap.handler:getWebServiceInvocationProperties
pub.soap.handler:handlerSpec
pub.soap.handler:hasFaultMessage
pub.soap.handler:listConsumer
pub.soap.handler:listProvider
pub.soap.handler:registerConsumer
pub.soap.handler:registerProvider
pub.soap.handler:registerWmConsumer
pub.soap.handler:registerWmProvider
pub.soap.handler:removeBodyBlock
pub.soap.handler:removeHeaderBlock
pub.soap.handler:removeHeaderElement
pub.soap.handler:removeProperty
pub.soap.handler:setProperty
pub.soap.handler:setSOAPMessage
pub.soap.handler:unregisterConsumer
pub.soap.handler:unregisterProvider
pub.soap.handler:updateFaultBlock
pub.soap.processor:list
pub.soap.processor:processMessage
pub.soap.processor:processRPCMessage
pub.soap.processor:registerProcessor
pub.soap.processor:unregisterProcessor
pub.soap.schema:encoding
pub.soap.schema:encoding_1_2
pub.soap.schema:envelope
pub.soap.schema:envelope_1_2
pub.soap.utils:addBodyEntry
pub.soap.utils:addHeaderEntry
pub.soap.utils:addTrailer
pub.soap.utils:callbackServiceSpec
pub.soap.utils:convertToVersionSpecificSOAPFault
pub.soap.utils:createSoapData
pub.soap.utils:createXOPObject
pub.soap.utils:exitUnableToUnderstand
pub.soap.utils:getActor
pub.soap.utils:getBody
pub.soap.utils:getBodyEntries
pub.soap.utils:getDocument
pub.soap.utils:getEncoding
pub.soap.utils:getHeader
pub.soap.utils:getHeaderEntries
pub.soap.utils:getMustUnderstand
pub.soap.utils:getQName
pub.soap.utils:getTrailers
pub.soap.utils:getXOPObjectContent
pub.soap.utils:QName
pub.soap.utils:removeBodyEntry
pub.soap.utils:removeHeaderEntry
pub.soap.utils:removeTrailer
pub.soap.utils:requestResponseSpec
pub.soap.utils:resetWSDEffectivePolicy
pub.soap.utils.setWSDEffectivePolicy
pub.soap.utils:soapDataToBytes
pub.soap.utils:soapDataToString
pub.soap.utils:soapFault
pub.soap.utils:streamToSoapData
pub.soap.utils:stringToSoapData
pub.soap.utils:validateSoapData
pub.soap.wsa:action
pub.soap.wsa:faultTo
pub.soap.wsa:from
pub.soap.wsa:messageID
pub.soap.wsa:problemAction
pub.soap.wsa:problemHeaderQName
pub.soap.wsa:problemIRI
pub.soap.wsa:relatesTo
pub.soap.wsa:replyTo
pub.soap.wsa:retryAfter
pub.soap.wsa:to
pub.soap.wsa:schema_wsa
pub.soap.wsa.submission:action
pub.soap.wsa.submission:faultTo
pub.soap.wsa.submission:from
pub.soap.wsa.submission:messageID
pub.soap.wsa.submission:relatesTo
pub.soap.wsa.submission:replyTo
pub.soap.wsa.submission:retryAfter
pub.soap.wsa.submission:to
pub.soap.wsa.submission:schema_wsa_submission
pub.soap.wsrm:closeSequence
pub.soap.wsrm:createSequence
pub.soap.wsrm:sendAcknowledgementRequest
pub.soap.wsrm:terminateSequence
pub.soap.wsrm:waitUntilSequenceCompleted
The following elements are available in this folder:
Element
Package and Description
WmPublic. Inserts a document into a SOAP message as a new body block.
WmPublic. Inserts a document into a SOAP message as a new fault block.
WmPublic. Inserts a document into a SOAP message as a new header block.
WmPublic. Deprecated - Replaced by pub.soap.handler:addHeaderBlock.
WmPublic. Generates IS document types from a WSDL.
WmPublic. Retrieves a body block from a SOAP message.
WmPublic. Returns the QName for each body block in a SOAP message.
WmPublic. Retrieves a fault block from a SOAP message.
WmPublic. Retrieves a header block from a SOAP message.
WmPublic. Returns the QName for each header block in a SOAP message.
WmPublic. Deprecated - Replaced by pub.soap.handler:getHeaderBlock.
WmPublic. Gets the initial SOAP request message from a given message context.
WmPublic. Gets the value of the specified message addressing properties in a SOAP message.
WmPublic. Gets the value of a specified property from a message context.
WmPublic. Gets the service pipeline from a given message context.
WmPublic. Gets the message addressing properties of the SOAP message in the provided message context.
WmPublic. Fetches the web service invocation properties.
WmPublic. Specification to use as the signature for a service that acts as a header handler.
WmPublic. Determines whether the SOAP message in a given message context contains a SOAP fault message.
WmPublic. Returns a list of the consumer handlers currently registered on Integration Server.
WmPublic. Returns a list of the provider handlers currently registered on Integration Server.
WmPublic. Deprecated - Replaced by pub.soap.handler:registerWmConsumer.
WmPublic. Deprecated - Replaced by pub.soap.handler:registerWmProvider.
WmPublic. Registers a handler for use with consumer.
WmPublic. Registers a header handler for use with provider.
WmPublic. Removes a body block from a SOAP message, leaving an empty SOAP body, <SOAP-ENV:Body></SOAP-ENV:Body>.
WmPublic. Removes a header block from a SOAP message.
WmPublic. Deprecated - Replaced by pub.soap.handler:removeHeaderBlock.
WmPublic. Removes a property from a message context.
WmPublic. Sets the value of a specific property in a message context.
WmPublic. Sets the SOAP message in a message context.
WmPublic. Unregisters a consumer web service descriptor handler.
WmPublic. Unregisters a provider web service descriptor handler.
WmPublic. Updates the fault code (code) and the fault string (reasons) in the existing fault block.
WmPublic. Deprecated - There is no replacement service. Returns a list of the SOAP processors that are currently registered on the Integration Server.
WmPublic. Deprecated - There is no replacement service. Executes the Integration Server's default SOAP processor.
WmPublic. Deprecated - There is no replacement service. Executes the Integration Server's SOAP RPC processor.
WmPublic. Deprecated - There is no replacement service. Registers a service as a SOAP processor on the Integration Server.
WmPublic. Deprecated - There is no replacement service. Unregisters a SOAP processor by removing it from the registry.
WmPublic. Schema that defines the data types SOAP supports.
WmPublic. Schema that defines the data types SOAP 1.2 supports.
WmPublic. Schema that defines the structure of a SOAP message.
WmPublic. Schema that defines the structure of a SOAP 1.2 message.
WmPublic. Inserts an entry into the body element of a SOAP message.
WmPublic. Inserts an entry into the header element of a SOAP message.
WmPublic. Inserts a trailer in a SOAP message.
WmPublic. Defines the input signature for an outbound callback service.
WmPublic. Converts the generic SOAP fault structure to the SOAP version-specific fault structure that is used by web service descriptors created in versions of Integration Server prior to 8.2.
WmPublic. Creates a SOAP object consisting of SOAP envelope, body, and header entries.
WmPublic. Generates a com.wm.util.XOPObject instance from a base64Binary string, a byte array, or an input stream.
WmPublic. Terminates processing and returns a mustUnderstand fault to the client.
WmPublic. Retrieves the value of the actor attribute (for SOAP 1.1) or the role attribute (for SOAP 1.2) from a given header entry.
WmPublic. Retrieves the body from a SOAP message as a single node object.
WmPublic. Retrieves the body entries from a SOAP message as an array of node objects.
WmPublic. Retrieves an entire SOAP message as a node object.
WmPublic. Retrieves the encoding from a SOAP message as a single string.
WmPublic. Retrieves the header from a SOAP message as a single node object.
WmPublic. Retrieves the header entries from a SOAP message as an array of node objects.
WmPublic. Returns the mustUnderstand status for a given header entry.
WmPublic. Returns the qualified name for a given node.
WmPublic. Retrieves the trailers from a SOAP message.
WmPublic. Retrieves the contents of a com.wm.util.XOPObject instance as a base64Binary string, a byte array, or an InputStream.
WmPublic. Document type that defines the structure of a qualified name.
WmPublic. Deletes a body entry from a SOAP message.
WmPublic. Deletes a header entry from a SOAP message.
WmPublic. Deletes a trailer from a SOAP message.
WmPublic. Defines the input/output signature for a custom processor and a target service for the default processor.
WmPublic. Deprecated - There is no replacement service. Returns the effective policy for a handler in a web service descriptor to the policy set in the Policy name property in Software AG Designer.
WmPublic. Deprecated - There is no replacement service. Sets the effective policy for a handler in a web service descriptor.
WmPublic. Converts a SOAP object to a Byte Array.
WmPublic. Converts a SOAP object to a String.
WmPublic. Document type that defines the generic SOAP fault structure used by web service descriptors created in Integration Server 8.2 and later.
WmPublic. Converts an InputStream containing a SOAP message to a SOAP object.
WmPublic. Converts a String containing a SOAP message to a SOAP object.
WmPublic. Verifies that a SOAP object represents a valid SOAP message.
WmPublic. Document type that defines the contents of the wsa:Action WS-Addressing header.
WmPublic. Document type that defines the contents of the wsa:FaultTo WS-Addressing header.
WmPublic. Document type that contains the details of the source of the message.
WmPublic. Document type that defines the contents of the wsa:MessageID WS-Addressing header.
WmPublic. Document type that captures additional information about faults.
WmPublic. Document type that captures additional information about faults.
WmPublic. Document type that captures the IRI that caused the problem.
WmPublic. Document type that defines the contents of the wsa:RelatesTo WS-Addressing header.
WmPublic. Document type that defines the contents of the wsa:ReplyTo WS-Addressing header.
WmPublic. Document type that specifies the minimum duration in milliseconds that Integration Server waits before retransmitting a message.
WmPublic. Document type that defines the contents of the wsa:To WS-Addressing header.
WmPublic. A schema containing the elements from http://www.w3.org/2005/08/addressing namespace.
WmPublic. Document type that defines the contents of the wsa:Action WS-Addressing header.
WmPublic. Document type that defines the contents of the wsa:FaultTo WS-Addressing header.
WmPublic. Document type that contains the details about the source of the message.
WmPublic. Document type that defines the contents of the wsa:MessageID WS-Addressing header.
WmPublic. Document type that defines the contents of the wsa:RelatesTo WS-Addressing header.
WmPublic. Document type that specifies the destination to which the response message is to be sent.
WmPublic. Document type that specifies the minimum duration in milliseconds that Integration Server waits before retransmitting a message.
WmPublic. Document type that defines the contents of the wsa:To WS-Addressing header.
WmPublic. A schema containing the elements from http://schemas.xmlsoap.org/ws/2004/08/addressing namespace.
WmPublic. Closes a reliable messaging sequence.
WmPublic. Sends a request to a reliable messaging destination to create a new reliable messaging sequence.
WmPublic. Requests an acknowledgment for a message sequence.
WmPublic. Terminates a reliable messaging sequence.
WmPublic. Requests an acknowledgment for a message sequence.