You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating and using the AWDB WSDL causes an error when trying to run commands: The given SOAPAction '' does not match an operation.
This PR changed from an empty string to "''", so it seems like some APIs behave opposite to awdb. #148. If I revert that commit my generated code works.
I am happy to submit a PR to fix this, but is there a suggestion for how to resolve what seems like two APIs needing opposite behavior? Perhaps a command line flag?
The text was updated successfully, but these errors were encountered:
Generating and using the AWDB WSDL causes an error when trying to run commands:
The given SOAPAction '' does not match an operation.
This PR changed from an empty string to
"''"
, so it seems like some APIs behave opposite to awdb.#148. If I revert that commit my generated code works.
I am happy to submit a PR to fix this, but is there a suggestion for how to resolve what seems like two APIs needing opposite behavior? Perhaps a command line flag?
The text was updated successfully, but these errors were encountered: