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