-
this is really nice.
I was wondering if you think its going to be difficult to do the opposite.
Use case:
You get given a WSDL to some Microsoft SOAP system that you have to talk to and its like …
ghost updated
4 years ago
-
I've used the code in `master` ([`4850884`](https://github.com/hooklift/gowsdl/tree/4850884e63e1bcd2af7ee65699e9c436bb5595dc)) to generate golang types from WSDL.
The resulting file ([ewsgen.go](ht…
-
First of all, thanks all the contributors for this great project!
Having been in the industry long enough to go through different service schema options, like WSDL, Swagger/OpenApi, gRPC etc. this …
-
##### Description
The schema name used as type (schema:object_abc) does not match the name of the complexType (ObjectAbc).
##### openapi-generator version
6.1.0
##### OpenAPI declaration f…
Pe-te updated
2 years ago
-
-
We need a workaround for https://golang.org/issues/11939. Empty structs (full of zeroes) for which ,omitempty is present on all field tags should not show up in MarshalXML output, but they do. See htt…
-
I'm wondering whether I could use go-tunnel to provide an on-box proxy to an existing public web service, which is TLS 1.2 only? How would that configuration look? If it's a public service, such as Ne…
-
Written on 02/25/2017 13:28:28
URL: https://appliedgo.net/generics/
-
### What version of Go are you using (`go version`)?
$ go version go1.19.2 linux/amd64
### Does this issue reproduce with the latest release?
Yes, I reproduced it on 1.19.2, but also on 1.2…
-
Is there a recommended pattern for implementing a server that can handle a multitude of different requests? The question I have is how to represent the request. For example, suppose I have the followi…