| Class | Description |
|---|---|
| SoapFault |
A simple POJO that represents a SOAP Fault that occurs during invocation processing.
|
| Enum | Description |
|---|---|
| WscErrors |
Enum that defines all the Mule Error Types that can be thrown by the
WebServiceConsumer. |
| Exception | Description |
|---|---|
| BadRequestException |
Exception implementation that aims to be thrown when an error occur while parsing or processing the SOAP request. |
| BadResponseException |
Exception implementation that aims to be thrown when an error occur while parsing or processing the SOAP response. |
| InvalidWsdlException |
Exception implementation that aims to be thrown when an inconsistent WSDL state is found or a provided one cannot be
parsed. |
| SoapFaultException |
Exception thrown by the Web Service Consumer when processing a SOAP fault.
|
| WscEncodingException |
Exception implementation that aims to be thrown when a problem occur while encoding or decoding the content of a part
of a SOAP message. |
| WscException |
Base
RuntimeException type for the Web Service Consumer. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.