이 단계는 단순 메시지 강화를
수행하기 위한 시나리오의 세 번째 단계입니다. 이 주제에서는 여러 다른 필드의
대상 필드에 맵핑하기 위해 메시지 플로우를 개발하는 방법에 대해 설명하며
해당 메시지 모델 및 인스턴스 문서 개발에 관해 설명합니다.
COMPLEX 메시지 정의의 www.complex.net 네임스페이스에서 다음과 같은 구조의 addev2 메시지를 작성하십시오.
addev2
firstname (xsd:string) local element
lastname (xsd:string) local element
branch (xsd:string) local element
accountno (xsd:string) local element
balance (xsd:decimal) local element
transvalue local complex element, base type xsd:decimal
transdir (xsd:string) local attribute
MAPPING3_COMPLEX_messages 메시지 세트에서 접두부가 c2인
www.comp2.net 대상 네임스페이스가 있는 COMP2라는 새 메시지 정의 파일을
작성하십시오.
COMP2 메시지 정의에서 다음과 같은 구조의 addev2out 메시지를 작성하십시오.
addev2out
accountdetails (xsd:string) local element
transvalue (xsd:decimal) local element
balance (xsd:decimal) local element
MQInput -> Mapping -> MQOutput 맵핑을 포함하는 addev2 메시지 플로우를 작성하십시오.