Missing includedresults for soap/msbin1 from WPF Client #313
Replies: 2 comments 2 replies
-
I do not know of any specific issue which would make the IncludeResults to be missing. Some suggestions about what to try
That said I really do reccomend that you upgrade to EF6 and OpenRiaServices 5. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing since there is a suggested action/answer but lack of response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
We're in the process of porting a large Silverlight application to WPF. We've done a spike that implements a WPF client that consumes data from one of the existing domain services updated to use OpenRiaServices.
We're using OpenRiaServices 4.6.3 and EF 4 via OpenRiaServices.EntityFramework.EF4 as we have a large number of EDMX models.
The spike builds and runs, but the domain service results do not include related entities (via the include attribute). If we point the test WPF client at the original endpoint (just change a config value, no rebuild, etc) then the same results return with related entities. What's missing from the OpenRiaServices results via the SOAP/msbin1 response are the IncludedResults section that the original domain service has.
Fiddler shows that the request is the same (it would be it's the same client), just the response that varies from WCF Ria Services and OpenRiaServices (two separate endpoints/projects).
What am I missing? Any help gratefully appreciated.
Beta Was this translation helpful? Give feedback.
All reactions