Kbase P115631: The WSDL Analyzer (bprowsdldoc) does not create documentation for imported schemas
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/17/2008 |
|
Status: Unverified
SYMPTOM(s):
The WSDL Analyzer (bprowsdldoc) does not create documentation for imported schemas
Attempt to look up schema item '' in the '' namespace failed.
When a WSDL imports a schema document, the contents of the schema document are not seen by the WSDL Analyzer
FACT(s) (Environment):
OpenEdge 10.0B
Web Services
CAUSE:
Bug# OE00103414
FIX:
Upgrade to OpenEdge 10.1A or later.
- OR -
To work around the problem in OpenEdge 10.0B, you need to copy the xsd:schema elements (and their contents) from the .xsd file and insert them as children of the wsdl:types element of the WSDL document. Also comment out the xsd:import element in the xsd:schema element of the WSDL document. Then double check namespace prefix definitions to ensure the prefixes in the copied XML are properly defined and referencable by other parts of the WSDL document.