Kbase P130902: 4GL/ABL: Error (11743) connecting to a Web Service.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/25/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows
OpenEdge 10.1x
SYMPTOM(s):
4GL/ABL: Error (11743) connecting to a Web Service.
A specific Port name must be specified from the WSDL document. (11743)
The error is generated by the following 4GL statement:
hWebService:CONNECT("-WSDL 'http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:ValidateMyInfo'").
CAUSE:
The WSDL document ValidateMyInfo.wsdl has more than one wsdl:portType defined and the CONNECT.
FIX:
Use the -Port option of the CONNECT statement to specify the target wsdl:portType. For example:
hWebService:CONNECT("-WSDL 'http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:ValidateMyInfo' -Port myPortTypeName").