I have a Web service model (with CRUD )deployed on JBoss EAP 6.1 which I can access using SOAPUI.
I have created a SOAP consumer model project using TEIID designer to consume the WS operations defined in the aboce WS model and I am trying to access it say myhost:8080/odata/SOAPODataConsumer.1/BooksWebSvcView.GetBook?ISBNInput='99999999'
I get java.lang.AssertionError: org.jboss.jca.adapters.jdbc.WrapperDataSource is was not a ConnectionFactory implementation
How can I consume WS model's CRUD operations on OData?