-
Notifications
You must be signed in to change notification settings - Fork 379
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
Is it possible to add soap method that returns DataTable #215
Comments
There is no problem when I replace DataTable with DataSet. But I need to use DataTable. |
Seems related to #176 |
kotovaleksandr
pushed a commit
to kotovaleksandr/SoapCore
that referenced
this issue
Apr 1, 2019
Please check on my fork https://github.com/kotovaleksandr/SoapCore |
Merged
Resolved in #242 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I add sample method to ISampleService interface that returns DataTable, and implement it in SampleService. When I browse /Service.asmx to generate wsdl, I get "System.ArgumentException: .NET type RuntimeTypeHandle cannot be resolved into XML schema type" exception.
The text was updated successfully, but these errors were encountered: