Class SenderHelper
java.lang.Object
com.aducid.sdk.sender.simple.util.SenderHelper
public final class SenderHelper
extends java.lang.Object
Sender helper.
 Created 11. 4. 2018 11:22:34
- Author:
 - Radek Jira
 
- 
Method Summary
Modifier and Type Method Description static com.aducid.net.soap.SOAPElementsendRequest(java.lang.String aimUrl, SoapOperation soapOperation, com.aducid.net.soap.SOAPMessage soapMessage)Sends SOAP/XML request to AIM R4 web service. 
- 
Method Details
- 
sendRequest
public static com.aducid.net.soap.SOAPElement sendRequest(java.lang.String aimUrl, SoapOperation soapOperation, com.aducid.net.soap.SOAPMessage soapMessage) throws AducidClientExceptionSends SOAP/XML request to AIM R4 web service.- Parameters:
 aimUrl- AIM R4 service URLsoapOperation- SOAP operationsoapMessage- SOAP message- Returns:
 - operation response as SOAP element
 - Throws:
 AducidClientException- when error occurs during message exchange
 
 -