Kbase P132816: Connecting to Web Service from ABL causes error 11748
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/06/2009 |
|
Status: Verified
SYMPTOM(s):
Connecting to Web Service from ABL
Error loading WSDL document (11748)
Error loading WSDL document <x> : Part : Body has neither 'type' nor 'element' attribute specified in <x> line 190 column 30 (11748)
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
CAUSE:
The WSDL file incorrectly generated a part reference which had neither a type attribute nor an element attribute defined
FIX:
Correct the Web Service so that it properly exposes its parameters. Per the WS-I group a part reference must have either a type attribute or an element attribute.