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.
Today we’ll talk about remote client creation which invokes our HelloWorldService from part 1.
Little more info about this sample:
Hey everyone,
Some persons from EMC Documentum Forums stated that AcmeCustomService which comes with DFS SDK seems to be too complex for beginners, and “HelloWorld” service would be more understandable. I will try to show you how to create your first own simple HelloWorld like DFS service.
This tutorial will contain of 3 parts:
Service creation
Java client creation
.NET […]
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 = […]