JAVA SOAP ( AXIS2 )


JAVA SOAP ( AXIS2 )

1. 환경 - jdk1.8 - tomcat 8 - eclipse 2. Server 2.1 이클립스 환경 설정 2.1.1 axis2 다운로드 - 아래의 주소에 접속하여 Binary 버전 다운로드하고 압축해제 한다. - http://axis.apache.org/axis2/java/core/download.cgi - org.apache.axis2.eclipse.codegen.plugin_1.7.5.jar를 다운받아서 eclipse\dropins 폴더에 넣는다. - jsr311-api-1.1.1.jar를 lib 폴더에 넣는다. - xmlschema-core-2.2.1.jar를 lib 폴더에 넣는다. 2.1.2 이클립스 환경 설정 - [Window - Preferences - Web Services - Axis2 Preferences] 메뉴에서 Axis2 runtime location에 압축 해제한 경로를 지정한다. - 경로 지정 후 Axis2 runtime loaded successful...



원문링크 : JAVA SOAP ( AXIS2 )