325.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>");
이 서비스가 호출 중인 경우 Cryostat 태그를 포함할 필요가 없습니다. Spring-WS는 XML-to-SOAP 마샬링을 수행합니다.