This will only work with a default uri specified! @param requestPayload the object to marshal into the request message payload @return the unmarshalled payload of the response message, or {@code null} if no response is given @throws XmlMappingException if there is a problem marshalling or unmarshalling @throws WebServiceClientException if there is a problem sending or receiving the message @see WebServiceTemplate#setMarshaller(org.springframework.oxm.Marshaller) @see WebServiceTemplate#setUnmarshaller(org.springframework.oxm.Unmarshaller)
|
|