Using the new ODT database profile in PB.Net (v15 beta). I can successfully connect to a Netweaver Gateway OData endpoint, but I get the attached error when attempting to connect to the SQL Anywhere 16 OData server.
To recreate:
- Go to the <user>\Documents\SQL Anywhere 16\samples\sqlanywhere\ODataSalesOrders folder
- Launch the start_server.bat file to start the sample database and the OData Server. This starts on http://localhost:8090
- In a browser, go to the URL http://localhost:8090/odata to verify that the SA16 OData server is up and running.
- In PB15.Net, create a new database profile in the OData folder. Call it SA16 and use the URI: http://localhost:8090/odata
You will receive the attached error message:
I believe this is actually a problem with the SA16 OData producer, as a connection to Netweaver Gateway endpoint is successful. I think that SA16 is referencing the wrong namespace URIs.
-Paul-