WSDL/SOAP support on Go? -


i looked around , find support xml.

are there packages support soap/wsdl on go?

nope.

soap sucks, had implement server of already-defined protocol uses soap, listened net/http , decoded/encoded envelopes encoding/xml. in few minutes, served first envelope go.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -