Spring + Apache cxf를 이용한 SOAP XML 통신 Server


Spring + Apache cxf를 이용한 SOAP XML 통신 Server

Apache cxf란? Apache cxf 프레임워크를 이용하면 SOAP 통신을 할 수 있다. Apache cxf의 장점은 spring과의 연동이 가능하다는 점이다. 개발환경 JDK 1.8 / Spring 3.2 / apache cxf 2.6.2 진행 순서 1. apache cxf 2.6.2 버전 (apache-cxf-2.6.2.zip) 다운로드 ( https://archive.apache.org/dist/cxf/2.6.2/ ) - 2. spring legacy project > Spring MVC project 생성 3. [Window > Preferences] 메뉴에서 Web services에 Apache CXF 2.x 등록 3.1. Server and Runtime에 Apache CXF 2.x 등록 3.2 CXF 2.x Preferences에 경로 지정 4. pom.xml에 dependency 추가 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18...



원문링크 : Spring + Apache cxf를 이용한 SOAP XML 통신 Server