Kbase P113044: The WSDL Analyzer crashes due to a typo in the WSDL document
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/31/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
Windows
SYMPTOM(s):
The WSDL Analyzer crashes due to a typo in the WSDL document
A typo in the WSDL schema causes bprowsdldoc to GPF
A protrace file is produced during the GPF
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 004AA85B 01:0009985B E:\Progress\OE100B\DLC\bin\prosoap.dll
Stack trace contains:
WSDLXSDFacet::value+A8AB
WSDLXSDFacet::value+1FD5
WSDLXSDFacet::value+21FF
CAUSE:
The WSDL document contains two closing element brackets ( <element>> ) which confuses the WSDL Analyzer.
FIX:
Correct the typo, e.g.: <element> instead of <element>>.