Skip to content
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

Closed
resulguldibi opened this issue Mar 12, 2019 · 4 comments
Closed

Is it possible to add soap method that returns DataTable #215

resulguldibi opened this issue Mar 12, 2019 · 4 comments

Comments

@resulguldibi
Copy link

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.

@resulguldibi
Copy link
Author

There is no problem when I replace DataTable with DataSet. But I need to use DataTable.

@YaroslavKormushyn
Copy link
Contributor

Seems related to #176

kotovaleksandr pushed a commit to kotovaleksandr/SoapCore that referenced this issue Apr 1, 2019
@kotovaleksandr
Copy link
Member

Please check on my fork https://github.com/kotovaleksandr/SoapCore

@kotovaleksandr
Copy link
Member

Resolved in #242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants