Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayOfInt generates private int for 24SevenOffice WSDL #275

Open
timharek opened this issue Oct 15, 2024 · 0 comments
Open

ArrayOfInt generates private int for 24SevenOffice WSDL #275

timharek opened this issue Oct 15, 2024 · 0 comments

Comments

@timharek
Copy link

When I generate using 24SevenOffices WSDL for CompanyService I get the following:

type ArrayOfInt struct {
	int []int32 `xml:"int,omitempty" json:"int,omitempty"`
}

And this is what the WSDL has:

...
      <s:complexType name="ArrayOfInt">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
        </s:sequence>
      </s:complexType>
...

Is the WSDL-spec bad or is this a bug with gowsdl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant