Skip to content

aivsolid/EGAIS-UTM-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGAIS-WCF-Client

Клиент УТМ ЕГАИС (WCF 3.5)

Egais.Entities сгенерирован с помощью скрипта xsd2code.ps1

Для тестирования и отладки использовались Fiddler и Node-RED (смотри EgaisUtmFlow.json).

Пример:

UtmClient utmClient = new UtmClient("IUtm2");
var getOutResponse = utmClient.GetOut();
if (getOutResponse != null)
{
    foreach (Url url in getOutResponse.Content)
    {
        var doc = utmClient.GetDocumentByUri(new Uri(url.Uri)); 
        //doc.Document.ItemElementName тип документа
    }
}
utmClient.Close();

About

Клиент УТМ ЕГАИС

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages