Consultor Eletrônico



Kbase P110668: Getting error (11762) when trying to make a Web Service call using the 4GL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/11/2005
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Web Services

SYMPTOM(s):

Getting error (11762) when trying to make a Web Service call using the 4GL

Failure initializing SOAP Call: Error creating SOAP Call object for operation <operation-name>: operation name defined, but not referenced in the WSDL document (11762)

Failure initializing SOAP Call: (11762)

Using the sample 4GL code generated by the WSDL Analyzer Utility (bprowsdldoc)

Attempting to establish a connection to a Web Service that makes use of Operation Name Overloading

CAUSE:

This is expected behavior. Progress does not support Operation Name Overloading within a WSDL document

FIX:

Read through the documentation from the Web Service Provider and see if they provide a similar service that does not use Operation Name Overloading.

or

Modify the WSDL that corresponds to the Web Service being connected so that it does not have operation overloading. Change it by renaming the overloaded operations in order to make them unique.