cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform deep insert in odata4j?

Former Member
0 Kudos

Hi,

I am using odata4j to consume odata web service.

I have no idea how to do deep insert(navigation property) in odata4j. 

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the solution to this (after much painful googling!)

Use the OCreateRequest.inline() function. Works beautifully.

Search for CreateTest in the Odata4j sources to see how to use.