Go上的WSDL / SOAP支持? [英] WSDL/SOAP support on Go?

查看:1234
本文介绍了Go上的WSDL / SOAP支持?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我环顾四周,所有我能找到的都是对xml的支持。

Go上有没有可以支持SOAP / WSDL的包?

解决方案

不。

SOAP很糟糕,但我不得不实施一个使用SOAP的已定义协议的服务器,所以我使用 net / http 和带有编码/ xml 。几分钟后,我已经在Go上送了我的第一个信封。


I looked around and all I could find is the support for xml.

Are there any packages to support SOAP/WSDL on Go?

解决方案

Nope.

SOAP sucks, but I had to implement a server of an already-defined protocol that uses SOAP, so I listened with net/http and decoded/encoded envelopes with encoding/xml. In few minutes, I already served my first envelope with Go.

这篇关于Go上的WSDL / SOAP支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆