If a struct used as a ws.Response.Body contains a field of type *types.NilableInt64 and no value has been explicitly set, JSON serialisation fails with:
Problem writing response: json: error calling MarshalJSON for type *types.NilableInt64: unexpected end of JSON input
Expected behaviour is that the field is not included in the response. Check behaviour of other nilable types and XML serialisation.
If a struct used as a ws.Response.Body contains a field of type *types.NilableInt64 and no value has been explicitly set, JSON serialisation fails with:
Expected behaviour is that the field is not included in the response. Check behaviour of other nilable types and XML serialisation.