Package de.codecentric.cxf.soaprawclient
Class SoapRawClient
- java.lang.Object
-
- de.codecentric.cxf.soaprawclient.SoapRawClient
-
@Component public class SoapRawClient extends java.lang.ObjectSimple 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.StringERROR_MESSAGE
-
Constructor Summary
Constructors Constructor Description SoapRawClient(java.lang.String soapServiceUrl, java.lang.Class<T> jaxWsServiceInterfaceClass)
-
Method Summary
Modifier and Type Method Description SoapRawClientResponsecallSoapService(java.io.InputStream xmlFile)
-
-
-
Field Detail
-
ERROR_MESSAGE
protected static final java.lang.String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SoapRawClient
public SoapRawClient(java.lang.String soapServiceUrl, java.lang.Class<T> jaxWsServiceInterfaceClass) throws BootStarterCxfException- Throws:
BootStarterCxfException
-
-
Method Detail
-
callSoapService
public SoapRawClientResponse callSoapService(java.io.InputStream xmlFile) throws BootStarterCxfException
- Throws:
BootStarterCxfException
-
-