Consultor Eletrônico



Kbase P165307: Submitting WebServices request with ABL client fails with error (11506)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/19/2010
Status: Unverified

SYMPTOM(s):

Submitting WebServices request with ABL client fails with error (11506)

Web service operation <operation-name> generated a SOAP Fault. SOAP faultstring is: <fault-string> (11506)

Web service operation <operation-name> generated a SOAP Fault. SOAP faultstring is: System.Web.Services.Protocols.SoapException: Unknown Error (11506)

FACT(s) (Environment):

OpenEdge 10.1x
OpenEdge 10.2x
All Supported Operating Systems

CAUSE:

Used empty input parameter for WebServices request where input was mandatory according to contract in WSDL

FIX:

Complete contents of WebServices input parameter to be in by WSDL expected format. Use bprowsdl utility against WSDL to get document for format as well as example.