Skip to content

Converting from using LocalProxy to remote DataPortalProxy with Web Service #1670

Discussion options

You must be logged in to vote

Have you overridden the default behavior of the local proxy to not clone the business object? If the local proxy is cloning the business object, and your code is currently working, then I believe moving to a remote data portal should be only a configuration change.

If you are not cloning the business object, you could try enabling it and seeing what breaks.

Managed properties without private backing fields is the recommended practice, but you can also use overrides of OnGetState and OnSetState to add your private backing fields into the serialized data stream.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by GreatBarrier86
Comment options

You must be logged in to vote
1 reply
@rockfordlhotka
Comment options

Comment options

You must be logged in to vote
2 replies
@rockfordlhotka
Comment options

@GreatBarrier86
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants