Web Services 인터페이스 정의

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

수신자를 통해 Web Services 요청이 있는 SOAP으로 HTTP 메커니즘에 전송됩니다.

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

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

http://hostname:port/wsnt-was/services/NotificationConsumer10Soap

여기서, hostname은 Common Event Infrastructure Web Services Receiver가 설치된 시스템이고, port는 해당 시스템에서 실행 중인 WebSphere Application Server가 모니터하는 TCP 포트 중의 하나입니다.

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 지원을 사용하는 이벤트 소스

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

http://hostname:port/wsnt-was/services/NotificationConsumer13Soap

여기서, hostname은 Common Event Infrastructure Web Services Receiver가 설치된 시스템이고, port는 해당 시스템에서 실행 중인 WebSphere Application Server가 모니터하는 TCP 포트 중의 하나입니다.

WS-Notification 1.3 형식을 사용하는 이벤트 소스의 개발자는 <sdk_install_dir>/specs/wsn10 디렉토리에 있는 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 스펙