An open API service indexing awesome lists of open source software.

https://github.com/ecmel/ws-gip

EPİAŞ (PMUM) Intra Day Market Axis2 Web Service Client
https://github.com/ecmel/ws-gip

Last synced: 8 months ago
JSON representation

EPİAŞ (PMUM) Intra Day Market Axis2 Web Service Client

Awesome Lists containing this project

README

          

# ws-gip
EPİAŞ (PMUM) Intra Day Market Axis2 Web Service Client

## Example Usage

```
GuniciWSStub stub = GuniciWSStubFactory.newInstance("username", "password");

TeklifAlOrgSaatlikDocument tal = TeklifAlOrgSaatlikDocument.Factory.newInstance();
tal.addNewTeklifAlOrgSaatlik();

stub.teklifAlOrgSaatlik(tal);
stub.cleanup();
```