Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Uses of SoapException in com.sap.cloud.sdk.s4hana.connectivity.soap
Modifier and TypeMethodDescription<ReturnT> ReturnT
Deprecated.Executes a request against a SOAP service based on the given function.static void
SoapRequest.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.ModifierConstructorDescriptionSoapRequest
(Class<ServiceT> serviceClass, Destination destination) Deprecated.Takes the class type of the SOAP service typeServiceT
asserviceClass
and anDestination
, creates and prepares the Axis2 configuration context and instantiates the classServiceT
.