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

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

Awesome Lists containing this project

README

          

# soapc

[![Build Status](https://travis-ci.org/achiku/soapc.svg?branch=master)](https://travis-ci.org/achiku/soapc)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/achiku/soapc/master/LICENSE)
[![Doc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/achiku/soapc)
[![Go Report Card](https://goreportcard.com/badge/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