Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.soap |
Modifier and Type | Method and Description |
---|---|
<ReturnT> ReturnT |
SoapRequest.execute(io.vavr.CheckedFunction1<ServiceT,ReturnT> function)
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)
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.
|
Constructor and Description |
---|
SoapRequest(Class<ServiceT> serviceClass,
Destination destination)
Deprecated.
This constructor is deprecated, use
SoapRequest.SoapRequest(Class, HttpDestination) instead |
SoapRequest(Class<ServiceT> serviceClass,
HttpDestination httpDestination)
Takes the class type of the SOAP service type
ServiceT as serviceClass and an
Destination , creates and prepares the Axis2 configuration context and instantiates the class
ServiceT . |
Copyright © 2021 SAP SE. All rights reserved.