Class SoapRawClient


  • @Component
    public class SoapRawClient
    extends java.lang.Object
    Simple SOAP-Client for testing SOAP-APIs, how they would behave without XML schema compliant requests, that couldn“t be marshalled to the JAX-B Objects.
    Author:
    Jonas Hecht
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String ERROR_MESSAGE  
    • Constructor Summary

      Constructors 
      Constructor Description
      SoapRawClient​(java.lang.String soapServiceUrl, java.lang.Class<T> jaxWsServiceInterfaceClass)  
    • Method Summary

      Modifier and Type Method Description
      SoapRawClientResponse callSoapService​(java.io.InputStream xmlFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait