본문 바로가기

웹서비스

(42)
AXIS Apache XML WebService 예제포함 [출처] AXIS Apache XML WebService|작성자 판팁파자[그림 1] [그림 2] [ Apache AXIS를 이용한 웹서비스 ] 개요 : 톰캣(자바)환경에서 axis를 이용한 웹서비스 Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.아래의 내용은 중요하므로 기본 개념이 분명이 있어야 한다. 본 강좌(팁)은 사용법을 위주로 아주 기초적인 예제를 다룰것이므로 자세한 내용은 생략한다. SOAP (Simple Object Access Protocol) WSDL (Web Service Description Langauge) WSDD (Web Service Deployment ..
웹서비스 예제 원문 : http://wso2.org/library/1675 Apache Axis2 is well supported for sending and receiving binary payloads with SOAP using several standard mechanisms such as Base64 encoded binary, SOAP Message Transmission Optimization Mechanism (MTOM) and SOAP with Attachments (SwA). This tutorial by Thilina Gunarathne will walk you through writing a sample application (Web service and a client) that demonstr..
Apache Axis2 User`s Guide - 번역본링크 JAXB 라이브러리로 XML 스키마로부터 클래스 데이터를 바인딩 (unmarshalling)(1)Apache WSS4J(2)Apache Axis2 User's Guide - For Further Study(5)Apache Axis2 User's Guide - The Samples(2)Apache Axis2 User's Guide -Building Services(5)Apache Axis2 User's Guide - Creating Clients(3)Apache Axis2 User's Guide - Introduction to Services(2)Apache Axis2 User's Guide - Installing and Testing Client Code(2)Apache Axis2 User's Guide..
AXIS2 예제 링크 http://www.kimjuhoon.com/blog_view.php?BLOG_seq=77http://blog.naver.com/ixoixo/120054662617http://blog.naver.com/ixoixo/120054662851http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.htmlhttp://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.htmlhttp://px.pats.no/px/Eclipse_tutorial.htmlhttp://www.openintegration.net/87
예제 HotelHilton - 파일있다 웹서비스 등록(수정이나 기타 변경)후,tomcat 반드시 재시작할것!! 1279263617_soap_with_attachments_tutorial.tar.gz pusan 1-2. 서버가 결과로 보낸 XML 파일 9 2. 이제 부터 만들어 보자.2.1 AXIS 2 설치 한다.2.2 tomcat에 연동한다.2.3 컴파일 할수 있도록 환경 변수에 CLASSPATH에 lib안의 jar를 몽땅 걸어준다.2.4 ant 를 설치 한다.(별거 없다. 이넘은 make 와 같은 일을 하는넘이다.)/etc/profile 에 추가-----------------------------------------------------------------------------export CATALINA_HOME="/usr/local/a..
WEB Services 링크 -> 잘 모아 놓았군요. 링크겁니다.잘정리해 놓았군요. 감사합니다.2008/10/14 "Multipart"와 "Message" Content-Type 2008/10/10 MIME [5] 2008/04/22 Formatting an output parameter with 'wrapped' style 2008/02/12 wsdl.exe Utility 를 사용해 프록시 클래스 생성 2008/01/30 Visual Studio 를 통해 웹 서비스 디버깅 하기 2008/01/10 [닷넷 웹서비스 예제] Default.aspx.cs 2008/01/03 [닷넷 웹서비스 예제] Default.aspx 2007/12/31 [닷넷 웹서비스 예제] 웹 서비스 코드 Convert.asmx 2007/12/30 [닷넷 웹서비스 예제] 웹 서비스 코드 C..
XML Web Services 정리 출처 : http://tequiero35.egloos.com/9002461. XML Web Services 란? ▪ XML 기반의 분산 컴포넌트 모델 2. XML Web Services 의 장점 ▪ HTTP 프로토콜 이용 ▪ 플랫폼과 언어 독립적 (약결합 구조 ▪ 동기, 비동기 메시징 ▪ 기존 시스템에 적용 가능 3. 웹 서비스의 형태 3-1. 동기적 ▪ 클라이언트/서버 간 1:1 연결. 일반적으로 RPC 형태로 동작. ▪ 요청 후 응답이 오기까지 동기적으로 묶여있어서 다른 일을 할 수 없다. 3-2. 비동기적 ▪ 단방향 메시징. (ex. 이메일 시스템). 큐가 필요하다. ▪ 메시지를 전달하고 ok 되면 끝. 이벤트성 메시지. 4. 웹 서비스의 기본 구조 1. 고려 사항 1-1. EndPoint 먼저? ..
AXIS2에는 내장된 SOAPMonitor 출처 : http://cyberhp.egloos.com/1290921AXIS2에는 내장된 SOAPMonitor를 제공합니다. SOAPMonitor는 웹브라우저(Java Applet)을 이용하여 송수신되는 SOAP 메시지들을 볼 수 있는 기능을 제공합니다. 설치방법은 다음과 같습니다. 1. AXIS2_WAR설치 디렉터리(앞으로 $AXIS2_WAR라고 합니다)의 WEB-INF/lib에 있는 soapmonitor-1.4.jar 압축을 풀어서 $AXIS2_WAR 밑으로 놓습니다. org.apache.axis.soapmonitor.applet 패키지만 필요하니 servlet 패키지는 삭제하십시요. 2. $AXIS2_WAR/WEB-INF/conf에 있는 axis2.xml을 편집기로 열어서 다음 내용을 기입합니다. ..