Web Services 인터페이스 정의

Enterprise Console Web Services Adapter는 "NotificationConsumer" 서비스 포트로부터 "통지" 조작을 구현합니다. 어댑터에서 WS-Notification 1.0 및 WS-Notification 1.3 형식을 둘 다 지원합니다. 메시지에는 Common Base Event 형식으로 이벤트가 포함되어야 합니다.

어댑터는 Web Services 요청이 HTTP 메커니즘으로 SOAP를 통해 전송될 것으로 예상합니다.

WS-Notification 1.0 지원을 사용하는 이벤트 소스

Enterprise Console Web Services Adapter는 다음 서비스 엔드포인트 주소를 사용하여 들어오는 요청을 인식합니다.

http://hostname:port/axis/services/NotificationConsumer10Soap

여기서, hostname은 Enterprise Console Web Services Adapter가 설치된 시스템이고 port는 어댑터에서 인식한 포트 중의 하나입니다.

WS-Notification 1.0 형식을 사용하는 이벤트 소스의 개발자는 <sdk_install_dir>/specs/wsn10 디렉토리에 있는 wsn10-wtci-1.0.0.wsdl Web Services 정의 파일을 참조하십시오.

WS-Notification 1.0을 사용하는 호환 가능한 이벤트 소스는 메시지 샘플 구조를 갖춘 메시지를 작성해야 합니다.

WS-Notification 1.3 지원을 사용하는 이벤트 소스

Enterprise Console Web Services Adapter는 다음 서비스 엔드포인트 주소를 사용하여 들어오는 요청을 인식합니다.

http://hostname:port/axis/services/NotificationConsumer13Soap

여기서, hostname은 Enterprise Console Web Services Adapter가 설치된 시스템이고 port는 어댑터에서 인식한 포트 중의 하나입니다.

WS-Notification 1.3 형식을 사용하는 이벤트 소스의 개발자는 <sdk_install_dir>/specs/wsn13 디렉토리에 있는 wsn13-wtci-1.0.0.wsdl Web Services 정의 파일을 참조하십시오.

WS-Notification 1.3을 사용하는 호환 가능한 이벤트 소스는 메시지 샘플 구조를 갖춘 메시지를 작성해야 합니다.


상위 주제
어플리케이션 개발

참조사항
Common Base Events 스펙 V1.0.1
WS-Notification 1.0 스펙
WS-Notification 1.3 스펙
SOAP 스펙