Steve Hanson

Results 19 comments of Steve Hanson

@miloyip I callback solution would work for us I think. My colleague is away at the moment, I will consult with him and get back to you.

@miloyip This is a very useful enhancement. I have the same requirement and am going to see if it works for my scenario. Please consider merging.

@ylavic your PR makes this change to `GenericSchemaDocument` constructor ... ``` // Generate root schema, it will call CreateSchema() to create sub-schemas, // And call HandleRefSchema() if there are $ref....

@ylavic Thanks for reply. I think you are right about it being a brute force approach for documents that are not pure JSON schemas. However, when you take `id` into...

I agree, but I would like any new release to include fixes for the following issues that do not yet have committed PRs. - #1843 (PR #1848 & #1393) -...

Thanks - I changed to nillable="false" and now I get: `"isDeleted":{ "title":"isDeleted", "allOf":[ { "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" } ], "propertyType":"element", "elementName":{ "localPart":"IsDeleted", "namespaceURI":"" } }, ` This is much closer to what...

@skbhaskarla Then please consider this a feature request. Without WSDL what do people use to create clients?

@hcoona As part of some debugging work on PR #1915, @ylavic supplied a more formal fix for this error, which is now in a new PR #2101. I'd like to...

PR #2101 updated to fix 2) additionally, and merged.