Hi,

I have implemented a first integration test [1] using the client code to read 
service document and metadata from the server side implementation. It works 
pretty cool except one issue.

The metadata contains a reference uri and during deserialization this link is 
requested and results in an exception due to incomplete proxy settings. Well, I 
can correct my proxy settings of course but want also to ask if there is a way 
to configure client not to follow links in metadata?

Regards,
Stephan

<edmx:Edmx Version="4.0">
  <Reference 
Uri="http://docs.oasis-open.org/odata/odata/v4.0/cs02/vocabularies/Org.OData.Core.V1.xml";>
    <Include Namespace="Org.OData.Core.V1" Alias="Core"/>
  </Reference>
<edmx:DataServices>

[1] 
https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=tree;f=fit/src/test/java/org/apache/olingo/fit/tecsvc;h=dadbedfacccbb63e0575c5112e91d21d41a6ae9e;hb=olingo-266-tecsvc

Reply via email to