Hi,

i want to read data from the table format over WSDL in Java. Current Service Manager Version 7.10.
I get following error "ERROR: A CXmlApiException was raised in native code : error 38 : scxmlapi(38) - The data in the 'input' field of record de - sc.knowledge.prompt of file format contains data that does not conform to the dbdict".
I looked it up in the Service Manager and the field helds data like "$L.irspread".
If i gues right, the Service Manager defines in the dbdict the datetypes for the fields and validates the outgoing content to the request over WSDL. Is there a Solution, to fix this problem?

First idea was to try queries, but they don't support enough details to handle fields with other input than boolean
Only working "workarround" so far is to remove the fields in the WSDL, but this is no real solution. It's not possible to handle other Service Manager instances without eventualy changeing the WSDL Files and the fields you have to remove can't be resolved :/