PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.5.7
- All Products
Element
| Description
|
---|---|
faultcode
| Faultcode element can contain any of the following indicators:
|
faultstring
| Describes the error.
|
faultactor
| Optional. URI identifying the address of the web services host that generated the error.
|
detail
| Optional. Describes the cause of the error.
|
<env:Body> <env:Fault> <faultcode>env:Client</faultcode> <faultstring>Invalid input</faultstring> <faultactor>Optional URI</faultactor> <detail>Optional additional information</detail> </env:Fault> </env:Body>
Element
| Description
|
---|---|
Code
| A fault identification. The Value element of Code must be one of the following values:
|
Reason
| An explanation of the error.
|
Node
| Contains the URI of the SOAP node that generated the fault.
|
Role
| Optional information about the object that caused the fault to occur.
|
Detail
| Optional information that varies based on the fault.
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <soapenv:Fault> <soapenv:Code> <soapenv:Value>soapenv:Receiver</soapenv:Value> </soapenv:Code> <soapenv:Reason> <soapenv:Text xml:lang="en-US">Your name is required.</soapenv:Text> </soapenv:Reason> <soapenv:Detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>