Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

include upstream changes #1

Closed
wants to merge 10 commits into from
Closed

include upstream changes #1

wants to merge 10 commits into from

Conversation

jhedev
Copy link

@jhedev jhedev commented Jan 16, 2019

No description provided.

sywesk and others added 10 commits January 16, 2019 11:55
Simple content is like... a simpler version of <complexContent> within a
<complexType>! This commit adds support for a <simpleContent> tag with
extensions/restrictions.
With the current encoder, a WSDL message such as

<wsdl:message name="IELDSubmissionService_Submit_InputMessage">
  <wsdl:part name="parameters" element="tns:Submit"/>
</wsdl:message>

Will have the XML tag of "parameters" rather than "Submit". In other
words, the current generated output looks like:
type OperationIELDSubmissionService_Submit_InputMessage struct {
	Parameters *Submit `xml:"parameters,omitempty" json:"parameters,omitempty" yaml:"parameters,omitempty"`
}

The correct output should be:
type OperationIELDSubmissionService_Submit_InputMessage struct {
	Submit *Submit `xml:"Submit,omitempty" json:"Submit,omitempty" yaml:"Submit,omitempty"`
}
* Fix character-set issues

* Add decoder charset compliance to soap client

* Update travis ci file to force env var for build and path to golint
This enables proper syntax highlighting on GitHub.
@jhedev jhedev self-assigned this Jan 16, 2019
@jhedev jhedev requested a review from gq0 January 16, 2019 10:57
@gq0
Copy link

gq0 commented Jan 16, 2019

There are couple of changes to the XML structure, we need to confirm if get meter values still works.

@jhedev
Copy link
Author

jhedev commented Feb 18, 2019

closing. as we didn't need it

@jhedev jhedev closed this Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants