반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- spring-framework
- JAR
- REST
- SpringFramework
- gitlab
- Gradle
- 이클립스
- 스프링프레임워크
- Spring
- Jenkins
- Linux
- 개발
- Web
- annotaion
- oracle
- War
- mybatis
- tomcat
- Pipeline
- soap
- jsp
- 스프링부트
- java
- git
- Spring Framework
- hashcode
- Spring Boot
- springboot
- maven
- 웹프로젝트
Archives
- Today
- Total
목록Service (1)
Verity's Daily Logs_

3. Client access service 3-1. wsdl 다운로드 http://localhost:8088/ws/user?wsdl 이전 글(Server side 생성)에서 만든 wsdl 주소로 접속해 해당 내용을 user.wsdl 이름으로 저장한다. 프로젝트 내 resources/wsdl 경로에 파일을 저장한다. (wsdl 폴더 생성 후 저장) 첫 줄에 아래 문구를 추가한다. (보통 추가되어 있음) 3-2. pom.xml - plugin 추가 org.apache.cxf cxf-codegen-plugin 3.5.0 generate-sources generate-sources ${project.build.directory}/generated-sources/cxf ${basedir}/src/main/res..
Spring Framework/Project
2022. 2. 17. 19:42