I have a JDBC adapeter based service. I want its inputs to be null able.
I created a flow service using this JDBC service. The input of the flow service is null able. However, when I map the input of the flow service to the JDBC service and run the service it gives me an error
null [ADA.1.314] Cannot set data for the input field “” [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service .
The JDBC adapter service I am using is a SELECT sql service. Both the “Allowed Null” and “Required” properties of the input field of JDBC service are set to “True” and I can not update them in Developer.
The JDBC and Flow service using this JDBC service can run from the Developer itself. However, once I use the WSDL to run the flow service I get this problem. SOAP UI as well as CAF designer gives the error stated above if nothing is specified in input.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods