https://github.com/achiku/soapc
Golang SOAP client
https://github.com/achiku/soapc
go golang-soap-client soap
Last synced: about 1 year ago
JSON representation
Golang SOAP client
- Host: GitHub
- URL: https://github.com/achiku/soapc
- Owner: achiku
- License: mit
- Created: 2016-07-14T06:33:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T09:37:17.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T15:40:02.450Z (about 1 year ago)
- Topics: go, golang-soap-client, soap
- Language: Go
- Size: 4.88 KB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soapc
[](https://travis-ci.org/achiku/soapc)
[](https://raw.githubusercontent.com/achiku/soapc/master/LICENSE)
[](https://godoc.org/github.com/achiku/soapc)
[](https://goreportcard.com/report/github.com/achiku/soapc)
## Description
Golang SOAP client
## Why created
I needed to use SOAP for my job :(
## Example
- https://github.com/achiku/soapc/blob/master/client_test.go