Hi, 


I declared the service URI in my spring XML with: 

<bean id="odata" 
class="org.apache.camel.component.olingo2.Olingo2Component"> 
<property name="configuration"> 
<bean class="org.apache.camel.component.olingo2.Olingo2Configuration"> 
<property name="serviceUri" 
value=" http://services.odata.org/V4/Northwind/Northwind.svc"/ > 
</bean> 
</property> 
</bean> 



And I run the ODATA connection with: 

"odata://read/Products" 






It is getting better, but I still have an error: 



org.apache.camel.RuntimeCamelException: Error reading EDM: Invalid or missing 
namespace for 'Schema' 







Any help would be appreciated. 







Eric 
----- Mail original -----

De: "Claus Ibsen-2 [via Camel]" <[email protected]> 
À: "eric44" 
Envoyé: Samedi 28 Octobre 2017 09:19:13 
Objet: Re: "Failed to resolve endpoint" error with component Olingo2 

The documentation is here 
https://github.com/apache/camel/blob/master/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
 

The doc on github is the up to date doc, see the top of the Apache 
Camel front page 

Reply via email to