Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.47 KB

sana-core

by this library you can send THE SANA or SANAMA data to DMK.ir.
SANA and SANAMA are protocol that defines by DMK.ir and mefa.ir.
you can see details of this protocol in these links.
SANAMA: https://finance.alzahra.ac.ir/Dorsapax/userfiles/Sub62/sanama99.pdf
SANA:


because of big size of messages in this protocol we chunked the object to json array bytes and then send these data to http://services.ecogif.ir/ESB/rest/services/desc/PushSana/4_0?wsdl. this is soap service WSDL that defines in BITA.


you can use this dependency in your maven project to use some useful functions to send data. a good example of using this dependency can this link

<dependency>
    <groupId>ir.iais.sana</groupId>
    <artifactId>sana-core</artifactId>
    <version>2.0.0</version>
</dependency>

you can send data by UI sana application that release in sana-front.
and another way to send data is using soap service that defines in BITA with this WSDL: http://services.ecogif.ir/ESB/rest/services/desc/PushSana/4_0?wsdl.