We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
int
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I generate using 24SevenOffices WSDL for CompanyService I get the following:
And this is what the WSDL has:
Is the WSDL-spec bad or is this a bug with gowsdl?
The text was updated successfully, but these errors were encountered: