Not. STEs only work if you share the collection with their logic between the server and the client application. After your client application is Java, it cannot use your assembly with STE logic (maybe this may be due to advanced interaction, but this is not a solution to the poor design of your service), so Java developers should re-encode all the logic or use simple POCOs / DTO without this automatic magic. A WCF service that displays datasets or STEs is not compatible because it requires specific logic implemented on clients.
Btw. We warned you about STE flaws!
Ladislav Mrnka
source share