hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty SOAPAction causing error using the usda AWDB service

csmarchbanks opened this issue · comments

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?