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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSDL parse does something wrong =) #68

Open
BorysHulyi opened this issue Mar 2, 2017 · 3 comments
Open

WSDL parse does something wrong =) #68

BorysHulyi opened this issue Mar 2, 2017 · 3 comments

Comments

@BorysHulyi
Copy link

BorysHulyi commented Mar 2, 2017

Hi,

I'm trying to generate code from WSO2-CEP WSDL and get this in output:

馃崁  Downloading file https://172.18.0.3:9443/services/EventProcessorAdminService.EventProcessorAdminServiceHttpsSoap12Endpoint?wsdl
馃崁  [WARN] editActiveExecutionPlanResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] undeployActiveExecutionPlanResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] deployExecutionPlanResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] setStatisticsEnabledResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] undeployInactiveExecutionPlanResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] setTracingEnabledResponse message doesn't have any parts, ignoring message...
馃崁  [WARN] editInactiveExecutionPlanResponse message doesn't have any parts, ignoring message...
馃崁  893:115: expected type, found ',' (and 6 more errors)

Result file is corrupted.
I have tried this WSDL in Zeep (python library) and in SoapUI - works fine.

As a suggestion, could it be issue with wsdl imports?

@BorysHulyi
Copy link
Author

We have found out that gowsdl does not handle empty responses from server.
Our solution was to created emptyResponse struct for corrupted methods.

@c4milo
Copy link
Member

c4milo commented Mar 14, 2017

@BorysHulyi I'm glad you solved your issue! I'm happy to take patches if you want to contribute.

@BorysHulyi
Copy link
Author

@c4milo Actually we fixed just generated code) And I'm not so good with SOAP, but i will spend 1 weekend on it and see the results)

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

Successfully merging a pull request may close this issue.

2 participants