Kbase P148300: Unable to create MessageHeader using CREATE-NODE-NAMESPACE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/2/2009 |
|
Status: Unverified
SYMPTOM(s):
Unable to create MessageHeader using CREATE-NODE-NAMESPACE
Using CREATE-NOME-NAMESPACE to generate messageHeader generates incorrect tag
Resulting tag is:
<eb:MessageHeader eb:xmlns="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
FACT(s) (Environment):
Resulting tag should be:
<eb:MessageHeader xmlns:eb]="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
All Supported Operating Systems
OpenEdge 10.2x
CAUSE:
Bug# OE00186543
FIX:
As a workaround, use the SET-ATTRIBUTE method, for example:
hMessageHeader:SET-ATTRIBUTE("xmlns:eb",http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd).