Javadoc
This commit is contained in:
@@ -27,11 +27,12 @@ import org.springframework.ws.soap.SoapMessage;
|
||||
* <p/>
|
||||
* A usage example with {@link org.springframework.ws.client.core.WebServiceTemplate}:
|
||||
* <pre>
|
||||
* WebServiceTemplate template = new WebServiceTemplate(messageFactory, messageSender);
|
||||
* Source result = template.sendAndReceive(
|
||||
* WebServiceTemplate template = new WebServiceTemplate(messageFactory);
|
||||
* Result result = new DOMResult();
|
||||
* template.sendAndReceive(
|
||||
* new StringSource("<content xmlns=\"http://tempuri.org\"/>"),
|
||||
* new SoapActionCallback("http://tempuri.org/SOAPAction")
|
||||
* );
|
||||
* new SoapActionCallback("http://tempuri.org/SOAPAction"),
|
||||
* result);
|
||||
* </pre>
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
|
||||
Reference in New Issue
Block a user