It’s time to show you how to create .NET remote client for HelloWorldService.
In order to create .NET proxies for DFS service, developers should have:
Service’s WSDL URL.
DFS service-model.xml file which describes service artifacts to be generated by subsequent processes.
Documentum Foundation Services service pack is coming. It will contain many performance improvements, as well as .NET layer support which will allow DFS developers to create .NET proxies for their custom services and invoke services through similar to DFS Java API.
Here is rough example of .NET client written in C#:
……
ContextFactory contextFactory = ContextFactory.Instance;
IServiceContext serviceContext = […]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | ||||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |