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
wsdl2go -i http://139.219.103.89:8206/p6ws/services/AuthenticationService?wsdl -o authentication_service.go -p p6ws
report error: .\authentication_service.go:24:17: undefined: Logout .\authentication_service.go:27:32: undefined: ReadDatabaseInstances .\authentication_service.go:30:32: undefined: ReadSessionProperties .\authentication_service.go:139:10: undefined: Logout
The text was updated successfully, but these errors were encountered:
go build authentication_service.go,report error
Sorry, something went wrong.
<xsd:element name="Logout"/> empty element will not be generated.
<xsd:element name="Logout"/>
No branches or pull requests
wsdl2go -i http://139.219.103.89:8206/p6ws/services/AuthenticationService?wsdl -o authentication_service.go -p p6ws
report error:
.\authentication_service.go:24:17: undefined: Logout
.\authentication_service.go:27:32: undefined: ReadDatabaseInstances
.\authentication_service.go:30:32: undefined: ReadSessionProperties
.\authentication_service.go:139:10: undefined: Logout
The text was updated successfully, but these errors were encountered: