![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Schema validation errors are accessed through Log Viewer by using TIBCO Administrator.
• If schema validation fails on the initiator side for an outbound SOAP message, the SOAP advisory message on the ERROR subject on the initiator side has the complete details of the schema validation errors. These details are posted in the statusMsg field of the SOAP/Advisory AE message.
The schema for the ErrorInfo element is in the errorinfo.xsd file in the TIBCO_HOME/bc/version_number/protocols/soap/samples/schemas directory.The SOAP advisory message is published both on the initiator and responder sides, with the statusMsg element containing the schema validation errors.
• If the schema validation fails when processing a response message from the private process on the responder side, a SOAP fault is sent with the fault string, Response not conforming to schema. This SOAP fault message does not have fault details.A SOAP/Advisory AE message is published on the ERROR subject with the schema validation errors in the statusMsg element.
• If the schema validation fails when processing a response message on the initiator side, a SOAP/Advisory AE message is published on the ERROR subject with schema validation errors in the statusMsg element.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |