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

Type collission (Invalid recursive type) #87

Open
Fank opened this issue Jan 3, 2018 · 0 comments
Open

Type collission (Invalid recursive type) #87

Fank opened this issue Jan 3, 2018 · 0 comments

Comments

@Fank
Copy link
Contributor

Fank commented Jan 3, 2018

File http://service.businessmall.hp.live.greenova.de/API/1/BusinessmallService.svc?wsdl

// Char was auto-generated from WSDL.
type Char int

// Duration was auto-generated from WSDL.
type Duration Duration // <-- HERE

// Guid was auto-generated from WSDL.
type Guid string

Type defined in http://service.businessmall.hp.live.greenova.de/API/1/BusinessmallService.svc?xsd=xsd1

It compiles, but should be changed.
And maybe a good file for testing, generates about 2000 lines.

@Fank Fank changed the title Type collission Type collission (Invalid recursive type) Jan 3, 2018
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