-
Notifications
You must be signed in to change notification settings - Fork 161
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
SOAP call returns empty string #45
Comments
Hey, this requires some troubleshooting that I don't have the time to do at this point. It'd be good if you could reproduce this in a unit test and then we could discuss options for fixing it. |
Ping @tomasruud |
Sorry, I've been too busy to have had a chance to look at this. I might do it when I have some more time. |
No rush :) |
This should be fixed by now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use a web service which I have generated some code for, based on the WSDL. The service returns GetResult of the query as a string, which is a string containing XML. This service is query-based so the XML returned in the GetResult is variable depending on which query is used.
My problem is that when I try using this service, GetResult is allways an empty string. The output below is what the result looks like when I run the request in SOAPUI.
The text was updated successfully, but these errors were encountered: