-
Notifications
You must be signed in to change notification settings - Fork 393
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
WSDL on Snotel, request successful, response empty #15
Comments
It's not generating operations for some reason. I'm looking into it. |
Ah, it is because |
Fixed in 3df82da |
I also created an example of how to invoke operations from the USDA webservice here: https://github.com/cloudescape/gowsdl/tree/master/examples/usda-awdb |
Thanks @EntilZha for your bug report and please let me know if you hit any other issue. |
Thanks for the fix, works super well, repo starred :) |
First, love your package, definitely fills a need. Found a bug/feature request and would be willing to work on it given some guidance.
I am working with the wsdl service here: http://www.wcc.nrcs.usda.gov/web_service/awdb_web_service_landing.htm
My code calling gowsdl is below
When I read the println, I get an empty interface. I took a look in wireshark and I get this response
Don't know very much about gowsdl/wsdl internals, but it looks like although there is a response, there is some parsing error perhaps because the service isn't conforming to some expected/well formatted response?
The text was updated successfully, but these errors were encountered: