Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Uses of SoapException in com.sap.cloud.sdk.s4hana.connectivity.soap
Methods in com.sap.cloud.sdk.s4hana.connectivity.soap that throw SoapExceptionModifier and TypeMethodDescription<ReturnT> ReturnTDeprecated.Executes a request against a SOAP service based on the given function.static voidSoapRequest.registerCustomConverter(Class<? extends org.apache.axis2.databinding.utils.ConverterUtil> customConverter) Deprecated.Use this method to register your own custom converter class which Axis2 uses for converting values from the SOAP envelope following XSD types to Java types.Constructors in com.sap.cloud.sdk.s4hana.connectivity.soap that throw SoapExceptionModifierConstructorDescriptionSoapRequest(Class<ServiceT> serviceClass, HttpDestination httpDestination) Deprecated.Takes the class type of the SOAP service typeServiceTasserviceClassand anDestination, creates and prepares the Axis2 configuration context and instantiates the classServiceT.