728x90
반응형
아파치 액시스(Apache Axis, Apache eXtensible Interaction System)
axis-1.4.jar
build.gradle에 아래 추가함.
buildscript {
ext {
apacheAxisVersion = "1.4"
}
}
dependencies에 아래 추가
implementation "org.apache.axis:axis:${apacheAxisVersion}"
Apache AXIS를 이용한 웹서비스 강좌
AXIS에 대한 자료가 많지 않은데요.. 참 정리가 잘 된 문서인 것 같습니다. 시키는 대로 테스트를 하다 보니.. 웹서비스의 개념이 어느정도 잡히는 듯 합니다. 좋은 자료라 공유해봅니다. 참고하세
newstars.cloud
이것도 같이 읽어보자.
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=olovesun&logNo=10012856029
WebService with Apache Axis
Apache Axis을 이용하여 간단한 WebService 를 생성하고 Client 프로그램에서 접속하는 방법을 기술해...
blog.naver.com
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=readytodo&logNo=140020159936
Axis 를 이용한 웹서비스 생성
webservice 생성 기본 강의를 하게 될 일이 있어 작성한 자료입니다. 이것저것 잡다하게 참고 했습니다. we...
blog.naver.com
728x90
반응형
'IT > JAVA' 카테고리의 다른 글
Anotation 설명글 (0) | 2022.09.26 |
---|---|
커스텀 어노테이션 관련글 (0) | 2022.09.23 |
Enum 클래스 사용법 (0) | 2022.09.22 |
IntellJ 에서 Java Console 프로그램 작성 (0) | 2022.08.31 |
IntelliJ 설치 (0) | 2022.08.29 |
댓글