Service stub elements are part of the service stub and can be edited
in the stub editor.
Stub operation details
Stub operation elements describe the format of the call
that the service stub expects to receive. There is one stub operation
for each operation that was detected in the WSDL specification. Each
stub operation contains at least one default case element, or several
case elements describing the response of the service stub depending
on the incoming calls. The information from the stub operation element
can be used for data correlation.
Stub case details
Stub case elements enable you to specify the response of a service
stub according to the content of an incoming call. You can perform checks
on the contents of the XML document of the message return, the number of nodes
returned by an XPath query, or the existence of a specific attachment. Each
case element has an associated response element. There can be multiple case
elements in a stub operation, but the Case : Default element
is mandatory.
Stub response details
In the stub editor, there is one response elements associated with
each case element. Stub responses describe the content that is returned by
the stub service, simulating the response of the original service.