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.SOAPElement sendRequest​(java.lang.String aimUrl, SoapOperation soapOperation, com.aducid.net.soap.SOAPMessage soapMessage)
    Sends SOAP/XML request to AIM R4 web service.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • sendRequest

      public static com.aducid.net.soap.SOAPElement sendRequest​(java.lang.String aimUrl, SoapOperation soapOperation, com.aducid.net.soap.SOAPMessage soapMessage) throws AducidClientException
      Sends SOAP/XML request to AIM R4 web service.
      Parameters:
      aimUrl - AIM R4 service URL
      soapOperation - SOAP operation
      soapMessage - SOAP message
      Returns:
      operation response as SOAP element
      Throws:
      AducidClientException - when error occurs during message exchange