324.4. 웹 서비스 액세스
http://foo.com/bar 에서 웹 서비스를 호출하려면 경로를 정의하면 됩니다.
from("direct:example").to("spring-ws:http://foo.com/bar")메시지를 전송했습니다.
template.requestBody("direct:example", "<foobar xmlns=\"http://foo.com\"><msg>test message</msg></foobar>");SOAP 태그를 포함할 필요가 없습니다.You are calling you don't have to include SOAP tags. Spring-WS는 XML-to-SOAP 마샬링을 수행합니다.