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
- Host: GitHub
- URL: https://github.com/ecmel/ws-gip
- Owner: ecmel
- License: apache-2.0
- Created: 2015-12-27T12:25:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T09:15:45.000Z (over 10 years ago)
- Last Synced: 2025-03-16T08:26:49.839Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```