droyo / go.soap

SOAP 1.1 library for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import "aqwari.net/exp/soap"

A minimal SOAP 1.1 library. Best used together with encoding/xml, not as a replacement. The biggest convenience it provides is flattening the document-local links that plague apache Axis 2 and other "Big Enterprise" services. I may add a wsdl2go utility, but honestly, I need a break from SOAP (the S stands for simple :))

About

SOAP 1.1 library for Go


Languages

Language:Go 95.7%Language:Python 4.3%